Skip to content

Commit

Permalink
Template infra deploy #10603851930
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Aug 28, 2024
1 parent 09de4c0 commit 88520cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/configure-aws-credentials/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
terraform -chdir="infra/project-config" init > /dev/null
terraform -chdir="infra/project-config" apply -auto-approve > /dev/null
account_name=$(terraform -chdir="infra/project-config" output -json network_configs | jq -r ".${network_name}.account_name")
account_name=$(terraform -chdir="infra/project-config" output -json network_configs | jq -r ".[\"${network_name}\"].account_name")
echo "Account name retrieved: ${account_name}"
echo "account_name=${account_name}" >> "$GITHUB_OUTPUT"
Expand Down
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4efd2e671a06294c376979ba92b08194f0fe7c55
1844e4cf421c0867fbdf8dad1f3a6dd603118033

0 comments on commit 88520cf

Please sign in to comment.