Skip to content

Commit

Permalink
Merge pull request #987 from AlexsLemonade/avrohom/downgrade-tf-versi…
Browse files Browse the repository at this point in the history
…on-t-0.14.0

Downgrade from terraform version to 0.14.0
  • Loading branch information
avrohomgottlieb authored Nov 22, 2024
2 parents 1fa9de9 + 7b37c74 commit e1c0809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 0.14
terraform_version: 0.14.0

- name: Deploy
run: cd infrastructure && python3 deploy.py -e prod -u deployer -d ccdl -v $(git rev-parse HEAD)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 0.14
terraform_version: 0.14.0

- name: Deploy
run: cd infrastructure && python3 deploy.py -e staging -u deployer -d ccdlstaging -v $(git rev-parse HEAD)
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
# version = "~> 5.0.0"
}
}
required_version = "0.14"
required_version = "0.14.0"
}

provider "aws" {
Expand Down

0 comments on commit e1c0809

Please sign in to comment.