Skip to content

Commit

Permalink
Update list of environments for which to generate CF template
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Nov 30, 2023
1 parent 1bb42b9 commit 031dac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi


template_files=("fix-role.cf.template" "fix-role-lambda.cf.template")
environments=("dev-eu" "eu" "us")
environments=("dev-eu" "global")

for template_file in "${template_files[@]}"; do
output_prefix="${template_file%%.*}"
Expand Down

0 comments on commit 031dac2

Please sign in to comment.