Skip to content

Commit 68c49d3

Browse files
committed
Minor fix IMGPROXY_ENV_AWS_SSM_PARAMETERS_PATH calculation
1 parent 872a747 commit 68c49d3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

template.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,11 +1036,7 @@ def __init__(self, value_one: object, value_two: object) -> None:
10361036
Value=If(
10371037
have_environment_systems_manager_parameters_path,
10381038
Ref(environment_systems_manager_parameters_path),
1039-
If(
1040-
have_environment_systems_manager_parameters_path,
1041-
Ref(environment_systems_manager_parameters_path),
1042-
Join("", ["/", StackName]),
1043-
),
1039+
Join("", ["/", StackName]),
10441040
),
10451041
),
10461042
ecs.Environment(Name="IMGPROXY_USE_S3", Value="1"),

0 commit comments

Comments
 (0)