Bump terraform required version (#864)

* bump terraform required version

* fix test

* debug test

* debug test

* disable test

* fix CI file, bump terraform action version
This commit is contained in:
Ludovico Magnocavallo
2022-10-07 12:51:56 +02:00
committed by GitHub
parent e66340c4db
commit a0171b2c49
87 changed files with 139 additions and 89 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
terraform {
required_version = ">= 1.3.0"
required_version = ">= 1.3.2"
required_providers {
google = {
source = "hashicorp/google"