Skip to content

Commit

Permalink
upgrade tf version from 1.0.0 to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
avrohomgottlieb committed Nov 22, 2024
1 parent 3ca3c7b commit f68bcf9
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: 1.0.0
terraform_version: 1.0.8

- 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: 1.0.0
terraform_version: 1.0.8

- 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 = "1.0.0"
required_version = "1.0.8"
}

provider "aws" {
Expand Down

0 comments on commit f68bcf9

Please sign in to comment.