Skip to content

Commit

Permalink
Pull in updates AWS Security Group docs (#590)
Browse files Browse the repository at this point in the history
Improve resource descriptions

Signed-off-by: Tim Smith <tsmith84@gmail.com>
  • Loading branch information
tas50 authored Feb 18, 2025
1 parent 68f5490 commit 1ebc768
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The `aws.ec2.securitygroup.ippermission` resource provides fields for assessing

| ID | TYPE | DESCRIPTION |
| ---------------- | ---------------- | ----------------------------------------- |
| id | string | Unique ID for the IP permission |
| id | string | AWS ID of the security group |
| fromPort | int | Start of port range for TCP/UDP protocols |
| toPort | int | End of port range for TCP/UDP protocols |
| ipProtocol | string | IP protocol name |
| ipRanges | &#91;&#93;string | IPv4 ranges |
| ipv6Ranges | &#91;&#93;string | IPv6 ranges |
| prefixListIds | &#91;&#93;dict | List of Prefix IDs |
| ipRanges | &#91;&#93;string | IPv4 address ranges |
| ipv6Ranges | &#91;&#93;string | IPv6 address ranges |
| prefixListIds | &#91;&#93;dict | List of prefix IDs |
| userIdGroupPairs | &#91;&#93;dict | List of user ID group pairs |

0 comments on commit 1ebc768

Please sign in to comment.