little-author-61621
09/12/2022, 11:05 AMworried-soccer-67640
09/12/2022, 11:10 AMterragrunt plan -input=false -out=$PLANFILE
2. terragrunt show -json $PLANFILE > $SHOWFILE
3.
/tmp/infracost breakdown --path=$SHOWFILE \
--format=json \
--log-level=info \
--out-file=$INFRACOST_OUTPUT
little-author-61621
09/12/2022, 11:12 AM$SHOWFILE
file and see what the JSON is for that resource?worried-soccer-67640
09/12/2022, 1:00 PMcrooked-daybreak-55253
09/12/2022, 1:19 PMconfiguration
block with provider_config
? This is from one of our example repos:
{
...
"configuration": {
"provider_config": {
"aws": {
"name": "aws",
"version_constraint": "3.50.0",
"expressions": {
...
"region": {
"constant_value": "us-east-1"
},
worried-soccer-67640
09/12/2022, 1:20 PMcrooked-daybreak-55253
09/12/2022, 1:23 PMmammoth-accountant-5963
09/16/2022, 2:42 AMcrooked-daybreak-55253
09/16/2022, 12:21 PM