Skip to content

Commit

Permalink
installing tf cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Dec 26, 2024
1 parent 3977e6f commit 2c4bb65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@ jobs:
aws --profile $AWS_PROFILE configure set aws_access_key_id $AWS_ACCESS_KEY_ID
aws --profile $AWS_PROFILE configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
- name: Configure Terraform
uses: hashicorp/setup-terraform@v3

- name: Prepare settings
env:
PARAM_TFVARS: ${{ secrets.PARAM_TFVARS }}
run: echo "$PARAM_TFVARS" > sys/terraform/terraform.tfvars

- name: Terraform init
run: terraform init

- name: Deploy
env:
AWS_PROFILE: ${{ secrets.AWS_PROFILE }}
Expand Down

0 comments on commit 2c4bb65

Please sign in to comment.