Skip to content

Instantly share code, notes, and snippets.

@deoxxa
Created August 11, 2014 05:22
Show Gist options
  • Save deoxxa/8b15b8b42ac8a820a264 to your computer and use it in GitHub Desktop.
Save deoxxa/8b15b8b42ac8a820a264 to your computer and use it in GitHub Desktop.
aws_security_group.testing:
id = sg-df857dba
description = Testing
ingress.# = 5
ingress.0.cidr_blocks.# = 1
ingress.0.cidr_blocks.0 = 0.0.0.0/0
ingress.0.from_port = 1000
ingress.0.protocol = tcp
ingress.0.to_port = 65535
ingress.1.cidr_blocks.# = 1
ingress.1.cidr_blocks.0 = 0.0.0.0/0
ingress.1.from_port = 443
ingress.1.protocol = tcp
ingress.1.to_port = 443
ingress.2.cidr_blocks.# = 3
ingress.2.cidr_blocks.0 = 3.0.0.0/24
ingress.2.cidr_blocks.1 = 1.0.0.0/24
ingress.2.cidr_blocks.2 = 2.0.0.0/24
ingress.2.from_port = 80
ingress.2.protocol = tcp
ingress.2.to_port = 80
ingress.3.cidr_blocks.# = 1
ingress.3.cidr_blocks.0 = 0.0.0.0/0
ingress.3.from_port = 8
ingress.3.protocol = icmp
ingress.3.to_port = -1
ingress.4.cidr_blocks.# = 1
ingress.4.cidr_blocks.0 = 0.0.0.0/0
ingress.4.from_port = 0
ingress.4.protocol = icmp
ingress.4.to_port = -1
ingress.5.cidr_blocks.# = 1
ingress.5.cidr_blocks.0 = 0.0.0.0/0
ingress.5.from_port = 443
ingress.5.protocol = tcp
ingress.5.to_port = 443
ingress.6.cidr_blocks.# = 1
ingress.6.cidr_blocks.0 = 0.0.0.0/0
ingress.6.from_port = 1000
ingress.6.protocol = tcp
ingress.6.to_port = 65535
name = testing
owner_id = 718972604135
vpc_id = vpc-efcf208a
aws_vpc.main:
id = vpc-efcf208a
cidr_block = 172.22.0.0/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment