Skip to content

Commit

Permalink
Revert "Removed VPC paths"
Browse files Browse the repository at this point in the history
This reverts commit c40c219.
  • Loading branch information
stulacy committed Dec 12, 2023
1 parent c40c219 commit 03d19eb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions cloudformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,25 @@
"Value": {
"Ref": "MyInstanceProfile"
}
},
{
"Namespace": "aws:ec2:vpc",
"OptionName": "VPCId",
"Value": { "Ref" : "VpcId" }
},
{
"Namespace": "aws:ec2:vpc",
"OptionName": "Subnets",
"Value" : {
"Fn::Join": [",", { "Ref" : "Subnets" }]
}
},
{
"Namespace": "aws:ec2:vpc",
"OptionName": "ELBSubnets",
"Value" : {
"Fn::Select": ["0", {"Ref" : "Subnets" }]
}
}
],
"SolutionStackName": "64bit Amazon Linux 2023 v4.0.0 running Docker"
Expand Down Expand Up @@ -133,6 +152,25 @@
"Value": {
"Ref": "MyInstanceProfile"
}
},
{
"Namespace": "aws:ec2:vpc",
"OptionName": "VPCId",
"Value": { "Ref" : "VpcId" }
},
{
"Namespace": "aws:ec2:vpc",
"OptionName": "Subnets",
"Value" : {
"Fn::Join": [",", { "Ref" : "Subnets" }]
}
},
{
"Namespace": "aws:ec2:vpc",
"OptionName": "ELBSubnets",
"Value" : {
"Fn::Select": ["0", {"Ref" : "Subnets" }]
}
}
],
"SolutionStackName": "64bit Amazon Linux 2023 v4.0.0 running Docker"
Expand Down

0 comments on commit 03d19eb

Please sign in to comment.