Skip to content

Commit

Permalink
test workflows hkhcoder#13
Browse files Browse the repository at this point in the history
  • Loading branch information
okhouja committed Apr 5, 2024
1 parent ca0d854 commit 0cac60d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:

env:
# Credentials for deployment to AWS
AWS_ACCESS_KEY_ID: $\{\{ secrets.AWS_ACCESS_KEY_ID \}\}\
AWS_SECRET_ACCESS_KEY: $\{\{ secrets.AWS_SECRET_ACCESS_KEY \}\}\
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# S3 bucket for the Terraform state\
BUCKET_TF_STATE: $\{\{ secrets.BUCKET_TF_STATE \}\}\
BUCKET_TF_STATE: ${{ secrets.BUCKET_TF_STATE }}
AWS_REGION: us-east-1
EKS_CLUSTER: vprofile-eks

Expand Down
2 changes: 1 addition & 1 deletion terraform/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ module "vpc" {
}
}

#####
######

0 comments on commit 0cac60d

Please sign in to comment.