Skip to content

Commit 335afd1

Browse files
Update create_cloudformation_stack.py (#154)
1 parent f32be29 commit 335afd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/create_cloudformation_stack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def create_cloudformation_stack(client, stack_name, cft_content, api_token, dc_c
7070
secrets = secrets[:optout_index] + secrets[optout_index+2:]
7171
secrets = secrets[:1] + [f'"core_base_url": "http://{args.core_url}"',f', "optout_base_url": "http://{args.optout_url}'] + secrets[1:]
7272
secrets.pop()
73-
secrets.extend([', "skip_validations": true,', ', "debug_mode": true', '}'])
73+
secrets.extend([', "skip_validations": true', ', "debug_mode": true', '}'])
7474
cft['Resources']['TokenSecret']['Properties']['SecretString']['Fn::Join'][1] = secrets
7575

7676
print(dump_yaml(cft))

0 commit comments

Comments
 (0)