File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4242
4343# Reuse session in the new terminal
4444export aws_cli_current_assume_role_name=" /tmp/aws_cli_current_assume_role_SW7DNb48oQB57"
45- export aws_cli_load_current_assume_role=true
45+ export aws_cli_load_current_assume_role=false
4646# If the file is not empty
4747# TODO Later (To check if the credential is expired, don't autoload credential)
4848if [ " true" = " ${aws_cli_load_current_assume_role} " ] && [ -s " ${aws_cli_current_assume_role_name} " ]; then
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ aws_name_convention_get_s3_bucket_name_with_hint() {
2525
2626 aws_name_convention_resource_types=" static \
2727 vod terraform cf-logs \
28+ lambda-functions-zip-files \
2829 homepage \
2930 alb-logs webapp-react admin-react backup athena-query-results"
3031
You can’t perform that action at this time.
0 commit comments