Added spanner-instance module (#2372)

This commit is contained in:
apichick
2024-06-23 19:25:22 +02:00
committed by GitHub
parent 270f61a75a
commit 73e286c0ab
102 changed files with 966 additions and 181 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.32.0, < 6.0.0" # tftest
version = ">= 5.34.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.32.0, < 6.0.0" # tftest
version = ">= 5.34.0, < 6.0.0" # tftest
}
}
}