Enable repd tag bindings in compute-vm module (#3063)

* enable repd tag bindings in compute-vm module

* tfdoc
This commit is contained in:
Ludovico Magnocavallo
2025-05-03 11:29:07 +02:00
committed by GitHub
parent e547d4d29c
commit 623f2b0113
205 changed files with 427 additions and 429 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.28.0, < 7.0.0" # tftest
version = ">= 6.33.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.28.0, < 7.0.0" # tftest
version = ">= 6.33.0, < 7.0.0" # tftest
}
}
provider_meta "google" {