prepare v37.0.0-rc1

This commit is contained in:
Ludo
2025-01-10 17:09:08 +01:00
parent 2d09d2ea74
commit d250c4e726
197 changed files with 597 additions and 590 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Fabric release: v36.1.0
# Fabric release: v37.0.0-rc1
terraform {
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:modules/dataplex-datascan:v36.1.0"
module_name = "fabric:tf:modules/dataplex-datascan:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:modules/dataplex-datascan:v36.1.0"
module_name = "fabric:tf:modules/dataplex-datascan:v37.0.0-rc1"
}
}