Merge branch 'master' into sql-multi-region

This commit is contained in:
Ludovico Magnocavallo
2022-04-20 09:01:47 +02:00
committed by GitHub
87 changed files with 476 additions and 290 deletions

View File

@@ -13,15 +13,15 @@
# limitations under the License.
terraform {
required_version = ">= 1.0.0"
required_version = ">= 1.1.0"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.0.0"
version = ">= 4.17.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.0.0"
version = ">= 4.17.0"
}
}
}