Skip to content

Commit

Permalink
Minor fix IMGPROXY_ENV_AWS_SSM_PARAMETERS_PATH calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Feb 26, 2024
1 parent 872a747 commit 68c49d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions template.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,11 +1036,7 @@ def __init__(self, value_one: object, value_two: object) -> None:
Value=If(
have_environment_systems_manager_parameters_path,
Ref(environment_systems_manager_parameters_path),
If(
have_environment_systems_manager_parameters_path,
Ref(environment_systems_manager_parameters_path),
Join("", ["/", StackName]),
),
Join("", ["/", StackName]),
),
),
ecs.Environment(Name="IMGPROXY_USE_S3", Value="1"),
Expand Down

0 comments on commit 68c49d3

Please sign in to comment.