mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
add images bucket tf var
This commit is contained in:
parent
9ebdfa1071
commit
da559f808a
1
.github/workflows/arrow-aws.yml
vendored
1
.github/workflows/arrow-aws.yml
vendored
@ -102,6 +102,7 @@ jobs:
|
|||||||
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
|
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
|
||||||
env:
|
env:
|
||||||
TF_VAR_ec2_size: ${{ inputs.size }}
|
TF_VAR_ec2_size: ${{ inputs.size }}
|
||||||
|
TF_VAR_images_bucket: ${{ secrets.IMAGES_BUCKET }}
|
||||||
run: |
|
run: |
|
||||||
terraform apply \
|
terraform apply \
|
||||||
-auto-approve \
|
-auto-approve \
|
||||||
|
Loading…
Reference in New Issue
Block a user