Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Dec 5, 2023
1 parent 6e56585 commit dd8e534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ecs-examples-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Consul ECS on Fargate
region: us-east-1
working-directory: ./examples/dev-server-fargate
variables: '{"lb_ingress_ip": "eval curl -s ifconfig.me"}'
variables: "{'lb_ingress_ip': 'eval curl -s ifconfig.me'}"

# - name: Consul ECS on EC2
# region: us-east-2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ecs-example-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Sometimes value field could be a bash statement. We want
# to evaluate it before assigning to terraform
if [[ "$value" == "eval"* ]]; then
if [[ "$value" == "\"eval"* ]]; then
value=$(value)
fi
Expand Down

0 comments on commit dd8e534

Please sign in to comment.