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

@@ -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: v36.2.0
terraform {
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:modules/cloud-run:v36.1.0"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v36.2.0-tf"
}
provider_meta "google-beta" {
module_name = "fabric:tf:modules/cloud-run:v36.1.0"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/cloud-run:v36.2.0-tf"
}
}