-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra/clusters: upgrade to terraform 1.0
All changes have been deployed for the following in infra/gcp/projects: - k8s-infra-ii-sandbox - k8s-infra-prow-build/prow-build - k8s-infra-prow-build-trusted/prow-build-trusted - k8s-infra-public-pii - kubernetes-public/aaa k8s-infra-public-pii was upgraded to v0.15 before upgrading to 1.0 All changes were no-ops; terraform suggested `apply -refresh-only` but I ran a full `terraform apply` anyway
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ This file defines: | |
*/ | ||
|
||
terraform { | ||
required_version = "~> 0.15" | ||
required_version = "~> 1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ This file defines: | |
*/ | ||
|
||
terraform { | ||
required_version = "~> 0.15.0" | ||
required_version = "~> 1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ This file defines: | |
*/ | ||
|
||
terraform { | ||
required_version = "~> 0.15.0" | ||
required_version = "~> 1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ This file defines: | |
*/ | ||
|
||
terraform { | ||
required_version = "~> 0.14.0" | ||
required_version = "~> 1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters