navapbc / template-infra

A template to set up foundational infrastructure for your application in AWS
Apache License 2.0
11 stars 2 forks source link

Fix configure-aws-credentials when network_name has dashes #743

Closed lorenyu closed 1 month ago

lorenyu commented 1 month ago

Ticket

n/a

Changes

see title

Context for reviewers

The configure-aws-credentials action errors if network_name has dashes in it e.g. if network_name = "non-prod" This issue was discovered on a project.

Testing

Tested the change in the other project