Get a security group with one ingress rule based on the engine
Source:R/vpc_security_groups.R
aws_vpc_sg_with_ingress.Rd
Get a security group with one ingress rule based on the engine
Details
Adds an ingress rule specific to the engine
supplied (port
changes based on the engine), and your IP address. To create your own
security group and ingress rules see aws_vpc_security_group_create()
and aws_vpc_security_group_ingress()
See also
Other security groups:
aws_vpc_sec_group_rules()
,
aws_vpc_security_group()
,
aws_vpc_security_group_create()
,
aws_vpc_security_group_ingress()
,
aws_vpc_security_groups()