bland-shoe-75993
05/19/2020, 11:04 PMkind-mechanic-53546
05/19/2020, 11:05 PMbland-shoe-75993
05/19/2020, 11:08 PMkind-mechanic-53546
05/19/2020, 11:13 PMconst example = new aws.ec2.SecurityGroupRule("example", {
type: "ingress",
fromPort: 0,
toPort: 65535,
protocol: "tcp",
cidrBlocks: aws_vpc.example.cidr_block,
securityGroupId: "sg-123456",
});
billowy-army-68599
bland-shoe-75993
05/19/2020, 11:25 PMkind-mechanic-53546
05/19/2020, 11:26 PM