Skip to content

Commit

Permalink
Updates AWS ipPermissions defaults to include more fields (#2048)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Ford <scott@scottford.io>
  • Loading branch information
scottford-io authored Oct 3, 2023
1 parent 5078c31 commit 429a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws.lr
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ private aws.ec2.securitygroup @defaults("arn") {
}

// Amazon EC2 Security Group IP Permission
private aws.ec2.securitygroup.ippermission @defaults("id") {
private aws.ec2.securitygroup.ippermission @defaults("id toPort fromPort ipProtocol ipRanges ipv6Ranges") {
// Unique ID for the IP permission
id string
// Start of port range for TCP/UDP protocols
Expand Down

0 comments on commit 429a0d9

Please sign in to comment.