1
0
mirror of synced 2025-12-19 18:05:44 -05:00

Update to Terraform 1.x (#68)

* Bump tf to version 1.0
* Bump terraform-aws-ci
* Mark private key output as sensitive
* remove deprecated list() function
This commit is contained in:
Ben Whaley
2021-08-22 23:19:02 -07:00
committed by GitHub
parent 6128b76064
commit 5134a7b36d
17 changed files with 38 additions and 32 deletions

View File

@@ -12,9 +12,9 @@ provider "google-beta" {
}
terraform {
# This module is now only being tested with Terraform 0.14.x. However, to make upgrading easier, we are setting
# This module is now only being tested with Terraform 1.0.x. However, to make upgrading easier, we are setting
# 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
# forwards compatible with 0.14.x code.
# forwards compatible with 1.0.x code.
required_version = ">= 0.12.26"
required_providers {