Skip to content

Commit

Permalink
Improve terraform version constraint
Browse files Browse the repository at this point in the history
Ensure the terraform version used by any operator is aligned with the
state version.

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed May 6, 2021
1 parent 9ebeabe commit 44dd786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This file defines:
*/

terraform {
required_version = ">= 0.13.6"
required_version = "~> 0.13.6"

backend "gcs" {
bucket = "k8s-infra-tf-public-clusters"
Expand Down

0 comments on commit 44dd786

Please sign in to comment.