Skip to content

Commit

Permalink
Merge pull request #230 from NASA-IMPACT/fix/gccamiid
Browse files Browse the repository at this point in the history
Fix/gccamiid
  • Loading branch information
sharkinsspatial authored Aug 24, 2022
2 parents 30d7944 + 3e6b026 commit 1396b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:
vpcid = os.environ["HLS_GCC_VPCID"]
boundary_arn = os.environ["HLS_GCC_BOUNDARY_ARN"]
image_id = aws_ssm.StringParameter.from_string_parameter_attributes(
self, "gcc_ami", parameter_name="/gcc/amis/aml2-ecs"
self, "gcc_ami", parameter_name="/mcp/amis/aml2-ecs"
).string_value
from permission_boundary import PermissionBoundaryAspect

Expand Down

0 comments on commit 1396b47

Please sign in to comment.