Difference between revisions of "Terraform resource: aws security group rule"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 16: | Line 16: | ||
[[Tags]] | [[Tags]] | ||
− | tags = { | + | [[tags]] = { |
name = "your SG name" | name = "your SG name" | ||
} | } |
Revision as of 05:52, 22 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: