allow using a separate resource for boot disk (#1496)

This commit is contained in:
Ludovico Magnocavallo
2023-07-07 17:40:13 +02:00
committed by GitHub
parent f7d00d8107
commit d9f7cef1e7
105 changed files with 400 additions and 227 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}