Skip to content

Commit

Permalink
fix: update public ip artifact slicing
Browse files Browse the repository at this point in the history
  • Loading branch information
DrInTech22 authored Dec 16, 2024
1 parent 648eefc commit 16e6a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Save Public IP
if: steps.terraform-operation.outcome == 'success' && github.event.inputs.operation != 'destroy'
run: |
PUBLIC_IP=$(terraform output -raw instance_public_ip)
PUBLIC_IP=$(terraform output instance_public_ip | sed 's/"//g')
echo "$PUBLIC_IP" > public_ip_env.txt
cat public_ip_env.txt
working-directory: ./terraform
Expand Down

0 comments on commit 16e6a15

Please sign in to comment.