worried-soccer-67640
09/15/2022, 1:09 PMmysterious-teacher-68276
09/15/2022, 3:07 PMsed
to replace the matching string.sed -i "s/$ENV_VAR/PLACEHOLDER_VALUE/g" "infracost.yml"
version: 0.1
projects:
- path: dev
usage_file: dev/infracost-usage.yml
env:
AWS_PROFILE: ${ENV_VAR}
worried-soccer-67640
09/15/2022, 7:11 PMmysterious-teacher-68276
09/15/2022, 7:12 PM${ENV_VAR}
I think so