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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user