Skip to content

Commit

Permalink
test.yml: export to tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 8, 2023
1 parent 24325b4 commit 4ea4307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
--output json \
--query 'Parameters[*]' \
| jq '. |= map({ (.Name | split("/")[-1]): .Value }) | add' \
>> ./deploy/tg/ecs/${{ vars.ENVIRONMENT }}.${param/\//_}.auto.tfvars.json
>> "./deploy/tg/ecs/${{ vars.ENVIRONMENT }}.${param/\//_}.auto.tfvars.json"
done
- name: Expose github environment as shell variables
Expand Down

0 comments on commit 4ea4307

Please sign in to comment.