Skip to content

Commit

Permalink
Merge pull request #450 from katsuhisa91/patch-1
Browse files Browse the repository at this point in the history
Fix: Replace SecurityGroups with SecurityGroupIds in EC2 resource
  • Loading branch information
ericzbeard committed Sep 12, 2024
2 parents 5912af3 + 686fba0 commit 00c51c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions EC2/EC2InstanceWithSecurityGroupSample.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@
}
]
},
"SecurityGroups": [
"SecurityGroupIds": [
{
"Ref": "InstanceSecurityGroup"
"Fn::GetAtt": [
"InstanceSecurityGroup",
"GroupId"
]
}
],
"KeyName": {
Expand Down

0 comments on commit 00c51c8

Please sign in to comment.