Skip to content

Commit

Permalink
ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
awsandy committed Aug 5, 2020
1 parent 5b6cc34 commit 24b2c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for c in `seq 0 0`; do
done <"$file"

ofn=`printf "output__%s__%s.tf" $ttft $rname`
printf "output \"%s__%s__id\" {\n" $ttft $cname > $ofn
printf "output \"%s__%s__id\" {\n" $ttft $rname > $ofn
printf "value = %s.%s.name\n" $ttft $rname >> $ofn
printf "}\n" >> $ofn

Expand Down

0 comments on commit 24b2c9a

Please sign in to comment.