Skip to content

Commit

Permalink
Upgrade terraform to 0.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanr committed Nov 5, 2021
1 parent 26820af commit 45dd48f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/dev
/vendor/github.com/gardener/gardener/dev/
.terraform
.terraform.lock.hcl

*.test
*.coverprofile
Expand Down
2 changes: 1 addition & 1 deletion build/alicloud/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion build/all/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion build/aws/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion build/azure/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion build/equinixmetal/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.6
0.14.11
2 changes: 1 addition & 1 deletion build/gcp/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion build/openstack/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion build/slim/TF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.11
2 changes: 1 addition & 1 deletion test/utils/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func PrepareTestObjects(ctx context.Context, c client.Client, namespacePrefix st
o.StateConfigMap = &corev1.ConfigMap{
ObjectMeta: metav1.ObjectMeta{Name: "tf-state", Namespace: o.Namespace},
Data: map[string]string{
StateKey: `{"terraform_version":"0.13.7"}`,
StateKey: `{"terraform_version":"0.14.11"}`,
},
}
err = o.client.Create(ctx, o.StateConfigMap)
Expand Down

0 comments on commit 45dd48f

Please sign in to comment.