New tool versions.py to manage versions.tf/tofu (#2803)
* Add provider_metadata to all modules * Fix linting version check * Another way * Fix syntax * Add fabric prefix to all provider meta * Fix linting.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Google LLC
|
||||
# Copyright 2025 Google LLC
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -26,4 +26,10 @@ terraform {
|
||||
version = ">= 6.13.0, < 7.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "fabric:tf:modules/dataplex:v36.0.1"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "fabric:tf:modules/dataplex:v36.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user