Difference between revisions of "Terraform resource: aws security group rule"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== Related == | == Related == | ||
+ | * [[Security groups for your Network Load Balancer (NLB)]] | ||
* <code>[[ingress]], [[egress]]</code> | * <code>[[ingress]], [[egress]]</code> | ||
* <code>[[aws ec2 authorize-security-group-ingress]]</code> | * <code>[[aws ec2 authorize-security-group-ingress]]</code> |
Revision as of 23:50, 2 March 2023
aws_security_group_rule
from_port
to_port
protocol (required): icmp, icmpv6, tcp, udp, or all
Related
- Security groups for your Network Load Balancer (NLB)
ingress, egress
aws ec2 authorize-security-group-ingress
aws_security_group
data.aws_subnet.all_public
cidr_blocks Tags
tags = { name = "your SG name" }
See also
Advertising: