Update module metadata format and prep v36.2.0 (#2837)

* Update module metadata format and prep v36.2.0

* Fix pattern
This commit is contained in:
Julio Castillo
2025-01-24 16:45:17 +01:00
committed by GitHub
parent a4e9444368
commit 752b77f52e
197 changed files with 590 additions and 590 deletions

View File

@@ -36,10 +36,10 @@ terraform {{
}}
}}
provider_meta "google" {{
module_name = "fabric:{engine}:{path}:{fabric_release}"
module_name = "google-pso-tool/cloud-foundation-fabric/{path}:{fabric_release}-{engine}"
}}
provider_meta "google-beta" {{
module_name = "fabric:{engine}:{path}:{fabric_release}"
module_name = "google-pso-tool/cloud-foundation-fabric/{path}:{fabric_release}-{engine}"
}}
}}
"""