Skip to content

Commit 5e8357e

Browse files
committed
fixed terraform vars
1 parent 6f7d811 commit 5e8357e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,10 @@ jobs:
130130
# path: infra/terraform.tfvars
131131
# retention-days: 1
132132
- name: 📤 Set Frontend environment variables from Terraform output
133-
id: set_vars
134133
run: |
135-
echo "APP_SERVICE_NAME=$(jq -r .frontend_app_name.value infra/tf_outputs.json)" >> $GITHUB_ENV
134+
echo "APP_SERVICE_NAME=$(jq -r .app_service_name.value infra/tf_outputs.json)" >> $GITHUB_ENV
136135
echo "RESOURCE_GROUP_NAME=$(jq -r .resource_group_name.value infra/tf_outputs.json)" >> $GITHUB_ENV
137-
echo "LB_API_URL=http://$(jq -r .lb_public_ip.value infra/tf_outputs.json)" >> $GITHUB_ENV
136+
echo "LB_API_URL=$(jq -r .lb_api_url.value infra/tf_outputs.json)" >> $GITHUB_ENV
138137
139138
- name: 🗃️ Run Script Configure Jumpbox
140139
run: |

0 commit comments

Comments
 (0)