Skip to content

Commit

Permalink
Add AWS::EKS::Cluster.ClusterSecurityGroupId to list of AWS::EC2::Sec…
Browse files Browse the repository at this point in the history
…urityGroup.NameOrGroupId (#2177)
  • Loading branch information
kddejong committed Nov 16, 2021
1 parent 4b25c80 commit eb3ba14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"value": {
"GetAtt": {
"AWS::EC2::SecurityGroup": "GroupId",
"AWS::EC2::VPC": "DefaultSecurityGroup"
"AWS::EC2::VPC": "DefaultSecurityGroup",
"AWS::EKS::Cluster": "ClusterSecurityGroupId"
},
"Ref": {
"Parameters": [
Expand Down

0 comments on commit eb3ba14

Please sign in to comment.