We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d668880 commit 9dfa53bCopy full SHA for 9dfa53b
ecs_composex/common/aws.py
@@ -398,7 +398,7 @@ def plan(
398
"""
399
validate_can_deploy_stack_from_settings(settings, root_stack)
400
client = settings.session.client("cloudformation")
401
- change_set_name = f"{settings.name}" + "_ecs_compose_x_" + dt.now().strftime("%s")
+ change_set_name = f"{settings.name}" + "-ecs-compose-x-" + dt.now().strftime("%s")
402
if assert_can_create_stack(client, settings.name) or assert_can_update_stack(
403
client, settings.name
404
):
0 commit comments