We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a280326 commit 339c5ecCopy full SHA for 339c5ec
.github/workflows/deploy.yml
@@ -36,11 +36,11 @@ jobs:
36
-var="private_key=$PRIVATE_SSH_KEY" \
37
-var="key_name=deployer-key" \
38
-out=PLAN
39
- working-directory: /terraform
+ working-directory: ./terraform
40
- name: Terraform Apply
41
id: apply
42
run: terraform apply PLAN
43
44
- name: Set output
45
id: set-ip
46
run: |-
0 commit comments