driftctl/pkg/remote/test/vpc_security_group_multiple/results.golden.json

165 lines
3.0 KiB
JSON
Executable File

[
{
"arn": "arn:aws:ec2:eu-west-3:047081014315:security-group/sg-0254c038e32f25530",
"description": "Managed by Terraform",
"egress": [
{
"cidr_blocks": [
"0.0.0.0/0"
],
"description": "Bar 1",
"from_port": 0,
"ipv6_cidr_blocks": [
"::/0"
],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [],
"self": false,
"to_port": 0
}
],
"id": "sg-0254c038e32f25530",
"ingress": [
{
"cidr_blocks": [
"0.0.0.0/0"
],
"description": "Foo 1",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [],
"self": false,
"to_port": 0
},
{
"cidr_blocks": [
"1.2.0.0/16",
"5.6.7.0/24"
],
"description": "Foo 5",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [],
"self": false,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "icmp",
"security_groups": [
"sg-9e0204ff"
],
"self": true,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "Baz 1",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [
"pl-23ad484a"
],
"protocol": "tcp",
"security_groups": [],
"self": false,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "Baz 2",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [
"pl-abb451c2"
],
"protocol": "tcp",
"security_groups": [],
"self": false,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "Foo 2",
"from_port": 0,
"ipv6_cidr_blocks": [
"::/0"
],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [],
"self": false,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "Foo 3",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [],
"self": true,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "Foo 4",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "-1",
"security_groups": [
"sg-9e0204ff"
],
"self": false,
"to_port": 0
},
{
"cidr_blocks": [],
"description": "Test 1",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "tcp",
"security_groups": [],
"self": true,
"to_port": 65535
},
{
"cidr_blocks": [],
"description": "Test 2",
"from_port": 0,
"ipv6_cidr_blocks": [],
"prefix_list_ids": [],
"protocol": "tcp",
"security_groups": [
"sg-9e0204ff"
],
"self": false,
"to_port": 65535
}
],
"name": "foo",
"name_prefix": "",
"owner_id": "047081014315",
"revoke_rules_on_delete": null,
"tags": {
"Name": "Foo SG"
},
"timeouts": {
"create": null,
"delete": null
},
"vpc_id": "vpc-618f6e09"
}
]