Skip to content

Commit

Permalink
BFD-2055: Upgrade to terraform v1.5.0 (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J Burling authored Jun 20, 2023
1 parent 2264639 commit e9e44c7
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ops/jenkins/bfd-cbc-build/build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker build . \
--build-arg MAVEN_VERSION="${CBC_MAVEN_VERSION:-3}" \
--build-arg PACKER_VERSION="${CBC_PACKER_VERSION:-1.6.6}" \
--build-arg TFENV_REPO_HASH="${CBC_TFENV_REPO_HASH:-c05c364}" \
--build-arg TFENV_VERSIONS="${CBC_TFENV_VERSIONS:-0.12.31 1.1.9}" \
--build-arg TFENV_VERSIONS="${CBC_TFENV_VERSIONS:-1.5.0}" \
--build-arg PYTHON3_TAR_SOURCE="${CBC_PYTHON3_TAR_SOURCE:-https://www.python.org/ftp/python/3.9.16/Python-3.9.16.tgz}" \
--build-arg YQ_VERSION="${CBC_YQ_VERSION:-4}" \
--tag "${IMAGE_NAME}:${IMAGE_TAG}" \
Expand Down
2 changes: 1 addition & 1 deletion ops/terraform/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.31
1.5.0
1 change: 0 additions & 1 deletion ops/terraform/env/global/ec2/.terraform-version

This file was deleted.

1 change: 0 additions & 1 deletion ops/terraform/env/mgmt/.terraform-version

This file was deleted.

1 change: 0 additions & 1 deletion ops/terraform/env/mgmt/insights/.terraform-version

This file was deleted.

1 change: 0 additions & 1 deletion ops/terraform/env/mgmt/insights/backend.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
terraform {
required_version = "~> 1.1.9"
# Use the common terraform bucket for all of BFD's state
backend "s3" {
bucket = "bfd-tf-state"
Expand Down
1 change: 0 additions & 1 deletion ops/terraform/services/.terraform-version

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
terraform {
required_version = "~> 1.1.9"
# Use the common terraform bucket for all of BFD's state
backend "s3" {
bucket = "bfd-tf-state"
Expand Down

0 comments on commit e9e44c7

Please sign in to comment.