Skip to content

Commit 83d728d

Browse files
Pass rest api id via terraform output
1 parent c391dfb commit 83d728d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-application-infrastructure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ on:
6363
value: ${{ jobs.plan-application-infrastructure.outputs.plan_result }}
6464
rest_api_id:
6565
description: "The Terraform rest api id"
66-
value: ${{ steps.plan-application-infrastructure.outputs.rest_api_id }}
66+
value: ${{ jobs.plan-application-infrastructure.outputs.rest_api_id }}
6767
deploy_status:
6868
description: "The status of the deployment"
6969
value: ${{ jobs.deploy_summary.outputs.deploy_status }}

0 commit comments

Comments
 (0)