Skip to content

Instantly share code, notes, and snippets.

@RuBiCK
Created November 22, 2018 12:07
Show Gist options
  • Save RuBiCK/679e75c9dc83dc7f24f96ce32df7a10c to your computer and use it in GitHub Desktop.
Save RuBiCK/679e75c9dc83dc7f24f96ce32df7a10c to your computer and use it in GitHub Desktop.
2018/11/22 12:52:32 [INFO] Terraform version: 0.11.10 17850e9a55d33c43d7c31fd6ac122ba97a51d899
2018/11/22 12:52:32 [INFO] Go runtime version: go1.11.1
2018/11/22 12:52:32 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/11/22 12:52:32 [DEBUG] Attempting to open CLI config file: /Users/XXX/.terraformrc
2018/11/22 12:52:32 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/11/22 12:52:32 [INFO] CLI command args: []string{"apply"}
2018/11/22 12:52:32 [INFO] command: empty terraform config, returning nil
2018/11/22 12:52:32 [DEBUG] command: no data state file found for backend config
2018/11/22 12:52:32 [DEBUG] New state was assigned lineage "85b8c411-8ac1-e86a-776a-a96bdaadaf64"
2018/11/22 12:52:32 [INFO] command: backend initialized: <nil>
2018/11/22 12:52:32 [DEBUG] checking for provider in "."
2018/11/22 12:52:32 [DEBUG] checking for provider in "/usr/local/bin"
2018/11/22 12:52:32 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/11/22 12:52:32 [DEBUG] found provider "terraform-provider-aws_v1.46.0_x4"
2018/11/22 12:52:32 [DEBUG] found valid plugin: "aws", "1.46.0", "XXX.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.46.0_x4"
2018/11/22 12:52:32 [DEBUG] checking for provisioner in "."
2018/11/22 12:52:32 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/11/22 12:52:32 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/11/22 12:52:32 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/11/22 12:52:32 [INFO] backend/local: starting Apply operation
2018/11/22 12:52:32 [INFO] terraform: building graph: GraphTypeInput
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.subnetnat": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c0a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c500), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c000), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table.public-route": &terraform.ResourceState{Type:"aws_route_table", Dependencies:[]string{"aws_internet_gateway.gw", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc00046c460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc00046c410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.public": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_eip.nat": &terraform.ResourceState{Type:"aws_eip", Dependencies:[]string{"aws_internet_gateway.gw"}, Primary:(*terraform.InstanceState)(0xc00046c1e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc00046c3c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.private": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00046c2d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.private using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.public using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_eip.nat using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_nat_gateway.gwa using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_vpc.main using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.subnetnat using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_internet_gateway.gw using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_security_group.allow_all using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_network_acl.allow_all using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_subnet.subnet using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_route_table.public-route using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_route_table_association.public-rt using provider provider.aws
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: [aws_vpc.main var.projectName]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: [aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.subnets_public_count" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "output.vpcid" references: [aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet" references: [aws_vpc.main var.aws_region var.subnets var.vpc_cidr]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table.public-route" references: [aws_internet_gateway.gw aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: [aws_route_table.public-route data.aws_subnet_ids.public var.subnets_public_count]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: [aws_subnet.subnet aws_vpc.main data.aws_subnet_ids.private]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_secret_access_key var.aws_region var.aws_access_key_id]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_eip.nat" references: [aws_internet_gateway.gw]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: [aws_eip.nat aws_eip.nat aws_subnet.subnet data.aws_subnet_ids.subnetnat]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.private" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.vpc_cidr" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.subnets" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.projectName" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: [var.projectName var.vpc_cidr]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "output.subnets_information" references: [aws_subnet.subnet aws_subnet.subnet aws_subnet.subnet]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_access_key_id" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_secret_access_key" references: []
plyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
deApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
yableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
deApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
leProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeAbstractResource
aws_internet_gateway.gw - *terraform.NodeAbstractResource
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table.public-route - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
aws_subnet.subnet - *terraform.NodeAbstractResource
aws_vpc.main - *terraform.NodeAbstractResource
data.aws_subnet_ids.private - *terraform.NodeAbstractResource
data.aws_subnet_ids.public - *terraform.NodeAbstractResource
data.aws_subnet_ids.subnetnat - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
ty_group.allow_all - *terraform.NodeAbstractResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeAbstractResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_network_acl.allow_all - *terraform.NodeAbstractResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_security_group.allow_all - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
2018/11/22 12:52:32 [DEBUG] Starting graph walk: walkInput
2018-11-22T12:52:32.844+0100 [DEBUG] plugin: starting plugin: path=XXX.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.46.0_x4 args=[XXX.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.46.0_x4]
2018-11-22T12:52:32.855+0100 [DEBUG] plugin: waiting for RPC address: path=XXX.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.46.0_x4
2018-11-22T12:52:32.868+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: plugin address: timestamp=2018-11-22T12:52:32.867+0100 address=/var/folders/l5/lqdqhjvd195_x47r71zk1yw80000gp/T/plugin060822055 network=unix
2018/11/22 12:52:32 [INFO] terraform: building graph: GraphTypeValidate
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.subnetnat": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_eip.nat": &terraform.ResourceState{Type:"aws_eip", Dependencies:[]string{"aws_internet_gateway.gw"}, Primary:(*terraform.InstanceState)(0xc00046c1e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc00046c410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c500), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c0a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table.public-route": &terraform.ResourceState{Type:"aws_route_table", Dependencies:[]string{"aws_internet_gateway.gw", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc00046c3c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.private": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.public": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c000), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc00046c460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00046c2d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.subnetnat using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_eip.nat using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_network_acl.allow_all using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_security_group.allow_all using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_internet_gateway.gw using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_route_table.public-route using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_nat_gateway.gwa using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.private using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.public using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_subnet.subnet using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_route_table_association.public-rt using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_vpc.main using provider provider.aws
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table.public-route" references: [aws_internet_gateway.gw aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: [aws_eip.nat aws_eip.nat aws_subnet.subnet data.aws_subnet_ids.subnetnat]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.private" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_access_key_id" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: [aws_vpc.main var.projectName]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet" references: [aws_vpc.main var.aws_region var.subnets var.vpc_cidr]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: [aws_route_table.public-route data.aws_subnet_ids.public var.subnets_public_count]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.vpc_cidr" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.subnets" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "output.vpcid" references: [aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "output.subnets_information" references: [aws_subnet.subnet aws_subnet.subnet aws_subnet.subnet]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.projectName" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: [var.projectName var.vpc_cidr]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_eip.nat" references: [aws_internet_gateway.gw]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: [aws_subnet.subnet aws_vpc.main data.aws_subnet_ids.private]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: [aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_secret_access_key" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.subnets_public_count" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key_id var.aws_secret_access_key var.aws_region]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: [aws_subnet.subnet aws_vpc.main]
*terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeValidatableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
n - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeValidatableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
erraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeValidatableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
n - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRooateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_eip.nat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.subnets_public_count - *terraform.NodeRootVariable
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeValidatableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeValidatableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeValidatableResource
aws_internet_gateway.gw - *terraform.NodeValidatableResource
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table.public-route - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
aws_subnet.subnet - *terraform.NodeValidatableResource
aws_vpc.main - *terraform.NodeValidatableResource
data.aws_subnet_ids.private - *terraform.NodeValidatableResource
data.aws_subnet_ids.public - *terraform.NodeValidatableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeValidatableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeValidatableResource
aws_network_acl.allow_all - *terraform.NodeValidatableResource
aws_route_table_association.public-rt - *terraform.NodeValidatableResource
aws_security_group.allow_all - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
2018/11/22 12:52:32 [DEBUG] Starting graph walk: walkValidate
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc00046c2d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_vpc.main - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_vpc.main - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_vpc.main - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc.main - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_vpc.main"
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c500), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_security_group.allow_all - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_security_group.allow_all - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_security_group.allow_all - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_security_group.allow_all - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_security_group.allow_all"
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c0a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_internet_gateway.gw - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.gw - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_internet_gateway.gw - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet[1]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet[2]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c0f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet[3]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c050), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet[0]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c000), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[3]" references: []
2018/11/22 12:52:32 [TRACE] [walkValidate] Entering eval tree: aws_eip.nat
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[0]" references: []
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalSequence
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[1]" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[2]" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_subnet.subnet[0] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[1] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[2] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[3] - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalIf
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalValidateCount
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_subnet.subnet[0] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[1] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[2] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[3] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
aws_subnet.subnet[0] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[1] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[2] - *terraform.NodeValidatableResourceInstance
aws_subnet.subnet[3] - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_subnet.subnet[1]"
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_subnet.subnet[2]"
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_subnet.subnet[3]"
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "root"
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_subnet.subnet[0]"
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table.public-route": &terraform.ResourceState{Type:"aws_route_table", Dependencies:[]string{"aws_internet_gateway.gw", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route_table.public-route - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_route_table.public-route - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_eip.nat": &terraform.ResourceState{Type:"aws_eip", Dependencies:[]string{"aws_internet_gateway.gw"}, Primary:(*terraform.InstanceState)(0xc00046c1e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_eip.nat - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip.nat - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_eip.nat" references: []
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.public": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_subnet_ids.public - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_subnet_ids.public - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_subnet_ids.public - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.private": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc00046c140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc00046c460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route_table_association.public-rt - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_route_table_association.public-rt - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_route_table_association.public-rt - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table_association.public-rt - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalIf
2018/11/22 12:52:32 [TRACE] dag/walk: added new vertex: "aws_route_table_association.public-rt"
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalValidateCount
2018/11/22 12:52:32 [TRACE] dag/walk: walking "aws_route_table_association.public-rt"
2018/11/22 12:52:32 [TRACE] vertex 'root.aws_route_table_association.public-rt': walking
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalIf
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalValidateCount
2018/11/22 12:52:32 [TRACE] vertex 'root.aws_route_table_association.public-rt': evaluating
2018/11/22 12:52:32 [TRACE] [walkValidate] Entering eval tree: aws_route_table_association.public-rt
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalSequence
2018/11/22 12:52:32 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/11/22 12:52:32 [TRACE] root: eval: *terrafor2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc00046c410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_network_acl.allow_all - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_network_acl.allow_all - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc00046c3c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: []
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_nat_gateway.gwa - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [TRACE] Graph after step *terraform.RootTransformer:
aws_nat_gateway.gwa - *terraform.NodeValidatableResourceInstance
2018/11/22 12:52:32 [INFO] backend/local: apply calling Refresh
2018/11/22 12:52:32 [INFO] terraform: building graph: GraphTypeRefresh
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.private": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4eb0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table.public-route": &terraform.ResourceState{Type:"aws_route_table", Dependencies:[]string{"aws_internet_gateway.gw", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d50e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0003d54f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_eip.nat": &terraform.ResourceState{Type:"aws_eip", Dependencies:[]string{"aws_internet_gateway.gw"}, Primary:(*terraform.InstanceState)(0xc0003d4f50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc0003d5220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc0003d5040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d5270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.public": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d5130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "data.aws_subnet_ids.subnetnat": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4ff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003d5180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4e60), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] Attaching resource state to "aws_subnet.subnet": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4e10), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:32 [DEBUG] resource aws_vpc.main using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_internet_gateway.gw using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_security_group.allow_all using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.public using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.subnetnat using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_route_table.public-route using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_eip.nat using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource data.aws_subnet_ids.private using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_subnet.subnet using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_nat_gateway.gwa using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_network_acl.allow_all using provider provider.aws
2018/11/22 12:52:32 [DEBUG] resource aws_route_table_association.public-rt using provider provider.aws
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.vpc_cidr" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.projectName" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "output.subnets_information" references: [aws_subnet.subnet aws_subnet.subnet aws_subnet.subnet]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: [var.projectName var.vpc_cidr]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: [aws_vpc.main var.projectName]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: [aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table.public-route" references: [aws_internet_gateway.gw aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_eip.nat" references: [aws_internet_gateway.gw]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.private" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_access_key_id" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_subnet.subnet" references: [aws_vpc.main var.aws_region var.subnets var.vpc_cidr]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: [aws_eip.nat aws_eip.nat aws_subnet.subnet data.aws_subnet_ids.subnetnat]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: [aws_subnet.subnet aws_vpc.main data.aws_subnet_ids.private]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_secret_access_key var.aws_region var.aws_access_key_id]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: [aws_route_table.public-route data.aws_subnet_ids.public var.subnets_public_count]
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.aws_secret_access_key" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.subnets_public_count" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "var.subnets" references: []
2018/11/22 12:52:32 [DEBUG] ReferenceTransformer: "output.vpcid" references: [aws_vpc.main]
aws_region - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
s_region - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gwa - *terraform.NodeRefreshableManagedResource
aws_network_acl.allow_all - *terraform.NodeRefreshableManagedResource
aws_route_table.public-route - *terraform.NodeRefreshableManagedResource
aws_route_table_association.public-rt - *terraform.NodeRefreshableManagedResource
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResource
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResource
data.aws_subnet_ids.subnetnat - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
egion - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeRefreshableDataResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodeRefreshableManagedResource
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResource
aws_nat_gateway.gwa - *terraform.NodeRefreshableManagedResource
aws_network_acl.allow_all - *terraform.NodeRefreshableManagedResource
aws_route_table.public-route - *terraform.NodeRefreshableManagedResource
aws_route_table_association.public-rt - *terraform.NodeRefreshableManagedResource
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResource
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
aws_vpc.main - *terraform.NodeRefreshableManagedResource
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResource
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResource
data.aws_subnet_ids.subnetnat - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
plyableOutput
aws_subnet.subnet - *terraform.NodeRefreshableManagedResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeRefreshableManagedResource
aws_network_acl.allow_all - *terraform.NodeRefreshableManagedResource
aws_route_table_association.public-rt - *terraform.NodeRefreshableManagedResource
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResource
root - terraform.graphNodeRoot
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
2018/11/22 12:52:32 [DEBUG] Starting graph walk: walkRefresh
2018-11-22T12:52:32.967+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:32 [INFO] No assume_role block read from configuration
2018-11-22T12:52:32.967+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:32 [INFO] Building AWS region structure
2018-11-22T12:52:32.967+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:32 [INFO] Building AWS auth structure
2018-11-22T12:52:32.967+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:32 [INFO] Setting AWS metadata API timeout to 100ms
2018-11-22T12:52:33.762+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:33 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-11-22T12:52:33.762+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:33 [INFO] AWS Auth provider used: "StaticProvider"
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:33 [INFO] Initializing DeviceFarm SDK connection
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:33 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:33 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: sts.amazonaws.com
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 43
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6d3a1cc9f0ff8c9c33d48f35336bc7386b09106a163300aff841521d4d2f2e49
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115233Z
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-11-22T12:52:33.763+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:39 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 407
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:52:39 GMT
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amzn-Requestid: 1d200472-ee4d-11e8-b6ef-8920c2659df6
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:39 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <GetCallerIdentityResult>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <Arn>arn:aws:iam::811930467012:user/terraform2</Arn>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <UserId>AIDAJ2QYQUTRW2BHUB7IG</UserId>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <Account>811930467012</Account>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </GetCallerIdentityResult>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ResponseMetadata>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <RequestId>1d200472-ee4d-11e8-b6ef-8920c2659df6</RequestId>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ResponseMetadata>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </GetCallerIdentityResponse>
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:39 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 87
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9ebb49e12bf9e4dbc8298293806404fa5556376af5a93bbfdc27999b1dad42c4
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115239Z
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-11-22T12:52:39.322+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 644
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:52:44 GMT
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>a108f446-91e3-409a-ab7e-38785458aff8</requestId>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <accountAttributeSet>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeName>supported-platforms</attributeName>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValueSet>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValue>EC2</attributeValue>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValue>VPC</attributeValue>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </attributeValueSet>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </accountAttributeSet>
2018-11-22T12:52:44.579+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeAccountAttributesResponse>
2018/11/22 12:52:44 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003d5180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:52:44 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: []
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 68
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=df8eda23a832d6346953a0c83c948c0cc66feb178dfb66429e61ef2f323a1770
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115244Z
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0132d7e985655ec9a
2018-11-22T12:52:44.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1162
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:52:50 GMT
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>7c5618f5-2995-48cd-baea-d0e06be1f5fe</requestId>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcSet>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.0/20</cidrBlock>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlockAssociationSet>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.0/20</cidrBlock>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationId>vpc-cidr-assoc-09f2b3fd2e2bbeb23</associationId>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlockState>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>associated</state>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </cidrBlockState>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </cidrBlockAssociationSet>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <dhcpOptionsId>dopt-0d947dccd222442fb</dhcpOptionsId>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>autonomos-vpc</value>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <instanceTenancy>default</instanceTenancy>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <isDefault>false</isDefault>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </vpcSet>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeVpcsResponse>
2018-11-22T12:52:49.847+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:49 [DEBUG] Matching ^aws: with Name
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:49 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 101
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=903d915fed3e9b04b3cef3ad25ca2b8c5118a3f628663a540f354a8b6dfc7e5a
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115249Z
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-0132d7e985655ec9a
2018-11-22T12:52:49.848+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:55 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details:
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 330
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:52:55 GMT
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>25274d24-c972-46fe-8aaf-1986cdb58bc8</requestId>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <enableDnsSupport>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>true</value>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </enableDnsSupport>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeVpcAttributeResponse>
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:52:55 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 103
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f8b7c1e1bc5ea540833a34cf17681de60766e3963beb8246ad9e50742140df6a
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115255Z
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-0132d7e985655ec9a
2018-11-22T12:52:55.113+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:00.351+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details:
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 334
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:00 GMT
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>a970cbc4-593d-4d5c-a82e-e893037d373b</requestId>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <enableDnsHostnames>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>true</value>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </enableDnsHostnames>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeVpcAttributeResponse>
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details:
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 78
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ada4759b749ffd3344ff44c9fc5bc79c865615a4f823c7ba9c0d4460a5ad567d
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115300Z
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-0132d7e985655ec9a
2018-11-22T12:53:00.352+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details:
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 559
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:05 GMT
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>e289c1b7-3201-4e7e-bae2-202a3611ed8a</requestId>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcSet>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <classicLinkEnabled>false</classicLinkEnabled>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>autonomos-vpc</value>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </vpcSet>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeVpcClassicLinkResponse>
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details:
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 89
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e4174696c5f3439414a13e5a5db2a75d35e256f09c0b9231dcfabdcb6848e827
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115305Z
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-0132d7e985655ec9a
2018-11-22T12:53:05.647+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details:
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:11 GMT
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>3071c88b-4f7d-48c7-b521-06e10c1fbc41</requestId>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcs>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <classicLinkDnsSupported>false</classicLinkDnsSupported>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </vpcs>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeVpcClassicLinkDnsSupportResponse>
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 158
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=eecebcedfed4ea96c66876c7b2a2600144ebc0ee4282a46cbb7f5e16f65cdc85
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115310Z
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0132d7e985655ec9a&Version=2016-11-15
2018-11-22T12:53:10.873+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:16 GMT
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>19996a5d-76aa-48f7-98a5-58dc19940673</requestId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableSet>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-07a8bfd283a6446bf</routeTableId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeSet>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>10.240.0.0/20</destinationCidrBlock>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <gatewayId>local</gatewayId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRouteTable</origin>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRoute</origin>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeSet>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationSet>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableAssociationId>rtbassoc-0b18cdc667d6ac97d</routeTableAssociationId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-07a8bfd283a6446bf</routeTableId>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <main>true</main>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </associationSet>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <propagatingVgwSet/>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeTableSet>
2018-11-22T12:53:16.126+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeRouteTablesResponse>
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:16 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details:
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 149
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=07aa30e2c62490739f0b4b09daf6b493ea548994bda7cb4b5e8fd2760fc290ff
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115316Z
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0132d7e985655ec9a&Version=2016-11-15
2018-11-22T12:53:16.127+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:21.414+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details:
2018-11-22T12:53:21.414+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:21.414+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 2034
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:21 GMT
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>f5c025c7-b500-49b8-bf32-2e52e45cc4ae</requestId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclSet>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclId>acl-059c457be3001a69e</networkAclId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <default>true</default>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <entrySet>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>100</ruleNumber>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>allow</ruleAction>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>true</egress>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>32767</ruleNumber>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>deny</ruleAction>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>true</egress>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>100</ruleNumber>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>allow</ruleAction>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>false</egress>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>32767</ruleNumber>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>deny</ruleAction>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>false</egress>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </entrySet>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationSet>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclAssociationId>aclassoc-0bb4f45ce1e3b8325</networkAclAssociationId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclId>acl-059c457be3001a69e</networkAclId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </associationSet>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </networkAclSet>
2018-11-22T12:53:21.415+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNetworkAclsResponse>
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:21 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 158
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=bbedf39797c9777af6028d016939f9a2f1e4a9f4f3ceb3656b1601f298d31bcb
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115321Z
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0132d7e985655ec9a&Version=2016-11-15
2018-11-22T12:53:21.416+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:26 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:26 GMT
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:26 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>adf767d5-f49a-482f-8b9a-bcf28082964c</requestId>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <securityGroupInfo>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupId>sg-0583558fcef529b6e</groupId>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupName>default</groupName>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupDescription>default VPC security group</groupDescription>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipPermissions>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipProtocol>-1</ipProtocol>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groups>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <userId>811930467012</userId>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupId>sg-0583558fcef529b6e</groupId>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </groups>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipRanges/>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6Ranges/>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <prefixListIds/>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipPermissions>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipPermissionsEgress>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipProtocol>-1</ipProtocol>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groups/>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipRanges>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipRanges>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6Ranges/>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <prefixListIds/>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipPermissionsEgress>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </securityGroupInfo>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSecurityGroupsResponse>
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:26 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 158
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=38fb9dc57f19753907c3dd56e2d834ef41acab351815a40d1b10fde5e93d26b9
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115326Z
2018-11-22T12:53:26.644+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:26.645+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:26.645+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-0132d7e985655ec9a&Version=2016-11-15
2018-11-22T12:53:26.645+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:32 GMT
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>a1c0f746-c112-4d6f-9a0f-cb45385a3296</requestId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableSet>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-07a8bfd283a6446bf</routeTableId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeSet>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>10.240.0.0/20</destinationCidrBlock>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <gatewayId>local</gatewayId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRouteTable</origin>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRoute</origin>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeSet>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationSet>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableAssociationId>rtbassoc-0b18cdc667d6ac97d</routeTableAssociationId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-07a8bfd283a6446bf</routeTableId>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <main>true</main>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </associationSet>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <propagatingVgwSet/>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeTableSet>
2018-11-22T12:53:31.870+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeRouteTablesResponse>
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:53:31 [TRACE] [walkRefresh] Exiting eval tree: aws_vpc.main
2018/11/22 12:53:31 [TRACE] dag/walk: walking "aws_security_group.allow_all"
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_security_group.allow_all': walking
2018/11/22 12:53:31 [TRACE] dag/walk: walking "aws_subnet.subnet"
2018/11/22 12:53:31 [TRACE] dag/walk: walking "aws_internet_gateway.gw"
2018/11/22 12:53:31 [TRACE] dag/walk: walking "output.vpcid"
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_internet_gateway.gw': walking
2018/11/22 12:53:31 [TRACE] vertex 'root2018/11/22 12:53:31 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4e60), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalIf
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: []
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.gw - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.gw"
2018/11/22 12:53:31 [TRACE] dag/walk: walking "aws_internet_gateway.gw"
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_internet_gateway.gw': walking
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_internet_gateway.gw': evaluating
2018/11/22 12:53:31 [TRACE] [walkRefresh] Entering eval tree: aws_internet_gateway.gw
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalSequence
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalReadState
2018/11/22 12:53:31 [TRACE] [walkRefresh] Exiting eval tree: aws_security_group.allow_all
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_security_group.allow_all': expanding/walking dynamic subgraph
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] OrphanResourceCount: Starting...
2018/11/22 12:53:31 [TRACE] OrphanResourceCount: Checking: aws_security_group.allow_all
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d5270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: []
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.RootTransformer:
aws_security_group.allow_all - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:31 [TRACE] dag/walk: added new vertex: "aws_security_group.allow_all"
2018/11/22 12:53:31 [TRACE] dag/walk: walking "aws_security_group.allow_all"
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_security_group.allow_all': walking
2018/11/22 12:53:31 [TRACE] vertex 'root.aws_security_group.allow_all': evaluating
2018/11/22 12:53:31 [TRACE] [walkRefresh] Entering eval tree: aws_security_group.allow_all
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalSequence
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/22 12:53:31 [TRACE] root: eval: *terraform.EvalReadState
2018/11/22 12:53:31 [DEBUG] Attaching resource state to "aws_subnet.subnet[0]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4e10), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details:
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 92
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e42b883875be8a1e1d138c74e1ba61c38df132169355b0b94c34b335c8ccf4d0
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115331Z
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeInternetGateways&InternetGatewayId.1=igw-0e29787f000389029&Version=2016-11-15
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 79
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1272753f084c4df8b7cd1fe0364198efae25bbd03e4ae1913b1994c7fa6ce2a4
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115331Z
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-05aaaf7737c2e1a91&Version=2016-11-15
2018-11-22T12:53:31.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018/11/22 12:53:31 [DEBUG] Attaching resource state to "aws_subnet.subnet[1]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d53b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:31 [DEBUG] Attaching resource state to "aws_subnet.subnet[2]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d52c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:31 [DEBUG] Attaching resource state to "aws_subnet.subnet[3]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d5090), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:31 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[0]" references: []
2018/11/22 12:53:31 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[1]" references: []
2018/11/22 12:53:31 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[2]" references: []
2018/11/22 12:53:31 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[3]" references: []
2018/11/22 12:53:31 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_subnet.subnet[0] - *terraform.NodeRefreshableManagedResourceInstance
aws_subnet.subnet[1] - *terraform.NodeRefreshableManagedResourceInstance
aws_subnet.subnet[2] - *terraform.NodeRefreshableManagedResourceInstance
aws_subnet.subnet[3] - *terraform.NodeRefreshableManagedResourceInstance
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 77
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=4852f42630109b5d54ced7c2022790049d571b4b26c6823b5605de2d0285ee88
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115331Z
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-0c7b42560b2208992&Version=2016-11-15
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 77
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b3d50c2d9e96ed1581203f46d2ceb900c38a57a9620c03568d5abfa0a0205c8d
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115331Z
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-025a215a783648507&Version=2016-11-15
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 77
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=aba93f4862195f49f459500494bd5ebc813c68c50e5e3fc0b9f1bf5311c6e8c3
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115331Z
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-048db1dd9f602891f&Version=2016-11-15
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:31 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 77
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c1db2d29b92efae85b5ffb093d005ddf7ac9def11a8d0b17743eac92e7c59e9b
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115331Z
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-0b8bee3f1d5b755ec&Version=2016-11-15
2018-11-22T12:53:31.885+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details:
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 802
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:38 GMT
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>5e5ce240-9b33-4c5f-943a-4c2d3ddc31e3</requestId>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <internetGatewaySet>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <internetGatewayId>igw-0e29787f000389029</internetGatewayId>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attachmentSet>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </attachmentSet>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>IGW-autonomos</value>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </internetGatewaySet>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeInternetGatewaysResponse>
2018-11-22T12:53:37.251+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Name
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] EIP describe configuration: {
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: AllocationIds: ["eipalloc-0057d480fa70e0749"]
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: } (domain: vpc)
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAddresses Details:
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 85
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e2ccf1b45a66e744704441ee35e5044afe4a1ea1ecb0d321c2cefa62769ab878
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115337Z
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeAddresses&AllocationId.1=eipalloc-0057d480fa70e0749&Version=2016-11-15
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ec981951968c614b2e602f92f3506f6d4efe399d3ebf32a165333fcf156f08b2
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115337Z
2018-11-22T12:53:37.254+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:37.255+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.255+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeRouteTables&RouteTableId.1=rtb-044e7ab173eb7dd2e&Version=2016-11-15
2018-11-22T12:53:37.255+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1400
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:38 GMT
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>e4fda60d-a844-44be-9eff-f76f008e5449</requestId>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-048db1dd9f602891f</subnetId>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.0/26</cidrBlock>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>58</availableIpAddressCount>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>devzone-a</value>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>DEV</value>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Name
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with nat
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with public
2018-11-22T12:53:37.276+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Environment
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1397
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:37 GMT
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:37.282+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>a5461478-1208-49b6-9d7e-99a97e7e4d23</requestId>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-025a215a783648507</subnetId>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.64/26</cidrBlock>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>59</availableIpAddressCount>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>k8s-a</value>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Name
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with nat
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Environment
2018-11-22T12:53:37.283+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with public
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1398
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:37 GMT
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>e92857ba-52c8-4c0d-820a-eb1f6e92e0ad</requestId>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0c7b42560b2208992</subnetId>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.128/26</cidrBlock>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>59</availableIpAddressCount>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1b</availabilityZone>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>k8s-b</value>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Environment
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with nat
2018-11-22T12:53:37.318+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with public
2018-11-22T12:53:37.319+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Name
2018/11/22 12:53:37 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:53:37 [TRACE] [walkRefresh] Exiting eval tree: aws_subnet.subnet[2]
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1398
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:37 GMT
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>83487a56-ef65-4126-a22e-a00f141bafa7</requestId>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.192/26</cidrBlock>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>57</availableIpAddressCount>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>1</value>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>dmz-a</value>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>1</value>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:53:37.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018-11-22T12:53:37.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Environment
2018/11/22 12:53:37 [DEBUG] Attaching resource state to "data.aws_subnet_ids.subnetnat": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d4ff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:37 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: []
2018/11/22 12:53:37 [DEBUG] Attaching resource state to "data.aws_subnet_ids.public": &terraform.ResourceState{Type:"aws_subnet_ids", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0003d5130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:37 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_subnet_ids.public - *terraform.NodeRefreshableDataResourceInstance
2018/11/22 12:53:37 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.private" references: []
2018/11/22 12:53:37 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResourceInstance
2018/11/22 12:53:37 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_subnet_ids.private - *terraform.NodeRefreshableDataResourceInstance
2018/11/22 12:53:37 [TRACE] dag/walk: added new vertex: "data.aws_subnet_ids.private"
2018/11/22 12:53:37 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc0003d5040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:37 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: []
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details:
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=18bfcbe707dd31de1ca5714ee25de1762bf5e12bfff6db6fb815288f6970f64c
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115337Z
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNetworkAcls&NetworkAclId.1=acl-094281a9d8589875d&Version=2016-11-15
2018-11-22T12:53:37.350+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:38 GMT
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>e95dbdfe-7624-4c7a-9a40-4c52ec33315d</requestId>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <securityGroupInfo>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupId>sg-05aaaf7737c2e1a91</groupId>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupName>allow_all</groupName>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groupDescription>Allow all inbound traffic</groupDescription>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipPermissions>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipProtocol>tcp</ipProtocol>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <fromPort>0</fromPort>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <toPort>65535</toPort>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groups/>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipRanges>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipRanges>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6Ranges/>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <prefixListIds/>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipPermissions>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipPermissionsEgress>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipProtocol>-1</ipProtocol>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <groups/>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipRanges>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrIp>0.0.0.0/0</cidrIp>
2018-11-22T12:53:37.355+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <description/>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipRanges>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6Ranges>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrIpv6>::/0</cidrIpv6>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <description/>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipv6Ranges>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <prefixListIds/>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ipPermissionsEgress>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>allow_all</value>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </securityGroupInfo>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSecurityGroupsResponse>
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Found a remote Rule that wasn't empty: (map[string]interface {}{"protocol":"-1", "from_port":0, "to_port":0, "cidr_blocks":[]string{"0.0.0.0/0"}, "ipv6_cidr_blocks":[]string{"::/0"}})
2018-11-22T12:53:37.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:37 [DEBUG] Matching ^aws: with Name
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:42 GMT
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>53d8137b-e650-4053-a311-58d2e48c5786</requestId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableSet>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-044e7ab173eb7dd2e</routeTableId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeSet>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>10.240.0.0/20</destinationCidrBlock>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <gatewayId>local</gatewayId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRouteTable</origin>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <gatewayId>igw-0e29787f000389029</gatewayId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRoute</origin>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeSet>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationSet>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableAssociationId>rtbassoc-00fa56a88a4080a05</routeTableAssociationId>
2018-11-22T12:53:42.483+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-044e7ab173eb7dd2e</routeTableId>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <main>false</main>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </associationSet>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <propagatingVgwSet/>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>Public RT</value>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeTableSet>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeRouteTablesResponse>
2018-11-22T12:53:42.484+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] Matching ^aws: with Name
2018/11/22 12:53:42 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0003d54f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:42 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route_table_association.public-rt - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:42 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: []
2018/11/22 12:53:42 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_route_table_association.public-rt - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:42 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table_association.public-rt - *terraform.NodeRefreshableManagedResourceInstance
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ab09b724160c94a7e269c549644f6667cbaa91b2530c4aa0506779519203c3c6
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115342Z
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeRouteTables&RouteTableId.1=rtb-044e7ab173eb7dd2e&Version=2016-11-15
2018-11-22T12:53:42.486+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAddresses Details:
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:42 GMT
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeAddressesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>ef831a1b-a557-4939-b504-8b8a4aab5989</requestId>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <addressesSet>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <domain>vpc</domain>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationId>eipassoc-20aa32dc</associationId>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-0ce5f6f6e96335ffb</networkInterfaceId>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceOwnerId>811930467012</networkInterfaceOwnerId>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIpAddress>10.240.0.225</privateIpAddress>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIpv4Pool>amazon</publicIpv4Pool>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </addressesSet>
2018-11-22T12:53:42.509+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeAddressesResponse>
2018/11/22 12:53:42 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc0003d5220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:42 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_nat_gateway.gwa - *terraform.NodeRefreshableManagedResourceInstance
2018/11/22 12:53:42 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: []
2018/11/22 12:53:42 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_nat_gateway.gwa - *terraform.NodeRefreshableManagedResourceInstance
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=30ede4eb101b491354ec57f9a2486167ba14812c3a0196e81592269204424838
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115342Z
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-01c5fa9680df5359b&Version=2016-11-15
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details:
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:43 GMT
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>a2e011f5-fa51-40a0-b2a1-ce3210a47ffe</requestId>
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclSet>
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclId>acl-094281a9d8589875d</networkAclId>
2018-11-22T12:53:42.511+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018/11/22 12:53:42 [TRACE] root: eval: *terraform.EvalWriteState
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018/11/22 12:53:42 [TRACE] [walkRefresh] Exiting eval tree: aws_network_acl.allow_all
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <default>false</default>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <entrySet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>100</ruleNumber>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>allow</ruleAction>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>true</egress>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>32767</ruleNumber>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>deny</ruleAction>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>true</egress>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>100</ruleNumber>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>allow</ruleAction>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>false</egress>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleNumber>32767</ruleNumber>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <protocol>-1</protocol>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ruleAction>deny</ruleAction>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <egress>false</egress>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </entrySet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationSet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclAssociationId>aclassoc-0beae3b8deb872d1c</networkAclAssociationId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclId>acl-094281a9d8589875d</networkAclId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0c7b42560b2208992</subnetId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclAssociationId>aclassoc-0bee61645a73f8ca5</networkAclAssociationId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclId>acl-094281a9d8589875d</networkAclId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-025a215a783648507</subnetId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclAssociationId>aclassoc-07378db3464e8ab4d</networkAclAssociationId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkAclId>acl-094281a9d8589875d</networkAclId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-048db1dd9f602891f</subnetId>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </associationSet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>allow_all</value>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </networkAclSet>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNetworkAclsResponse>
2018-11-22T12:53:42.512+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:42 [DEBUG] Matching ^aws: with Name
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:48 GMT
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>e961550f-c9fe-49dc-b3d2-e44713847f22</requestId>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableSet>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-044e7ab173eb7dd2e</routeTableId>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeSet>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>10.240.0.0/20</destinationCidrBlock>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <gatewayId>local</gatewayId>
2018-11-22T12:53:47.688+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRouteTable</origin>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <gatewayId>igw-0e29787f000389029</gatewayId>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>active</state>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <origin>CreateRoute</origin>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeSet>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationSet>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableAssociationId>rtbassoc-00fa56a88a4080a05</routeTableAssociationId>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <routeTableId>rtb-044e7ab173eb7dd2e</routeTableId>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <main>false</main>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </associationSet>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <propagatingVgwSet/>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>Public RT</value>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </routeTableSet>
2018-11-22T12:53:47.689+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeRouteTablesResponse>
2018/11/22 12:53:47 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:53:47 [TRACE] [walkRefresh] Exiting eval tree: aws_route_table_association.public-rt
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:48 GMT
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>5488aabc-391a-440c-a1bb-c1619d6278af</requestId>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:33:47.000Z</createTime>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-0ce5f6f6e96335ffb</networkInterfaceId>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.225</privateIp>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:53:47.742+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018/11/22 12:53:47 [INFO] terraform: building graph: GraphTypePlan
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_eip.nat": &terraform.ResourceState{Type:"aws_eip", Dependencies:[]string{"aws_internet_gateway.gw"}, Primary:(*terraform.InstanceState)(0xc0005430e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Resource state not found for "data.aws_subnet_ids.subnetnat": data.aws_subnet_ids.subnetnat
2018/11/22 12:53:47 [DEBUG] Resource state not found for "data.aws_subnet_ids.private": data.aws_subnet_ids.private
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0005433b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_subnet.subnet": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0005432c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_route_table.public-route": &terraform.ResourceState{Type:"aws_route_table", Dependencies:[]string{"aws_internet_gateway.gw", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc000543180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc000543270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc000543310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc000543360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0005431d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0005434a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:47 [DEBUG] Resource state not found for "data.aws_subnet_ids.public": data.aws_subnet_ids.public
2018/11/22 12:53:47 [DEBUG] resource data.aws_subnet_ids.private using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_nat_gateway.gwa using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_network_acl.allow_all using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_security_group.allow_all using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_vpc.main using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_internet_gateway.gw using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_subnet.subnet using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_route_table.public-route using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource data.aws_subnet_ids.public using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_route_table_association.public-rt using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource data.aws_subnet_ids.subnetnat using provider provider.aws
2018/11/22 12:53:47 [DEBUG] resource aws_eip.nat using provider provider.aws
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: [aws_route_table.public-route data.aws_subnet_ids.public var.subnets_public_count]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "output.subnets_information" references: [aws_subnet.subnet aws_subnet.subnet aws_subnet.subnet]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.aws_access_key_id" references: []
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.subnets_public_count" references: []
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.subnets" references: []
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_eip.nat" references: [aws_internet_gateway.gw]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "output.vpcid" references: [aws_vpc.main]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.projectName" references: []
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key_id var.aws_secret_access_key var.aws_region]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.private" references: [aws_subnet.subnet aws_vpc.main]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.aws_secret_access_key" references: []
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: [var.projectName var.vpc_cidr]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: [aws_vpc.main var.projectName]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_subnet.subnet" references: [aws_vpc.main var.aws_region var.subnets var.vpc_cidr]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_route_table.public-route" references: [aws_internet_gateway.gw aws_vpc.main]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: [aws_eip.nat aws_eip.nat aws_subnet.subnet data.aws_subnet_ids.subnetnat]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: [aws_subnet.subnet aws_vpc.main data.aws_subnet_ids.private]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: [aws_vpc.main]
2018/11/22 12:53:47 [DEBUG] ReferenceTransformer: "var.vpc_cidr" references: []
aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodePlannableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
der.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terr
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.subnets_public_count - *terraform.NodeRootVariable
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodePlannableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
der.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodePlannableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
ovider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *tplyableProvider
var.projectName - *terraform.NodeRootVariable
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_eip.nat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table.public-route - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.subnets_public_count - *terraform.NodeRootVariable
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_region - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.projectName - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
data.aws_subnet_ids.private - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodePlannableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_eip.nat - *terraform.NodePlannableResource
aws_internet_gateway.gw - *terraform.NodePlannableResource
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table.public-route - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
aws_subnet.subnet - *terraform.NodePlannableResource
aws_vpc.main - *terraform.NodePlannableResource
data.aws_subnet_ids.private - *terraform.NodePlannableResource
data.aws_subnet_ids.public - *terraform.NodePlannableResource
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
annableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
output.subnets_information - *terraform.NodeApplyableOutput
aws_subnet.subnet - *terraform.NodePlannableResource
output.vpcid - *terraform.NodeApplyableOutput
aws_vpc.main - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodePlannableResource
aws_network_acl.allow_all - *terraform.NodePlannableResource
aws_route_table_association.public-rt - *terraform.NodePlannableResource
aws_security_group.allow_all - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
2018/11/22 12:53:47 [DEBUG] Starting graph walk: walkPlan
2018-11-22T12:53:47.762+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [INFO] No assume_role block read from configuration
2018-11-22T12:53:47.762+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [INFO] Building AWS region structure
2018-11-22T12:53:47.762+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [INFO] Building AWS auth structure
2018-11-22T12:53:47.762+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:47 [INFO] Setting AWS metadata API timeout to 100ms
2018-11-22T12:53:48.454+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:48 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-11-22T12:53:48.454+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:48 [INFO] AWS Auth provider used: "StaticProvider"
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:48 [INFO] Initializing DeviceFarm SDK connection
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:48 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:48 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: sts.amazonaws.com
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 43
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b6cbca79fc4124d78423960e946f5a59b2016ebd58b98c44cacf1b75edb81ea7
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115348Z
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-11-22T12:53:48.463+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:54 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 407
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:53:54 GMT
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amzn-Requestid: 49ce0138-ee4d-11e8-99b9-3b22907770d8
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:54 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <GetCallerIdentityResult>
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <Arn>arn:aws:iam::811930467012:user/terraform2</Arn>
2018-11-22T12:53:54.359+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <UserId>AIDAJ2QYQUTRW2BHUB7IG</UserId>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <Account>811930467012</Account>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </GetCallerIdentityResult>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ResponseMetadata>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <RequestId>49ce0138-ee4d-11e8-99b9-3b22907770d8</RequestId>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ResponseMetadata>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </GetCallerIdentityResponse>
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:54 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 87
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=90b71d2161a9b8ce05dc298e6e72fe39bd5e6de4fa7953ff6d6a04e6c4777089
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115354Z
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-11-22T12:53:54.360+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 644
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:54:00 GMT
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:53:59.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>16d28639-0e28-48e6-ae85-21798b1de87c</requestId>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <accountAttributeSet>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeName>supported-platforms</attributeName>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValueSet>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValue>EC2</attributeValue>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValue>VPC</attributeValue>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </attributeValueSet>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </accountAttributeSet>
2018-11-22T12:53:59.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeAccountAttributesResponse>
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_vpc.main": &terraform.ResourceState{Type:"aws_vpc", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0005431d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_vpc.main - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_vpc.main" references: []
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_vpc.main - *terraform.NodePlannableResourceInstance
2018-11-22T12:53:59.614+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_security_group.allow_all": &terraform.ResourceState{Type:"aws_security_group", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc000543360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_internet_gateway.gw": &terraform.ResourceState{Type:"aws_internet_gateway", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0005433b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_security_group.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_internet_gateway.gw - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_security_group.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.gw - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_security_group.allow_all" references: []
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_internet_gateway.gw" references: []
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_security_group.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_internet_gateway.gw - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_subnet.subnet[0]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc0005432c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_subnet.subnet[1]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc000543450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018-11-22T12:53:59.621+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_subnet.subnet[2]": &terraform.ResourceState{Type:"aws_subnet", Dependencies:[]string{"aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc000543220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[3]" references: []
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[0]" references: []
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[1]" references: []
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_subnet.subnet[2]" references: []
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_subnet.subnet[0] - *terraform.NodePlannableResourceInstance
aws_subnet.subnet[1] - *terraform.NodePlannableResourceInstance
aws_subnet.subnet[2] - *terraform.NodePlannableResourceInstance
aws_subnet.subnet[3] - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_route_table.public-route": &terraform.ResourceState{Type:"aws_route_table", Dependencies:[]string{"aws_internet_gateway.gw", "aws_vpc.main"}, Primary:(*terraform.InstanceState)(0xc000543180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_route_table.public-route - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_route_table.public-route - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_route_table.public-route" references: []
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_route_table.public-route - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.public-route - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] dag/walk: added new vertex: "aws_route_table.public-route"
2018/11/22 12:53:59 [TRACE] dag/walk: walking "aws_route_table.public-route"
2018/11/22 12:53:59 [TRACE] vertex 'root.aws_route_table.public-route': walking
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalIf
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/22 12:53:59 [TRACE] [walkPlan] Exiting eval tree: aws_eip.nat
2018/11/22 12:53:59 [TRACE] vertex 'root.aws_eip.nat': expanding/walking dynamic subgraph
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_eip.nat - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] OrphanResourceCount: Starting...
2018/11/22 12:53:59 [TRACE] OrphanResourceCount: Checking: aws_eip.nat
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_eip.nat - *terraform.Node2018-11-22T12:53:59.625+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018-11-22T12:53:59.625+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018-11-22T12:53:59.625+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/11/22 12:53:59 [TRACE] [walkPlan] Exiting eval tree: aws_route_table.public-route
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalWriteDiff
2018-11-22T12:53:59.626+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018/11/22 12:53:59 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018-11-22T12:53:59.626+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:53:59 [DEBUG] Instance Diff is nil in Diff()
2018/11/22 12:53:59 [DEBUG] Resource state not found for "data.aws_subnet_ids.subnetnat": data.aws_subnet_ids.subnetnat
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_subnet_ids.subnetnat - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: []
2018/11/22 12:53:59 [DEBUG] Resource state not found for "data.aws_subnet_ids.public": data.aws_subnet_ids.public
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_subnet_ids.public - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_subnet_ids.public - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: []
2018/11/22 12:53:59 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc000543310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_network_acl.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_network_acl.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: []
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_network_acl.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_network_acl.allow_all - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] dag/walk: added new vertex: "aws_network_acl.allow_all"
2018/11/22 12:53:59 [TRACE] dag/walk: walking "aws_network_acl.allow_all"
2018/11/22 12:53:59 [TRACE] vertex 'root.aws_network_acl.allow_all': walking
2018/11/22 12:53:59 [TRACE] [walkPlan] Exiting eval tree: aws_route_table_association.public-rt
2018/11/22 12:53:59 [TRACE] vertex 'root.aws_route_table_association.public-rt': expanding/walking dynamic subgraph
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table_association.public-rt - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [TRACE] OrphanResourceCount: Starting...
2018/11/22 12:53:59 [TRACE] OrphanResourceCount: Checking: aws_route_table_association.public-rt
2018/11/22 12:53:59 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_route_table_association.public-rt - *terraform.NodePlannableResourceInstance
2018/11/22 12:53:59 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: []
2018/11/22 12:53:59 [DEBUG] Interpolating computed list element attribute ids (74D93920-ED26-11E3-AC10-0800200C9A66)
2018/11/22 12:53:59 [DEBUG] Interpolating computed list element attribute ids (74D93920-ED26-11E3-AC10-0800200C9A66)
2018/11/22 12:53:59 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/11/22 12:54:59 [INFO] terraform: building graph: GraphTypeApply
2018/11/22 12:54:59 [DEBUG] Resource state not found for "data.aws_subnet_ids.subnetnat": data.aws_subnet_ids.subnetnat
2018/11/22 12:54:59 [DEBUG] Resource state not found for "data.aws_subnet_ids.private": data.aws_subnet_ids.private
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0000a3cc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc0000a3630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_network_acl.allow_all": &terraform.ResourceState{Type:"aws_network_acl", Dependencies:[]string{"aws_subnet.subnet", "aws_vpc.main", "data.aws_subnet_ids.private"}, Primary:(*terraform.InstanceState)(0xc0000a3770), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Resource state not found for "data.aws_subnet_ids.public": data.aws_subnet_ids.public
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt (destroy)": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0000a3cc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa (destroy)": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc0000a3630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] resource aws_network_acl.allow_all using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource data.aws_subnet_ids.public using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource aws_nat_gateway.gwa (destroy) using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource data.aws_subnet_ids.private using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource aws_route_table_association.public-rt using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource aws_route_table_association.public-rt (destroy) using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource data.aws_subnet_ids.subnetnat using provider provider.aws
ovider
provider.aws - *terraform.NodeApplyableProvider
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa (destroy)": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc0000a3630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0000a3cc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_route_table_association.public-rt (destroy)": &terraform.ResourceState{Type:"aws_route_table_association", Dependencies:[]string{"aws_route_table.public-route", "data.aws_subnet_ids.public"}, Primary:(*terraform.InstanceState)(0xc0000a3cc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [DEBUG] Attaching resource state to "aws_nat_gateway.gwa": &terraform.ResourceState{Type:"aws_nat_gateway", Dependencies:[]string{"aws_eip.nat", "aws_subnet.subnet", "data.aws_subnet_ids.subnetnat"}, Primary:(*terraform.InstanceState)(0xc0000a3630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/11/22 12:54:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/22 12:54:59 [TRACE] Attach provider request: []string{} aws
2018/11/22 12:54:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003d2bd0)}
2018/11/22 12:54:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_nat_gateway.gwa - *terraform.NodeAbstractResource
aws_nat_gateway.gwa (destroy) - *terraform.NodeDestroyResource
aws_route_table_association.public-rt - *terraform.NodeAbstractResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
2018/11/22 12:54:59 [DEBUG] resource aws_route_table_association.public-rt (destroy) using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource aws_nat_gateway.gwa using provider provider.aws
2018/11/22 12:54:59 [DEBUG] resource aws_nat_gateway.gwa (destroy) using provider provider.aws
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "output.vpcid" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt (destroy)" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa (destroy)" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.projectName" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: [var.subnets_public_count]
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.aws_secret_access_key" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.vpc_cidr" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.subnets_public_count" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.aws_access_key_id" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "output.subnets_information" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key_id var.aws_secret_access_key var.aws_region]
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.subnets" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: []
bleResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
*terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
form.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt (destroy)" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.subnetnat" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_route_table_association.public-rt" references: [data.aws_subnet_ids.public var.subnets_public_count data.aws_subnet_ids.public]
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.subnets_public_count" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa (destroy)" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.private" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "data.aws_subnet_ids.public" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key_id var.aws_secret_access_key var.aws_region]
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.vpc_cidr" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "output.subnets_information" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "output.vpcid" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_nat_gateway.gwa" references: [data.aws_subnet_ids.subnetnat data.aws_subnet_ids.subnetnat]
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "aws_network_acl.allow_all" references: [data.aws_subnet_ids.private data.aws_subnet_ids.private]
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.aws_access_key_id" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.aws_secret_access_key" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.aws_region" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.subnets" references: []
2018/11/22 12:54:59 [DEBUG] ReferenceTransformer: "var.projectName" references: []
riable
m.NodeRootVariable
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_nat_gateway.gwa - *terraform.NodeApplyableResource
aws_nat_gateway.gwa (destroy) - *terraform.NodeDestroyResource
aws_network_acl.allow_all - *terraform.NodeApplyableResource
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_ta.aws_subnet_ids.private - *terraform.NodeApplyableResource
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeApplyableResource
aws_nat_gateway.gwa (destroy) - *terraform.NodeDestroyResource
aws_network_acl.allow_all - *terraform.NodeApplyableResource
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
ion - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeApplyableResource
aws_nat_gateway.gwa (destroy) - *terraform.NodeDestroyResource
aws_network_acl.allow_all - *terraform.NodeApplyableResource
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
form.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
output.subnets_information - *terraform.NodeApplyableOutput
output.vpcid - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeApplyableResource
aws_nat_gateway.gwa (destroy) - *terraform.NodeDestroyResource
aws_network_acl.allow_all - *terraform.NodeApplyableResource
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
aws_route_table_association.public-rt (destroy) - *terraform.NodeDestroyResource
data.aws_subnet_ids.private - *terraform.NodeApplyableResource
data.aws_subnet_ids.public - *terraform.NodeApplyableResource
data.aws_subnet_ids.subnetnat - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
et_access_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_nat_gateway.gwa - *terraform.NodeApplyableResource
aws_network_acl.allow_all - *terraform.NodeApplyableResource
aws_route_table_association.public-rt - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.aws_access_key_id - *terraform.NodeRootVariable
var.aws_region - *terraform.NodeRootVariable
var.aws_secret_access_key - *terraform.NodeRootVariable
var.projectName - *terraform.NodeRootVariable
var.subnets - *terraform.NodeRootVariable
var.subnets_public_count - *terraform.NodeRootVariable
var.vpc_cidr - *terraform.NodeRootVariable
2018/11/22 12:54:59 [DEBUG] Starting graph walk: walkApply
2018-11-22T12:54:59.441+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:54:59 [INFO] No assume_role block read from configuration
2018-11-22T12:54:59.441+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:54:59 [INFO] Building AWS region structure
2018-11-22T12:54:59.441+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:54:59 [INFO] Building AWS auth structure
2018-11-22T12:54:59.441+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:54:59 [INFO] Setting AWS metadata API timeout to 100ms
2018-11-22T12:55:00.096+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:00 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-11-22T12:55:00.096+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:00 [INFO] AWS Auth provider used: "StaticProvider"
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:00 [INFO] Initializing DeviceFarm SDK connection
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:00 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: sts.amazonaws.com
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 43
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=52eab6cbfc6f63281d0d1069b0ea1670c876d875b47a511d9c450dc6e7137feb
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115500Z
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-11-22T12:55:00.098+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:05 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 407
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:05 GMT
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amzn-Requestid: 7478666c-ee4d-11e8-bdf0-c7f7f7d7bf0a
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:05 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <GetCallerIdentityResult>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <Arn>arn:aws:iam::811930467012:user/terraform2</Arn>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <UserId>AIDAJ2QYQUTRW2BHUB7IG</UserId>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <Account>811930467012</Account>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </GetCallerIdentityResult>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ResponseMetadata>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <RequestId>7478666c-ee4d-11e8-bdf0-c7f7f7d7bf0a</RequestId>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </ResponseMetadata>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </GetCallerIdentityResponse>
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 87
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d1eada9d36e5846a9ed103a0097cc91cf3b9d43f3eff3c4b3a6c1dcb29ccd6e0
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115505Z
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-11-22T12:55:05.939+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 644
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:11 GMT
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>79272ebb-9df1-4e55-9eab-e812f9c60f2d</requestId>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <accountAttributeSet>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeName>supported-platforms</attributeName>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValueSet>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValue>EC2</attributeValue>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <attributeValue>VPC</attributeValue>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </attributeValueSet>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </accountAttributeSet>
2018-11-22T12:55:11.327+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeAccountAttributesResponse>
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [INFO] Deleting NAT Gateway: nat-01c5fa9680df5359b
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [INFO] Deleting route table association: rtbassoc-00fa56a88a4080a05
2018/11/22 12:55:11 [TRACE] root: eval: *terraform.EvalReadDataApply
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DisassociateRouteTable Details:
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 89
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=cfefc62d4a3323dcc1219f626e9216284f6af3a10c9f7c900a9583e2730c8f14
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115511Z
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DisassociateRouteTable&AssociationId=rtbassoc-00fa56a88a4080a05&Version=2016-11-15
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DeleteNatGateway Details:
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 77
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1ce0801d8d1f67d3396e9b30d1a9e43dc2833b79e4f999ee8f785c39c9f53093
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115511Z
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DeleteNatGateway&NatGatewayId=nat-01c5fa9680df5359b&Version=2016-11-15
2018-11-22T12:55:11.334+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] Matching ^aws: with public
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] DescribeSubnets {
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Filters: [{
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Name: "vpc-id",
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Values: ["vpc-0132d7e985655ec9a"]
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: },{
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Name: "tag:public",
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Values: ["0"]
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }]
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] Matching ^aws: with public
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] Matching ^aws: with nat
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] DescribeSubnets {
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Filters: [{
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Name: "vpc-id",
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Values: ["vpc-0132d7e985655ec9a"]
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: },{
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Name: "tag:nat",
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Values: ["1"]
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }]
2018-11-22T12:55:11.335+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] DescribeSubnets {
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Filters: [{
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Name: "vpc-id",
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Values: ["vpc-0132d7e985655ec9a"]
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: },{
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Name: "tag:public",
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Values: ["1"]
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }]
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 147
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=0a5042db8d666fcfd6ba96afe0e5ea1f52e4544603f9f05a704d142046588369
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115511Z
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&Filter.1.Name=vpc-id&Filter.1.Value.1=vpc-0132d7e985655ec9a&Filter.2.Name=tag%3Apublic&Filter.2.Value.1=0&Version=2016-11-15
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 144
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=22fc88c45a6b8a32f4a4f52a3b333acbc60ddf5516ee027c33cbbf00e2816a80
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115511Z
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&Filter.1.Name=vpc-id&Filter.1.Value.1=vpc-0132d7e985655ec9a&Filter.2.Name=tag%3Anat&Filter.2.Value.1=1&Version=2016-11-15
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details:
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 147
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2f6d9014abc3dfe672027657e5efa0adad9d835ef0df5f300239699c6646440e
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115511Z
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeSubnets&Filter.1.Name=vpc-id&Filter.1.Value.1=vpc-0132d7e985655ec9a&Filter.2.Name=tag%3Apublic&Filter.2.Value.1=1&Version=2016-11-15
2018-11-22T12:55:11.336+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DeleteNatGateway Details:
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:17 GMT
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DeleteNatGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:16.613+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>99f1a0e2-56e5-4b04-a2c9-160b2ae3a701</requestId>
2018-11-22T12:55:16.614+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:55:16.614+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DeleteNatGatewayResponse>
2018-11-22T12:55:16.614+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] Waiting for state to become: [deleted]
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1398
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:17 GMT
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>d58ac9ae-b2b0-4903-beb1-2c4b33a283b8</requestId>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.192/26</cidrBlock>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>57</availableIpAddressCount>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.641+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>1</value>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>dmz-a</value>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>1</value>
2018/11/22 12:55:16 [TRACE] root: eval: *terraform.EvalWriteState
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018/11/22 12:55:16 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/11/22 12:55:16 [TRACE] root: eval: *terraform.EvalUpdateStateHook
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:55:16.642+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:16 GMT
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>c4fcac9e-cca1-4cef-a075-7dfc8eb2f2f8</requestId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-048db1dd9f602891f</subnetId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.0/26</cidrBlock>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>58</availableIpAddressCount>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>devzone-a</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>DEV</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-025a215a783648507</subnetId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.64/26</cidrBlock>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>59</availableIpAddressCount>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>k8s-a</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0c7b42560b2208992</subnetId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.128/26</cidrBlock>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>59</availableIpAddressCount>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1b</availabilityZone>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>0</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>k8s-b</value>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:55:16.643+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018/11/22 12:55:16 [TRACE] root: eval: *terraform.EvalWriteState
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details:
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 1398
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:17 GMT
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>de717457-c2bc-4df9-8385-7edb57d97fe2</requestId>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetSet>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018/11/22 12:55:16 [TRACE] root: eval: *terraform.EvalWriteState
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ownerId>811930467012</ownerId>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <cidrBlock>10.240.0.192/26</cidrBlock>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <ipv6CidrBlockAssociationSet/>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availableIpAddressCount>57</availableIpAddressCount>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <availabilityZone>eu-west-1a</availabilityZone>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <defaultForAz>false</defaultForAz>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Environment</key>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>PRO</value>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>public</key>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>1</value>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>Name</key>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>dmz-a</value>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <key>nat</key>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <value>1</value>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </tagSet>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </subnetSet>
2018-11-22T12:55:16.652+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeSubnetsResponse>
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DisassociateRouteTable Details:
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 245
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:17 GMT
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DisassociateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>f435b1d5-2916-4277-b490-b3c016f25d13</requestId>
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <return>true</return>
2018-11-22T12:55:16.699+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DisassociateRouteTableResponse>
2018-11-22T12:55:16.724+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] Instance Diff is nil in Diff()
2018-11-22T12:55:16.725+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [INFO] Creating route table association: subnet-0b8bee3f1d5b755ec => rtb-044e7ab173eb7dd2e
2018-11-22T12:55:16.725+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] Waiting for state to become: [success]
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:16 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AssociateRouteTable Details:
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 114
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=025ba51df6c4933a5edf8a6d05ca82733b1abca7badfe3ebcfaafbcb7fe1479d
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115516Z
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=AssociateRouteTable&RouteTableId=rtb-044e7ab173eb7dd2e&SubnetId=subnet-0b8bee3f1d5b755ec&Version=2016-11-15
2018-11-22T12:55:16.726+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018/11/22 12:55:16 [TRACE] Preserving existing state lineage "aa1370c9-1be9-cb2b-bb0b-cb387d30bf51"
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:22 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AssociateRouteTable Details:
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 275
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:22 GMT
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:22 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <AssociateRouteTableResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>d4b99fe5-c9ee-4089-903f-4cb4e60b35ea</requestId>
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <associationId>rtbassoc-03e0dbad4543d6ff4</associationId>
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </AssociateRouteTableResponse>
2018-11-22T12:55:22.117+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:22 [INFO] Association ID: rtbassoc-03e0dbad4543d6ff4
2018/11/22 12:55:22 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:55:22 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/11/22 12:55:22 [TRACE] root: eval: *terraform.EvalIf
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:26 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6037b6803b79b417310908eb565ab8d0d9756118ce6e9eb6895e37af2ceed985
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115526Z
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-01c5fa9680df5359b&Version=2016-11-15
2018-11-22T12:55:26.615+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:32 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:32 GMT
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:32.050+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>daff1244-d361-4304-a378-f97d9d4dc0a9</requestId>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:33:47.000Z</createTime>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <deleteTime>2018-11-22T11:55:17.000Z</deleteTime>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-0ce5f6f6e96335ffb</networkInterfaceId>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.225</privateIp>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>deleting</state>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:55:32.051+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:32 [TRACE] Waiting 10s before next try
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=731b026cd8716c83d191b8c34700c31a95812136d1786b54d1e6b774f298ba7f
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115542Z
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-01c5fa9680df5359b&Version=2016-11-15
2018-11-22T12:55:42.052+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:55:48 GMT
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>50792ff7-6ee4-4b3a-b7ef-e979fb16f831</requestId>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:33:47.000Z</createTime>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <deleteTime>2018-11-22T11:55:17.000Z</deleteTime>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-0ce5f6f6e96335ffb</networkInterfaceId>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.225</privateIp>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>deleting</state>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:55:47.356+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:47 [TRACE] Waiting 10s before next try
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:55:57 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=044ce7c8ba3bff6480f98ee27cb6e26fc910211cd00d674f24c65e94e4eb54e3
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115557Z
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-01c5fa9680df5359b&Version=2016-11-15
2018-11-22T12:55:57.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:02.649+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:56:03 GMT
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>38c38288-2bd1-43ac-a7ec-ed28bfaa281b</requestId>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:33:47.000Z</createTime>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <deleteTime>2018-11-22T11:55:17.000Z</deleteTime>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-0ce5f6f6e96335ffb</networkInterfaceId>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.225</privateIp>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>deleting</state>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:56:02.650+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:02 [TRACE] Waiting 10s before next try
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5a311d026fe925d3d8df9671cb2ec0600636f82c183a66abe15d2ffab8e3f9ca
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115612Z
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-01c5fa9680df5359b&Version=2016-11-15
2018-11-22T12:56:12.653+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:17 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:56:18 GMT
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:17.980+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:17 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>d372e88e-2f09-4ca8-a50d-fcf5ee3b8171</requestId>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018/11/22 12:56:17 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/22 12:56:17 [TRACE] root: eval: *terraform.EvalApplyPost
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:33:47.000Z</createTime>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <deleteTime>2018-11-22T11:55:17.000Z</deleteTime>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-0ce5f6f6e96335ffb</networkInterfaceId>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.225</privateIp>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-01c5fa9680df5359b</natGatewayId>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>deleted</state>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:56:17.981+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018/11/22 12:56:17 [DEBUG] Interpolating computed list element attribute ids (1)
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:17 [DEBUG] Create NAT Gateway: {
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: AllocationId: "eipalloc-0057d480fa70e0749",
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: SubnetId: "subnet-0b8bee3f1d5b755ec"
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: }
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:17 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateNatGateway Details:
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 116
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7936f8e8f86e2080ae6180d99fad2a7121844597c4efa775f2de35cf44e0c147
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115617Z
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=CreateNatGateway&AllocationId=eipalloc-0057d480fa70e0749&SubnetId=subnet-0b8bee3f1d5b755ec&Version=2016-11-15
2018-11-22T12:56:17.991+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:25 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateNatGateway Details:
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:56:26 GMT
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:25 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <CreateNatGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>7baaa5ad-c245-4bd2-b8d9-c59d3a56c5d7</requestId>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGateway>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGateway>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </CreateNatGatewayResponse>
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:25 [INFO] NAT Gateway ID: nat-0714763ddcfbdfbef
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:25 [DEBUG] Waiting for NAT Gateway (nat-0714763ddcfbdfbef) to become available
2018-11-22T12:56:25.608+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:25 [DEBUG] Waiting for state to become: [available]
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:25 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=99c61e4f3b044ea3a468ba8af7d94abefec27c0fd1e78cab2be4583cb1cd46e7
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115625Z
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:56:25.609+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:56:43 GMT
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>67c89365-f00d-4151-8313-b6bfd9d2d632</requestId>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:56:42.674+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:42 [TRACE] Waiting 200ms before next try
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=771907248d4019eee85cb10af5412e83a64eb6f8abb0403388fce4937937a69b
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115642Z
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:56:42.875+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:56:48 GMT
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>8074ad46-11c9-4dc6-a721-6ea487eb6ac6</requestId>
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:56:48.272+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:56:48.273+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:48 [TRACE] Waiting 400ms before next try
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=51f73bf2cde1b5d7de585a26286db7476b936980ea54a78abeaaef3d51569872
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115648Z
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:56:48.677+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:54 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:56:54 GMT
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:54 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>4be49acb-5070-4e76-8b22-95c86eb5c33e</requestId>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:56:54.129+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:54 [TRACE] Waiting 800ms before next try
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:56:54 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=81c302ea45bb949c554ffbd441a89fcc23cced72e112cdf87603e31dfb60feb5
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115654Z
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:56:54.929+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:57:00 GMT
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>987f2e6b-c879-46a2-b2a0-6ce6db6afe4c</requestId>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:57:00.258+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:00 [TRACE] Waiting 1.6s before next try
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5882b27bd65ba3510cf7204bff3291e988683d4dcb7546088e3cb6e700bc0189
2018-11-22T12:57:01.862+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:57:01.863+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115701Z
2018-11-22T12:57:01.863+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:57:01.863+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:01.863+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:57:01.863+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:07 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:57:07 GMT
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:07.156+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>23391081-2e4f-4fca-b28a-cbb1aec150a8</requestId>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:57:07.157+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:07 [TRACE] Waiting 3.2s before next try
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1d7be2ae9301b5f7d7fdf8d1393b2d302324151807c97477099948ace4b0ff45
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115710Z
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:57:10.357+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:57:16 GMT
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>6718b270-a4e9-4f51-b130-2a24d29e8f0c</requestId>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:57:15.607+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:15 [TRACE] Waiting 6.4s before next try
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:22 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=758a6178c1e769ae5e071f3956c9e6fb439af5c6402baa913371b912231cbbcd
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115722Z
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:57:22.010+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:27 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:57:27 GMT
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:27 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>90074915-c29a-4217-858c-a504b702db39</requestId>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:57:27.295+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:57:27.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:27 [TRACE] Waiting 10s before next try
2018-11-22T12:57:37.296+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:37 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d3ef159e0f42d763568251bed6402fc83ff96268272f52b4607ce9ae7901bc4f
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115737Z
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:57:37.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:57:43 GMT
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:57:42.584+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>c05d3b23-29cc-4b0d-8c1d-811142581d32</requestId>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>pending</state>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:57:42.585+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:42 [TRACE] Waiting 10s before next try
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b8fe51d25cc35cee5b624a04d969125a5fb264c177fc59acdaa7d5135face6aa
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115752Z
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:57:52.590+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:57 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:57:58 GMT
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:57 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>07531f6b-a6b7-45eb-937f-5eb969a2cf5c</requestId>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:57:57 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNatGateways Details:
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-11-22T12:57:57.915+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: POST / HTTP/1.1
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: User-Agent: aws-sdk-go/1.15.79 (go1.11.1; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.9-beta1
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Length: 82
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXX/20181122/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=290f808fc14c718d7ceb2f55531165653a02e99e17d40b7891f54034f45374a6
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: X-Amz-Date: 20181122T115757Z
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Accept-Encoding: gzip
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Action=DescribeNatGateways&NatGatewayId.1=nat-0714763ddcfbdfbef&Version=2016-11-15
2018-11-22T12:57:57.916+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:58:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNatGateways Details:
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: ---[ RESPONSE ]--------------------------------------
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: HTTP/1.1 200 OK
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Connection: close
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Transfer-Encoding: chunked
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Content-Type: text/xml;charset=UTF-8
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Date: Thu, 22 Nov 2018 11:58:03 GMT
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Server: AmazonEC2
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: Vary: Accept-Encoding
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4:
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: -----------------------------------------------------
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:58:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <DescribeNatGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <requestId>eea04298-fe4a-4061-a079-d8221a7a4a59</requestId>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewaySet>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <createTime>2018-11-22T11:56:26.000Z</createTime>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayAddressSet>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <item>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <allocationId>eipalloc-0057d480fa70e0749</allocationId>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <networkInterfaceId>eni-00519f93897817720</networkInterfaceId>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <privateIp>10.240.0.198</privateIp>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <publicIp>63.33.29.4</publicIp>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewayAddressSet>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <natGatewayId>nat-0714763ddcfbdfbef</natGatewayId>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <state>available</state>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <subnetId>subnet-0b8bee3f1d5b755ec</subnetId>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <tagSet/>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: <vpcId>vpc-0132d7e985655ec9a</vpcId>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </item>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </natGatewaySet>
2018-11-22T12:58:03.297+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: </DescribeNatGatewaysResponse>
2018/11/22 12:58:03 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-11-22T12:58:03.313+0100 [DEBUG] plugin.terraform-provider-aws_v1.46.0_x4: 2018/11/22 12:58:03 [ERR] plugin: plugin server: accept unix /var/folders/l5/lqdqhjvd195_x47r71zk1yw80000gp/T/plugin060822055: use of closed network connection
2018-11-22T12:58:03.316+0100 [DEBUG] plugin: plugin process exited: path=XXX.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.46.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment