Created
March 29, 2018 22:02
-
-
Save bernadinm/428de43464f7a8c371cf6b157fd8f457 to your computer and use it in GitHub Desktop.
Terraform 0.11.3 working successfully
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018/03/29 14:58:44 [INFO] Terraform version: 0.11.3 | |
2018/03/29 14:58:44 [INFO] Go runtime version: go1.9.3 | |
2018/03/29 14:58:44 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply", "-var-file", "desired_cluster_profile.tfvars.example", "--auto-approve"} | |
2018/03/29 14:58:44 [DEBUG] Attempting to open CLI config file: /Users/mbernadin/.terraformrc | |
2018/03/29 14:58:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/03/29 14:58:44 [INFO] CLI command args: []string{"apply", "-var-file", "desired_cluster_profile.tfvars.example", "--auto-approve"} | |
2018/03/29 14:58:44 [INFO] command: empty terraform config, returning nil | |
2018/03/29 14:58:44 [DEBUG] command: no data state file found for backend config | |
2018/03/29 14:58:44 [DEBUG] New state was assigned lineage "ac6cf248-d8a4-4912-a48d-e16d4f2aa110" | |
2018/03/29 14:58:44 [INFO] command: backend initialized: <nil> | |
2018/03/29 14:58:44 [DEBUG] checking for provider in "." | |
2018/03/29 14:58:44 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin" | |
2018/03/29 14:58:44 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2018/03/29 14:58:44 [DEBUG] found provider "terraform-provider-aws_v1.13.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found provider "terraform-provider-external_v1.0.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found provider "terraform-provider-null_v1.0.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found provider "terraform-provider-template_v1.0.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found valid plugin: "aws", "1.13.0", "/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found valid plugin: "external", "1.0.0", "/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-external_v1.0.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found valid plugin: "null", "1.0.0", "/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-null_v1.0.0_x4" | |
2018/03/29 14:58:44 [DEBUG] found valid plugin: "template", "1.0.0", "/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-template_v1.0.0_x4" | |
2018/03/29 14:58:44 [DEBUG] checking for provisioner in "." | |
2018/03/29 14:58:44 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin" | |
2018/03/29 14:58:44 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2018/03/29 14:58:44 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2018/03/29 14:58:44 [INFO] backend/local: starting Apply operation | |
2018/03/29 14:58:44 [DEBUG] New state was assigned lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:44 [INFO] terraform: building graph: GraphTypeInput | |
2018/03/29 14:58:44 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.ConfigTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.LocalTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.OutputTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.OrphanOutputTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc420498070), RawConfig:(*config.RawConfig)(0xc42045c150), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42048a1b0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc42044ca10), RawConfig:(*config.RawConfig)(0xc42044c9a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc42044caf0), RawConfig:(*config.RawConfig)(0xc42044ca80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc42044cbd0), RawConfig:(*config.RawConfig)(0xc42044cb60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044ccb0), RawConfig:(*config.RawConfig)(0xc42044cc40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044cd90), RawConfig:(*config.RawConfig)(0xc42044cd20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:58:44 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42045c0e0), RawConfig:(*config.RawConfig)(0xc42044ce00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:58:44 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:44 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:58:44 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42044c850)} | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:58:44 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:58:44 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:58:44 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:58:44 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:58:44 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:58:44 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.RemovedModuleTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [aws_security_group.admin aws_subnet.private var.aws_gpu_agent_instance_type var.aws_gpu_ami var.num_of_gpu_agents var.ssh_key_name] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:58:44 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeAbstractResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeAbstractResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_subnet.private - *terraform.NodeAbstractResource | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_internet_gateway.default - *terraform.NodeAbstractResource | |
aws_security_group.admin - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
aws_vpc.default - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeAbstractResource | |
aws_route.internet_access - *terraform.NodeAbstractResource | |
aws_subnet.public - *terraform.NodeAbstractResource | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeAbstractResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:44 [DEBUG] Starting graph walk: walkInput | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:58:44 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:58:44 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:58:44 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:58:44 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:58:44 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:58:44 [TRACE] [walkInput] Entering eval tree: provider.aws | |
2018/03/29 14:58:44 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:44 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018-03-29T14:58:44.998-0700 [DEBUG] plugin: starting plugin: path=/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4 args=[/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4] | |
2018-03-29T14:58:45.008-0700 [DEBUG] plugin: waiting for RPC address: path=/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4 | |
2018-03-29T14:58:45.018-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: plugin address: timestamp=2018-03-29T14:58:45.018-0700 network=unix address=/var/folders/9q/6tlm703d78vfwsqnfr06qyl40000gp/T/plugin351239226 | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInputProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] [walkInput] Exiting eval tree: provider.aws | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 14:58:45 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:58:45 [TRACE] [walkInput] Entering eval tree: provider.aws (close) | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 14:58:45 [TRACE] [walkInput] Exiting eval tree: provider.aws (close) | |
2018/03/29 14:58:45 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkInput] Entering eval tree: provisioner.file (close) | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 14:58:45 [TRACE] [walkInput] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:58:45 [TRACE] [walkInput] Exiting eval tree: provisioner.file (close) | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] [walkInput] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 14:58:45 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:58:45 [INFO] terraform: building graph: GraphTypeValidate | |
2018/03/29 14:58:45 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ConfigTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.LocalTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OutputTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OrphanOutputTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc420498070), RawConfig:(*config.RawConfig)(0xc42045c150), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42048a1b0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc42044ca10), RawConfig:(*config.RawConfig)(0xc42044c9a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc42044caf0), RawConfig:(*config.RawConfig)(0xc42044ca80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc42044cbd0), RawConfig:(*config.RawConfig)(0xc42044cb60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044ccb0), RawConfig:(*config.RawConfig)(0xc42044cc40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044cd90), RawConfig:(*config.RawConfig)(0xc42044cd20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42045c0e0), RawConfig:(*config.RawConfig)(0xc42044ce00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:45 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:58:45 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42044c850)} | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.MissingProvisionerTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProvisionerTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RemovedModuleTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "provisioner.file" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [aws_security_group.admin aws_subnet.private var.aws_gpu_agent_instance_type var.aws_gpu_ami var.num_of_gpu_agents var.ssh_key_name] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeValidatableResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_subnet.private - *terraform.NodeValidatableResource | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_internet_gateway.default - *terraform.NodeValidatableResource | |
aws_security_group.admin - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
aws_vpc.default - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeValidatableResource | |
aws_route.internet_access - *terraform.NodeValidatableResource | |
aws_subnet.public - *terraform.NodeValidatableResource | |
provisioner.file - *terraform.NodeProvisioner | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] Starting graph walk: walkValidate | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provisioner.file" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "provisioner.file" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provisioner.file" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provisioner.file': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provisioner.file': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: provisioner.file | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInitProvisioner | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: provider.aws | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018-03-29T14:58:45.029-0700 [DEBUG] plugin: starting plugin: path=/usr/local/Cellar/terraform/0.11.3/bin/terraform args="[/usr/local/Cellar/terraform/0.11.3/bin/terraform internal-plugin provisioner file]" | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018-03-29T14:58:45.032-0700 [DEBUG] plugin: waiting for RPC address: path=/usr/local/Cellar/terraform/0.11.3/bin/terraform | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateProvider | |
2018-03-29T14:58:45.045-0700 [DEBUG] plugin.terraform: 2018/03/29 14:58:45 [INFO] Terraform version: 0.11.3 | |
2018-03-29T14:58:45.045-0700 [DEBUG] plugin.terraform: 2018/03/29 14:58:45 [INFO] Go runtime version: go1.9.3 | |
2018-03-29T14:58:45.045-0700 [DEBUG] plugin.terraform: 2018/03/29 14:58:45 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "internal-plugin", "provisioner", "file"} | |
2018-03-29T14:58:45.045-0700 [DEBUG] plugin.terraform: 2018/03/29 14:58:45 [DEBUG] Attempting to open CLI config file: /Users/mbernadin/.terraformrc | |
2018-03-29T14:58:45.045-0700 [DEBUG] plugin.terraform: 2018/03/29 14:58:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018-03-29T14:58:45.045-0700 [DEBUG] plugin.terraform: 2018/03/29 14:58:45 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "file"} | |
2018-03-29T14:58:45.046-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:58:45 [INFO] Starting provisioner plugin file | |
2018-03-29T14:58:45.046-0700 [DEBUG] plugin.terraform: plugin address: timestamp=2018-03-29T14:58:45.046-0700 address=/var/folders/9q/6tlm703d78vfwsqnfr06qyl40000gp/T/plugin382532647 network=unix | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: provisioner.file | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: provider.aws | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_vpc.default': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.private': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.public': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [] | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_security_group.admin': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_internet_gateway.default': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_instance.node | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_route.internet_access': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_instance.node | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_instance.node': expanding/walking dynamic subgraph | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: aws_instance.node | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvisioner | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalValidateProvisioner | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: aws_instance.node | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: provisioner.file (close) | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: provider.aws (close) | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: provisioner.file (close) | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close) | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 14:58:45 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:58:45 [INFO] backend/local: apply calling Refresh | |
2018/03/29 14:58:45 [INFO] terraform: building graph: GraphTypeRefresh | |
2018/03/29 14:58:45 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2018/03/29 14:58:45 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ConfigTransformer: | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:45 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:58:45 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42044c850)} | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProviderTransformer: | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] pruning unused provider provider.aws | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.LocalTransformer: | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OutputTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
root - terraform.graphNodeRoot | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
root - terraform.graphNodeRoot | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] Starting graph walk: walkRefresh | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:58:45 [TRACE] [walkRefresh] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] [walkRefresh] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:58:45 [INFO] backend/local: apply calling Plan | |
2018/03/29 14:58:45 [INFO] terraform: building graph: GraphTypePlan | |
2018/03/29 14:58:45 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ConfigTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.LocalTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OutputTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.OrphanOutputTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc42044ca10), RawConfig:(*config.RawConfig)(0xc42044c9a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc42044caf0), RawConfig:(*config.RawConfig)(0xc42044ca80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc42044cbd0), RawConfig:(*config.RawConfig)(0xc42044cb60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044ccb0), RawConfig:(*config.RawConfig)(0xc42044cc40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044cd90), RawConfig:(*config.RawConfig)(0xc42044cd20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42045c0e0), RawConfig:(*config.RawConfig)(0xc42044ce00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:58:45 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc420498070), RawConfig:(*config.RawConfig)(0xc42045c150), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42048a1b0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:58:45 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:45 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:58:45 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42044c850)} | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:58:45 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RemovedModuleTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [aws_security_group.admin aws_subnet.private var.aws_gpu_agent_instance_type var.aws_gpu_ami var.num_of_gpu_agents var.ssh_key_name] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default] | |
2018/03/29 14:58:45 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr] | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodePlannableResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodePlannableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_subnet.private - *terraform.NodePlannableResource | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_internet_gateway.default - *terraform.NodePlannableResource | |
aws_security_group.admin - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
aws_vpc.default - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodePlannableResource | |
aws_route.internet_access - *terraform.NodePlannableResource | |
aws_subnet.public - *terraform.NodePlannableResource | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodePlannableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:45 [DEBUG] Starting graph walk: walkPlan | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:58:45 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:58:45 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:58:45 [TRACE] [walkPlan] Entering eval tree: provider.aws | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:45 [TRACE] root: eval: *terraform.EvalConfigProvider | |
2018-03-29T14:58:45.073-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] No assume_role block read from configuration | |
2018-03-29T14:58:45.073-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] Building AWS region structure | |
2018-03-29T14:58:45.073-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] Building AWS auth structure | |
2018-03-29T14:58:45.073-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-03-29T14:58:45.755-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-03-29T14:58:45.759-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-03-29T14:58:45.759-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [INFO] Initializing DeviceFarm SDK connection | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:45 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=85e13da3b27ec1573f93e8f08f2829e6ba3cef8d9cfe5e36617b21a73286ec93 | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215845Z | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:58:45.760-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:45 GMT | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 5a8cc6c0-339c-11e8-9475-57467ae5ff6d | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:sts::273854932432:assumed-role/Mesosphere-PowerUser/[email protected]</Arn> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>5a8cc6c0-339c-11e8-9475-57467ae5ff6d</RequestId> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: iam.amazonaws.com | |
2018-03-29T14:58:46.213-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 33 | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=66a70def8445f66afdd4e1e96eded41de45612d9d0dc1e605f848b2e9aa5865e | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215846Z | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-03-29T14:58:46.214-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 307 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:46 GMT | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 5abcfdff-339c-11e8-bf89-e77def6aba1a | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Error> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Type>Sender</Type> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Code>ValidationError</Code> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Message>Must specify userName when calling with non-User credentials</Message> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </Error> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>5abcfdff-339c-11e8-bf89-e77def6aba1a</RequestId> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ErrorResponse> | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Validate Response iam/GetUser failed, not retrying, error ValidationError: Must specify userName when calling with non-User credentials | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: 5abcfdff-339c-11e8-bf89-e77def6aba1a | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] Getting account ID via iam:GetUser failed: ValidationError: Must specify userName when calling with non-User credentials | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: 5abcfdff-339c-11e8-bf89-e77def6aba1a | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] Trying to get account ID via sts:GetCallerIdentity | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=092733a3addcfe63fac627b4dd781ce79087758a40aae0e14e6c979cf51061d8 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215846Z | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:58:46.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:46 GMT | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 5af12d5a-339c-11e8-8f9a-93816b8f9484 | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:sts::273854932432:assumed-role/Mesosphere-PowerUser/[email protected]</Arn> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>5af12d5a-339c-11e8-8f9a-93816b8f9484</RequestId> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:58:46.873-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 87 | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8845ed60eeccc97d6e81ad00e153415a50dc9ce65ffde6da0c640ffa37c35cdd | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215846Z | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-03-29T14:58:46.874-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:46 GMT | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2de8ecfa-c75d-4abd-a28e-3e0c2fb23ea2</requestId> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <accountAttributeSet> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValueSet> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValue>VPC</attributeValue> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attributeValueSet> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </accountAttributeSet> | |
2018-03-29T14:58:47.146-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeAccountAttributesResponse> | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: provider.aws | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_vpc.default | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_vpc.default': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_vpc.default | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_subnet.private | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_subnet.public | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.public': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_internet_gateway.default': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_security_group.admin': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.private': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_subnet.public | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_subnet.private | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_route.internet_access': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_instance.node | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_instance.node | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_instance.node': expanding/walking dynamic subgraph | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: aws_instance.node | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: aws_instance.node | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: provider.aws (close) | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: provisioner.file (close) | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: provisioner.file (close) | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close) | |
2018/03/29 14:58:47 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 14:58:47 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:58:47 [INFO] terraform: building graph: GraphTypeApply | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: starting | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Module: CREATE: aws_instance.node | |
ami: "" => "ami-9b5d97fb" (forces new resource) | |
associate_public_ip_address: "" => "<computed>" (forces new resource) | |
availability_zone: "" => "<computed>" (forces new resource) | |
ebs_block_device.#: "" => "<computed>" | |
ephemeral_block_device.#: "" => "<computed>" (forces new resource) | |
get_password_data: "" => "false" | |
instance_state: "" => "<computed>" | |
instance_type: "" => "t2.micro" | |
ipv6_address_count: "" => "<computed>" (forces new resource) | |
ipv6_addresses.#: "" => "<computed>" (forces new resource) | |
key_name: "" => "default" (forces new resource) | |
network_interface.#: "" => "<computed>" | |
network_interface_id: "" => "<computed>" | |
password_data: "" => "<computed>" | |
placement_group: "" => "<computed>" (forces new resource) | |
primary_network_interface_id: "" => "<computed>" | |
private_dns: "" => "<computed>" | |
private_ip: "" => "<computed>" (forces new resource) | |
public_dns: "" => "<computed>" | |
public_ip: "" => "<computed>" | |
root_block_device.#: "" => "<computed>" | |
security_groups.#: "" => "<computed>" (forces new resource) | |
source_dest_check: "" => "true" | |
subnet_id: "" => "<computed>" (forces new resource) | |
tags.%: "" => "1" | |
tags.Name: "" => "terraform-bug-tester" | |
tenancy: "" => "<computed>" (forces new resource) | |
volume_tags.%: "" => "<computed>" | |
vpc_security_group_ids.#: "" => "<computed>" | |
CREATE: aws_internet_gateway.default | |
vpc_id: "" => "<computed>" | |
CREATE: aws_route.internet_access | |
destination_cidr_block: "" => "0.0.0.0/0" (forces new resource) | |
destination_prefix_list_id: "" => "<computed>" | |
egress_only_gateway_id: "" => "<computed>" | |
gateway_id: "" => "<computed>" | |
instance_id: "" => "<computed>" | |
instance_owner_id: "" => "<computed>" | |
nat_gateway_id: "" => "<computed>" | |
network_interface_id: "" => "<computed>" | |
origin: "" => "<computed>" | |
route_table_id: "" => "<computed>" | |
state: "" => "<computed>" | |
CREATE: aws_security_group.admin | |
arn: "" => "<computed>" | |
description: "" => "Administrators can manage their machines" (forces new resource) | |
egress.#: "" => "1" | |
egress.482069346.cidr_blocks.#: "" => "1" | |
egress.482069346.cidr_blocks.0: "" => "0.0.0.0/0" | |
egress.482069346.description: "" => "" | |
egress.482069346.from_port: "" => "0" | |
egress.482069346.ipv6_cidr_blocks.#: "" => "0" | |
egress.482069346.prefix_list_ids.#: "" => "0" | |
egress.482069346.protocol: "" => "-1" | |
egress.482069346.security_groups.#: "" => "0" | |
egress.482069346.self: "" => "false" | |
egress.482069346.to_port: "" => "0" | |
ingress.#: "" => "1" | |
ingress.2541437006.cidr_blocks.#: "" => "1" | |
ingress.2541437006.cidr_blocks.0: "" => "0.0.0.0/0" | |
ingress.2541437006.description: "" => "" | |
ingress.2541437006.from_port: "" => "22" | |
ingress.2541437006.ipv6_cidr_blocks.#: "" => "0" | |
ingress.2541437006.protocol: "" => "tcp" | |
ingress.2541437006.security_groups.#: "" => "0" | |
ingress.2541437006.self: "" => "false" | |
ingress.2541437006.to_port: "" => "22" | |
name: "" => "admin-security-group" (forces new resource) | |
owner_id: "" => "<computed>" | |
revoke_rules_on_delete: "" => "false" | |
vpc_id: "" => "<computed>" (forces new resource) | |
CREATE: aws_subnet.private | |
assign_ipv6_address_on_creation: "" => "false" | |
availability_zone: "" => "<computed>" (forces new resource) | |
cidr_block: "" => "10.0.4.0/22" (forces new resource) | |
ipv6_cidr_block: "" => "<computed>" | |
ipv6_cidr_block_association_id: "" => "<computed>" | |
map_public_ip_on_launch: "" => "true" | |
vpc_id: "" => "<computed>" (forces new resource) | |
CREATE: aws_subnet.public | |
assign_ipv6_address_on_creation: "" => "false" | |
availability_zone: "" => "<computed>" (forces new resource) | |
cidr_block: "" => "10.0.0.0/22" (forces new resource) | |
ipv6_cidr_block: "" => "<computed>" | |
ipv6_cidr_block_association_id: "" => "<computed>" | |
map_public_ip_on_launch: "" => "true" | |
vpc_id: "" => "<computed>" (forces new resource) | |
CREATE: aws_vpc.default | |
assign_generated_ipv6_cidr_block: "" => "false" | |
cidr_block: "" => "10.0.0.0/16" (forces new resource) | |
default_network_acl_id: "" => "<computed>" | |
default_route_table_id: "" => "<computed>" | |
default_security_group_id: "" => "<computed>" | |
dhcp_options_id: "" => "<computed>" | |
enable_classiclink: "" => "<computed>" | |
enable_classiclink_dns_support: "" => "<computed>" | |
enable_dns_hostnames: "" => "true" | |
enable_dns_support: "" => "true" | |
instance_tenancy: "" => "<computed>" (forces new resource) | |
ipv6_association_id: "" => "<computed>" | |
ipv6_cidr_block: "" => "<computed>" | |
main_route_table_id: "" => "<computed>" | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_subnet.public": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"ipv6_cidr_block_association_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_vpc.default.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "assign_ipv6_address_on_creation":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"10.0.0.0/22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ipv6_cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "availability_zone":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_internet_gateway.default": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_vpc.default.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_subnet.private": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"10.0.4.0/22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "assign_ipv6_address_on_creation":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_vpc.default.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ipv6_cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "availability_zone":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ipv6_cidr_block_association_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_route.internet_access": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "destination_cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"0.0.0.0/0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "nat_gateway_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress_only_gateway_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "gateway_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_internet_gateway.default.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "origin":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "route_table_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_vpc.default.main_route_table_id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "instance_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "state":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "destination_prefix_list_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "instance_owner_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_security_group.admin": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "ingress.2541437006.description":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.ipv6_cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.description":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "revoke_rules_on_delete":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.protocol":*terraform.ResourceAttrDiff{Old:"", New:"tcp", NewComputed:false, NewRemoved:false, NewExtra:"tcp", RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.protocol":*terraform.ResourceAttrDiff{Old:"", New:"-1", NewComputed:false, NewRemoved:false, NewExtra:"-1", RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.ipv6_cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "description":*terraform.ResourceAttrDiff{Old:"", New:"Administrators can manage their machines", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "owner_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.to_port":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.self":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_vpc.default.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ingress.2541437006.from_port":*terraform.ResourceAttrDiff{Old:"", New:"22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.self":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.prefix_list_ids.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.cidr_blocks.0":*terraform.ResourceAttrDiff{Old:"", New:"0.0.0.0/0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.to_port":*terraform.ResourceAttrDiff{Old:"", New:"22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"admin-security-group", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "egress.482069346.cidr_blocks.0":*terraform.ResourceAttrDiff{Old:"", New:"0.0.0.0/0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "egress.482069346.from_port":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_instance.node": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"tags.Name":*terraform.ResourceAttrDiff{Old:"", New:"terraform-bug-tester", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tenancy":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "instance_type":*terraform.ResourceAttrDiff{Old:"", New:"t2.micro", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "subnet_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_subnet.private.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "private_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "public_dns":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ipv6_addresses.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ebs_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "source_dest_check":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vpc_security_group_ids.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "placement_group":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "availability_zone":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ephemeral_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "public_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "key_name":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "instance_state":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "primary_network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ami":*terraform.ResourceAttrDiff{Old:"", New:"ami-9b5d97fb", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "ipv6_address_count":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "root_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "volume_tags.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "get_password_data":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_data":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "associate_public_ip_address":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "private_dns":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] DiffTransformer: Resource "aws_vpc.default": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"enable_dns_support":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "main_route_table_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "instance_tenancy":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "default_route_table_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ipv6_cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "dhcp_options_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "assign_generated_ipv6_cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "enable_classiclink":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "enable_classiclink_dns_support":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "default_security_group_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ipv6_association_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "default_network_acl_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"10.0.0.0/16", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "enable_dns_hostnames":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.DiffTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OrphanOutputTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044ccb0), RawConfig:(*config.RawConfig)(0xc42044cc40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc42044caf0), RawConfig:(*config.RawConfig)(0xc42044ca80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc42044cd90), RawConfig:(*config.RawConfig)(0xc42044cd20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc42044cbd0), RawConfig:(*config.RawConfig)(0xc42044cb60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc42045c0e0), RawConfig:(*config.RawConfig)(0xc42044ce00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc420498070), RawConfig:(*config.RawConfig)(0xc42045c150), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42048a1b0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:58:47 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc42044ca10), RawConfig:(*config.RawConfig)(0xc42044c9a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:58:47 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
2018/03/29 14:58:47 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:58:47 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:58:47 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc42044c850)} | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:58:47 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:58:47 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:58:47 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:58:47 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:58:47 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:58:47 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.DestroyEdgeTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] CBDEdgeTransformer: Beginning CBD transformation... | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.CBDEdgeTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.MissingProvisionerTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ProvisionerTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.LocalTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.OutputTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ModuleVariableTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RemovedModuleTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr aws_vpc.default] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "provisioner.file" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default aws_vpc.default] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default aws_vpc.default] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [aws_security_group.admin aws_subnet.private var.aws_gpu_agent_instance_type var.aws_gpu_ami var.num_of_gpu_agents var.ssh_key_name aws_security_group.admin aws_subnet.private] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default aws_vpc.default] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:58:47 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.CloseProviderTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.CloseProvisionerTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeApplyableResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provisioner.file - *terraform.NodeProvisioner | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeApplyableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_subnet.private - *terraform.NodeApplyableResource | |
provisioner.file - *terraform.NodeProvisioner | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_internet_gateway.default - *terraform.NodeApplyableResource | |
aws_security_group.admin - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
var.admin_cidr - *terraform.NodeRootVariable | |
aws_subnet.private - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
aws_vpc.default - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
output.GPU Private Public IP Address - *terraform.NodeApplyableOutput | |
aws_instance.node - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_instance.node - *terraform.NodeApplyableResource | |
aws_route.internet_access - *terraform.NodeApplyableResource | |
aws_subnet.public - *terraform.NodeApplyableResource | |
provisioner.file - *terraform.NodeProvisioner | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
aws_instance.node - *terraform.NodeApplyableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provisioner.file (close) - *terraform.graphNodeCloseProvisioner | |
var.admin_cidr - *terraform.NodeRootVariable | |
var.aws_gpu_agent_instance_type - *terraform.NodeRootVariable | |
var.aws_gpu_ami - *terraform.NodeRootVariable | |
var.aws_profile - *terraform.NodeRootVariable | |
var.aws_region - *terraform.NodeRootVariable | |
var.num_of_gpu_agents - *terraform.NodeRootVariable | |
var.ssh_key_name - *terraform.NodeRootVariable | |
2018/03/29 14:58:47 [DEBUG] Starting graph walk: walkApply | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "provisioner.file" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "provisioner.file" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:58:47 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "provisioner.file" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provisioner.file': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provisioner.file': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkApply] Entering eval tree: provisioner.file | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInitProvisioner | |
2018/03/29 14:58:47 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:58:47 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:58:47 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:58:47 [TRACE] [walkApply] Entering eval tree: provider.aws | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018/03/29 14:58:47 [TRACE] [walkApply] Exiting eval tree: provisioner.file | |
2018/03/29 14:58:47 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:47 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:47 [TRACE] root: eval: *terraform.EvalConfigProvider | |
2018-03-29T14:58:47.173-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] No assume_role block read from configuration | |
2018-03-29T14:58:47.173-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] Building AWS region structure | |
2018-03-29T14:58:47.173-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] Building AWS auth structure | |
2018-03-29T14:58:47.173-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-03-29T14:58:47.667-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-03-29T14:58:47.667-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [INFO] Initializing DeviceFarm SDK connection | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:47 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0fd6eb5e89c6b228ea166b321fbc32ec09ceb3255bb82f5f92710e8c224bfda9 | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215847Z | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:58:47.668-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:47 GMT | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 5b9d7285-339c-11e8-93ce-21e9ca5ba7fd | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:sts::273854932432:assumed-role/Mesosphere-PowerUser/[email protected]</Arn> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>5b9d7285-339c-11e8-93ce-21e9ca5ba7fd</RequestId> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: iam.amazonaws.com | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 33 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4a4bb178e5bdc54a681252150fd08ef7b273b90da48954e56906f90d2c6bda29 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215848Z | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-03-29T14:58:48.004-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 307 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:47 GMT | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 5bce958a-339c-11e8-8645-4753c21e0760 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Error> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Type>Sender</Type> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Code>ValidationError</Code> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Message>Must specify userName when calling with non-User credentials</Message> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </Error> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>5bce958a-339c-11e8-8645-4753c21e0760</RequestId> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ErrorResponse> | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Validate Response iam/GetUser failed, not retrying, error ValidationError: Must specify userName when calling with non-User credentials | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: 5bce958a-339c-11e8-8645-4753c21e0760 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] Getting account ID via iam:GetUser failed: ValidationError: Must specify userName when calling with non-User credentials | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: 5bce958a-339c-11e8-8645-4753c21e0760 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] Trying to get account ID via sts:GetCallerIdentity | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2ed326a622a813f0c58bf491db67473d284651fb5283ecac8dfb70f821f84f97 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215848Z | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:58:48.333-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:48 GMT | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 5c061fda-339c-11e8-bf17-0f3ee4dc2791 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:sts::273854932432:assumed-role/Mesosphere-PowerUser/[email protected]</Arn> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>5c061fda-339c-11e8-bf17-0f3ee4dc2791</RequestId> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 87 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=93b81e4f76ed7fab52f7e5ba0c6d16bbc867e5460461129edb8f0bde473506d3 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215848Z | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-03-29T14:58:48.690-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:48 GMT | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>79ff4155-a538-4493-95a8-4eb0267c34c2</requestId> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <accountAttributeSet> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValueSet> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValue>VPC</attributeValue> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attributeValueSet> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </accountAttributeSet> | |
2018-03-29T14:58:48.848-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeAccountAttributesResponse> | |
2018/03/29 14:58:48 [TRACE] [walkApply] Exiting eval tree: provider.aws | |
2018/03/29 14:58:48 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:58:48 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:58:48 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:58:48 [TRACE] [walkApply] Entering eval tree: aws_vpc.default | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:48 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:48 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:58:48 [DEBUG] apply: aws_vpc.default: executing Apply | |
[0m[1maws_vpc.default: Creating...[0m | |
assign_generated_ipv6_cidr_block: "" => "false" | |
cidr_block: "" => "10.0.0.0/16" | |
2018-03-29T14:58:48.850-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] VPC create config: { | |
default_network_acl_id: "" => "<computed>" | |
2018-03-29T14:58:48.850-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: AmazonProvidedIpv6CidrBlock: false, | |
2018-03-29T14:58:48.850-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: CidrBlock: "10.0.0.0/16", | |
2018-03-29T14:58:48.850-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: InstanceTenancy: "default" | |
2018-03-29T14:58:48.850-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
default_route_table_id: "" => "<computed>" | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateVpc Details: | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
default_security_group_id: "" => "<computed>" | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 117 | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9b48fcf761e50e77b11a04578df3a185271f0d76a291aeae521deacb07c5ba95 | |
dhcp_options_id: "" => "<computed>" | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215848Z | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateVpc&AmazonProvidedIpv6CidrBlock=false&CidrBlock=10.0.0.0%2F16&InstanceTenancy=default&Version=2016-11-15 | |
2018-03-29T14:58:48.851-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
enable_classiclink: "" => "<computed>" | |
enable_classiclink_dns_support: "" => "<computed>" | |
enable_dns_hostnames: "" => "true" | |
enable_dns_support: "" => "true" | |
instance_tenancy: "" => "<computed>" | |
ipv6_association_id: "" => "<computed>" | |
ipv6_cidr_block: "" => "<computed>" | |
main_route_table_id: "" => "<computed>"[0m | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateVpc Details: | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 865 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:48 GMT | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateVpcResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>aef69101-2eff-439d-9020-e3a8ea5444da</requestId> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpc> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>pending</state> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-97a1b4fc</associationId> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpc> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateVpcResponse> | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [INFO] VPC ID: vpc-8992d0f0 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] Waiting for VPC (vpc-8992d0f0) to become available | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 59 | |
2018-03-29T14:58:49.224-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=bca489d7215b726f276625261b74eb312b7d23317cdd24de4407722484d5ddf8 | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215849Z | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-8992d0f0 | |
2018-03-29T14:58:49.225-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:48 GMT | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>c43c025c-d5ab-4146-8dae-9866675ab9e1</requestId> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-97a1b4fc</associationId> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcsResponse> | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [INFO] Modifying enable_dns_hostnames vpc attribute for vpc-8992d0f0: { | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: EnableDnsHostnames: { | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-8992d0f0" | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 93 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c676fb38318b78f79cd19be0a82b7ee063758e0ab31f24cf2c9fabf2c05d6021 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215849Z | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifyVpcAttribute&EnableDnsHostnames.Value=true&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:49.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:49 GMT | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifyVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>ea6f953e-47fb-454d-9105-97eafc6e91aa</requestId> | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifyVpcAttributeResponse> | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [INFO] Modifying enable_dns_support vpc attribute for vpc-8992d0f0: { | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: EnableDnsSupport: { | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-8992d0f0" | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:49 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 91 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=fef22ac97c2cbbe969dd8df70c72fd305c0fffcde0f1b3edcb35828f77c8b356 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215849Z | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifyVpcAttribute&EnableDnsSupport.Value=true&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:49.744-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:49 GMT | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifyVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>374cba47-9991-4ecf-901e-f2449c4a89fa</requestId> | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifyVpcAttributeResponse> | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 59 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ad8e8d9f92c76e9237ad56ad8ba438e6ea7f8e03496f249b2687e494c44f641c | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215850Z | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-8992d0f0 | |
2018-03-29T14:58:50.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>fbb4d60c-3c2e-42d0-8f0c-528e0215023d</requestId> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-97a1b4fc</associationId> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcsResponse> | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 92 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=77e41e4ea5b4cfecd151c9d659ed756029de12ac6233f19d1178d65f81710b62 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:50.369-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215850Z | |
2018-03-29T14:58:50.370-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:50.370-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:50.370-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.370-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:50.370-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>0261628d-d9db-45d0-86fb-4892e69bab76</requestId> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <enableDnsSupport> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>true</value> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </enableDnsSupport> | |
2018-03-29T14:58:50.557-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcAttributeResponse> | |
2018-03-29T14:58:50.558-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:58:50.558-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:50.558-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 94 | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ef4de16a91fb53c68017ec39e834572e28de8d7fa04107efa8a1974554267d9c | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215850Z | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:50.559-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>b6155fa3-2218-4103-b667-792532c90c44</requestId> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <enableDnsHostnames> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>true</value> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </enableDnsHostnames> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcAttributeResponse> | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details: | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 69 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4762b7d2c6a718520b24371288ca3bc50a52acb420ae63c9bd983fe45dfd4653 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:50.729-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215850Z | |
2018-03-29T14:58:50.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:50.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:50.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-8992d0f0 | |
2018-03-29T14:58:50.730-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details: | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>c3cd8671-f0ca-459c-9043-cbf0083a8c42</requestId> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <classicLinkEnabled>false</classicLinkEnabled> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcClassicLinkResponse> | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details: | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:50.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 80 | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2d77de735f5dc54c915d96c7370bf39bf3d70e70524b76fae2a408aab3d8d55b | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215850Z | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-8992d0f0 | |
2018-03-29T14:58:50.912-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details: | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2fafd500-d47d-4ca3-a96c-e1b74db5cbe5</requestId> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcs> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <classicLinkDnsSupported>false</classicLinkDnsSupported> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcs> | |
2018-03-29T14:58:51.163-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcClassicLinkDnsSupportResponse> | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 149 | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0d1da18becbd2c962922a1c82e6c5ecfcc2ba3acd61449097eae70429a94e664 | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-8992d0f0&Version=2016-11-15 | |
2018-03-29T14:58:51.164-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>b61d2fed-b5b8-4e72-9db2-c149b9bd0c8a</requestId> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableSet> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-44136a3c</routeTableId> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeSet> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>local</gatewayId> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRouteTable</origin> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeSet> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableAssociationId>rtbassoc-ada322d7</routeTableAssociationId> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-44136a3c</routeTableId> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <main>true</main> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </associationSet> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <propagatingVgwSet/> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeTableSet> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeRouteTablesResponse> | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details: | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 140 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=d4c4fce3e9181fc730da39d748050b1d513878ffc800cb883244c890de50ffa1 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.354-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-8992d0f0&Version=2016-11-15 | |
2018-03-29T14:58:51.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details: | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>7c6453a4-fc22-46c4-a627-25811b113c48</requestId> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkAclSet> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkAclId>acl-ca10deb2</networkAclId> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <default>true</default> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <entrySet> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>100</ruleNumber> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>allow</ruleAction> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>true</egress> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>32767</ruleNumber> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>deny</ruleAction> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>true</egress> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>100</ruleNumber> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>allow</ruleAction> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>false</egress> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>32767</ruleNumber> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>deny</ruleAction> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>false</egress> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </entrySet> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet/> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.541-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkAclSet> | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeNetworkAclsResponse> | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 149 | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8e0d8c2b8db5f8d72b0c48d507bb9af49c2aaefb180f1a25b651f9dae8b36e98 | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-8992d0f0&Version=2016-11-15 | |
2018-03-29T14:58:51.542-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>47a4b393-a66d-450b-aa45-680d571fca71</requestId> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-c5f837bb</groupId> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>default</groupName> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>default VPC security group</groupDescription> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <userId>273854932432</userId> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-c5f837bb</groupId> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groups> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges/> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissions> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissionsEgress> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 149 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=0d1da18becbd2c962922a1c82e6c5ecfcc2ba3acd61449097eae70429a94e664 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.733-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.734-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.734-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.734-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.734-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-8992d0f0&Version=2016-11-15 | |
2018-03-29T14:58:51.734-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:50 GMT | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>dcbacd10-b617-4170-814a-8a62f1ba1271</requestId> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableSet> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-44136a3c</routeTableId> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeSet> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>local</gatewayId> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRouteTable</origin> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeSet> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableAssociationId>rtbassoc-ada322d7</routeTableAssociationId> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-44136a3c</routeTableId> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <main>true</main> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </associationSet> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <propagatingVgwSet/> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeTableSet> | |
2018-03-29T14:58:51.880-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeRouteTablesResponse> | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_vpc.default: Creation complete after 3s (ID: vpc-8992d0f0)[0m[0m | |
2018/03/29 14:58:51 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:51 [TRACE] [walkApply] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:58:51 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:58:51 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:58:51 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:58:51 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:58:51 [TRACE] [walkApply] Entering eval tree: aws_subnet.public | |
2018/03/29 14:58:51 [TRACE] [walkApply] Entering eval tree: aws_subnet.private | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:51 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:58:51 [TRACE] [walkApply] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:58:51 [TRACE] [walkApply] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:58:51 [DEBUG] apply: aws_subnet.public: executing Apply | |
[0m[1maws_subnet.public: Creating...[0m | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalCompareDiff | |
assign_ipv6_address_on_creation: "" => "false" | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApply | |
availability_zone: "" => "<computed>" | |
2018/03/29 14:58:51 [DEBUG] apply: aws_internet_gateway.default: executing Apply | |
cidr_block: "" => "10.0.0.0/22" | |
ipv6_cidr_block: "" => "<computed>" | |
ipv6_cidr_block_association_id: "" => "<computed>" | |
map_public_ip_on_launch: "" => "true" | |
vpc_id: "" => "vpc-8992d0f0"[0m | |
[0m[1maws_internet_gateway.default: Creating...[0m | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] Creating internet gateway | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 99 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=62fe485152e5983298bd1ed6b445e3cafb1dda87a7c37b5fceddc6bce6bc8643 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider vpc_id: "" => "vpc-8992d0f0"[0m | |
-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateSubnet&AvailabilityZone=&CidrBlock=10.0.0.0%2F22&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateInternetGateway Details: | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 47 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=62f71e528ece27ded7a91ece48bcf28d472eaf7b57ea0f0fa9ed452084ba7132 | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApply | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018/03/29 14:58:51 [DEBUG] apply: aws_subnet.private: executing Apply | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateInternetGateway&Version=2016-11-15 | |
2018-03-29T14:58:51.886-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
[0m[1maws_subnet.private: Creating...[0m | |
assign_ipv6_address_on_creation: "" => "false" | |
availability_zone: "" => "<computed>" | |
cidr_block: "" => "10.0.4.0/22" | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
ipv6_cidr_block: "" => "<computed>" | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 99 | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=ec9d594933ffe086a10da6a7924c6c8fa0c3c16c397fbf33a564739fea68f848 | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateSubnet&AvailabilityZone=&CidrBlock=10.0.4.0%2F22&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:51.887-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
ipv6_cidr_block_association_id: "" => "<computed>" | |
map_public_ip_on_launch: "" => "true" | |
vpc_id: "" => "vpc-8992d0f0"[0m | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:51 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:58:51 [DEBUG] apply: aws_security_group.admin: executing Apply | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] Security Group create configuration: { | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Description: "Administrators can manage their machines", | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "admin-security-group", | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-8992d0f0" | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
[0m[1maws_security_group.admin: Creating...[0m | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:51 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSecurityGroup Details: | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 153 | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=679f8b92af8c35639ffd7a0661727e982939c76f458bf8cc80147c98a895ddda | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215851Z | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateSecurityGroup&GroupDescription=Administrators+can+manage+their+machines&GroupName=admin-security-group&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:51.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
arn: "" => "<computed>" | |
description: "" => "Administrators can manage their machines" | |
egress.#: "" => "1" | |
egress.482069346.cidr_blocks.#: "" => "1" | |
egress.482069346.cidr_blocks.0: "" => "0.0.0.0/0" | |
egress.482069346.description: "" => "" | |
egress.482069346.from_port: "" => "0" | |
egress.482069346.ipv6_cidr_blocks.#: "" => "0" | |
egress.482069346.prefix_list_ids.#: "" => "0" | |
egress.482069346.protocol: "" => "-1" | |
egress.482069346.security_groups.#: "" => "0" | |
egress.482069346.self: "" => "false" | |
egress.482069346.to_port: "" => "0" | |
ingress.#: "" => "1" | |
ingress.2541437006.cidr_blocks.#: "" => "1" | |
ingress.2541437006.cidr_blocks.0: "" => "0.0.0.0/0" | |
ingress.2541437006.description: "" => "" | |
ingress.2541437006.from_port: "" => "22" | |
ingress.2541437006.ipv6_cidr_blocks.#: "" => "0" | |
ingress.2541437006.protocol: "" => "tcp" | |
ingress.2541437006.security_groups.#: "" => "0" | |
ingress.2541437006.self: "" => "false" | |
ingress.2541437006.to_port: "" => "22" | |
name: "" => "admin-security-group" | |
owner_id: "" => "<computed>" | |
revoke_rules_on_delete: "" => "false" | |
vpc_id: "" => "vpc-8992d0f0"[0m | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateInternetGateway Details: | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateInternetGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>291f513a-bf8f-4ecb-80fc-f988eb764c55</requestId> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGateway> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewayId>igw-b9284fdf</internetGatewayId> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet/> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </internetGateway> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateInternetGatewayResponse> | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [INFO] InternetGateway ID: igw-b9284fdf | |
2018-03-29T14:58:52.075-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [success] | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 83 | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2e29123fbe4a4f68629b9a14d2a022aec3895aea2fd85e37b8b62458efb242e4 | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInternetGateways&InternetGatewayId.1=igw-b9284fdf&Version=2016-11-15 | |
2018-03-29T14:58:52.076-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSecurityGroup Details: | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>5ac96a16-9813-4f6b-86f8-49213b98e3c3</requestId> | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateSecurityGroupResponse> | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [INFO] Security Group ID: sg-9ffa35e1 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for Security Group (sg-9ffa35e1) to exist | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [exists] | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 70 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b5d9dd2794ee151a158f8a0691146789754dca221d593ab56a99acb3cf7c4226 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-9ffa35e1&Version=2016-11-15 | |
2018-03-29T14:58:52.089-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "aws_route.internet_access", waiting for: "aws_internet_gateway.default" | |
2018/03/29 14:58:52 [TRACE] dag/walk: vertex "aws_instance.node", waiting for: "aws_subnet.private" | |
2018-03-29T14:58:52.242-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>515108d8-2b24-4b6c-ad76-55a7a1b1d1d5</requestId> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewaySet> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewayId>igw-b9284fdf</internetGatewayId> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet/> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </internetGatewaySet> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInternetGatewaysResponse> | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [INFO] Attaching Internet Gateway 'igw-b9284fdf' to VPC 'vpc-8992d0f0' | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [success] | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AttachInternetGateway Details: | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 97 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11c4f01abbc97c46741a9419c8880d75e914bb36bd7608279a651991e91c5479 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=AttachInternetGateway&InternetGatewayId=igw-b9284fdf&Version=2016-11-15&VpcId=vpc-8992d0f0 | |
2018-03-29T14:58:52.243-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>ee77cefd-4ece-4098-a6c3-0d3a9034a5b7</requestId> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnet> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-e0842e99</subnetId> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>pending</state> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/22</cidrBlock> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2b</availabilityZone> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnet> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateSubnetResponse> | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [INFO] Subnet ID: subnet-e0842e99 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for subnet (subnet-e0842e99) to become available | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7de0998f1b78a470c0538f0b0f7f2caf1a47c0f72d2a3dfeafb5ad092343e132 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-e0842e99&Version=2016-11-15 | |
2018-03-29T14:58:52.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.266-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>51f2e4eb-8631-4c07-ad53-696b86d0c7f0</requestId> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnet> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>pending</state> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.4.0/22</cidrBlock> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnet> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateSubnetResponse> | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [INFO] Subnet ID: subnet-85499cce | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for subnet (subnet-85499cce) to become available | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=088aab4df550be5deda00fc8d54af0d1c3f6fed3e9aff5240aae29d74e8aee01 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-85499cce&Version=2016-11-15 | |
2018-03-29T14:58:52.267-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AttachInternetGateway Details: | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.440-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <AttachInternetGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>697c57ba-0f6f-44ba-8b82-8f2d4bc1ec07</requestId> | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </AttachInternetGatewayResponse> | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for internet gateway (igw-b9284fdf) to attach | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 83 | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2e29123fbe4a4f68629b9a14d2a022aec3895aea2fd85e37b8b62458efb242e4 | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInternetGateways&InternetGatewayId.1=igw-b9284fdf&Version=2016-11-15 | |
2018-03-29T14:58:52.441-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>cde90030-420d-4e46-9838-23d65d180a6b</requestId> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.4.0/22</cidrBlock> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Subnet modify attributes: { | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MapPublicIpOnLaunch: { | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: SubnetId: "subnet-85499cce" | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 103 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=dac9c33f0992faf4cf3652f7742c170d99beae168a229011980f608179a8c66c | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifySubnetAttribute&MapPublicIpOnLaunch.Value=true&SubnetId=subnet-85499cce&Version=2016-11-15 | |
2018-03-29T14:58:52.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>c16ce0af-1886-461c-8b09-aedb8762de1c</requestId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>Administrators can manage their machines</groupDescription> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions/> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissionsEgress> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Revoking default egress rule for Security Group for sg-9ffa35e1 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>1e66ae50-8bc0-41d2-8556-7daaf49086be</requestId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-e0842e99</subnetId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/22</cidrBlock> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2b</availabilityZone> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Subnet modify attributes: { | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MapPublicIpOnLaunch: { | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: SubnetId: "subnet-e0842e99" | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 199 | |
2018-03-29T14:58:52.447-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=96a9067d27a72daea9880249c758c10cbe01bd3837156946a13d2e04487af48a | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=RevokeSecurityGroupEgress&GroupId=sg-9ffa35e1&IpPermissions.1.FromPort=0&IpPermissions.1.IpProtocol=-1&IpPermissions.1.IpRanges.1.CidrIp=0.0.0.0%2F0&IpPermissions.1.ToPort=0&Version=2016-11-15 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 103 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=01528796143a86911e75bdee580f1ca2681d1bbbe5a49ba50253b01b98319a43 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifySubnetAttribute&MapPublicIpOnLaunch.Value=true&SubnetId=subnet-e0842e99&Version=2016-11-15 | |
2018-03-29T14:58:52.448-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>86bf7c60-2754-4352-b1c3-df5b149b088f</requestId> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewaySet> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewayId>igw-b9284fdf</internetGatewayId> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </internetGatewaySet> | |
2018-03-29T14:58:52.613-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInternetGatewaysResponse> | |
[0m[1maws_internet_gateway.default: Creation complete after 1s (ID: igw-b9284fdf)[0m[0m | |
2018/03/29 14:58:52 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:52 [TRACE] [walkApply] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:58:52 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:58:52 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:58:52 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:58:52 [TRACE] [walkApply] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:52 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:58:52 [DEBUG] apply: aws_route.internet_access: executing Apply | |
[0m[1maws_route.internet_access: Creating...[0m | |
destination_cidr_block: "" => "0.0.0.0/0" | |
destination_prefix_list_id: "" => "<computed>" | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Route create config: { | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: DestinationCidrBlock: "0.0.0.0/0", | |
egress_only_gateway_id: "" => "<computed>" | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GatewayId: "igw-b9284fdf", | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: RouteTableId: "rtb-44136a3c" | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [success] | |
gateway_id: "" => "igw-b9284fdf" | |
instance_id: "" => "<computed>" | |
instance_owner_id: "" => "<computed>" | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateRoute Details: | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 119 | |
nat_gateway_id: "" => "<computed>" | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=3e61a71390e86a1bec69b277d9bd99103e578dc4e23cb5cca4b8e592fb7b10cb | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateRoute&DestinationCidrBlock=0.0.0.0%2F0&GatewayId=igw-b9284fdf&RouteTableId=rtb-44136a3c&Version=2016-11-15 | |
2018-03-29T14:58:52.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
network_interface_id: "" => "<computed>" | |
origin: "" => "<computed>" | |
route_table_id: "" => "rtb-44136a3c" | |
state: "" => "<computed>"[0m | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifySubnetAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>5cc244a0-b17d-49a5-9c4a-2e2b9a1cd373</requestId> | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifySubnetAttributeResponse> | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=088aab4df550be5deda00fc8d54af0d1c3f6fed3e9aff5240aae29d74e8aee01 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-85499cce&Version=2016-11-15 | |
2018-03-29T14:58:52.628-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifySubnetAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2ba8cb1d-add3-4a24-a53a-9d39e5c0ef2b</requestId> | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifySubnetAttributeResponse> | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7de0998f1b78a470c0538f0b0f7f2caf1a47c0f72d2a3dfeafb5ad092343e132 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-e0842e99&Version=2016-11-15 | |
2018-03-29T14:58:52.630-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:51 GMT | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RevokeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>0147217e-5cf0-4029-8749-55da1e0485c3</requestId> | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </RevokeSecurityGroupEgressResponse> | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Revoking default IPv6 egress rule for Security Group for sg-9ffa35e1 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 202 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b12a5cccf034f1edabf3e80804d75addbfd85788364f3e6dd4bebb9766f29ea9 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=RevokeSecurityGroupEgress&GroupId=sg-9ffa35e1&IpPermissions.1.FromPort=0&IpPermissions.1.IpProtocol=-1&IpPermissions.1.Ipv6Ranges.1.CidrIpv6=%3A%3A%2F0&IpPermissions.1.ToPort=0&Version=2016-11-15 | |
2018-03-29T14:58:52.754-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.819-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateRoute Details: | |
2018-03-29T14:58:52.819-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateRouteResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>6341924a-e543-4540-81ac-c9abeb3d23a7</requestId> | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateRouteResponse> | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [success] | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 73 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=24ea6b26ff5e4c1299fe5f686286abec38742b07bca0d633badca35156916693 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeRouteTables&RouteTableId.1=rtb-44136a3c&Version=2016-11-15 | |
2018-03-29T14:58:52.820-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>640e24d7-bdf7-447d-b808-21e783105c1f</requestId> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-e0842e99</subnetId> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/22</cidrBlock> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2b</availabilityZone> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018-03-29T14:58:52.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_subnet.public: Creation complete after 1s (ID: subnet-e0842e99)[0m[0m | |
2018/03/29 14:58:52 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:52 [TRACE] [walkApply] Exiting eval tree: aws_subnet.public | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>f55aea74-1b35-4d9a-b8dc-459fc6b79890</requestId> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.4.0/22</cidrBlock> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018-03-29T14:58:52.948-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_subnet.private: Creation complete after 1s (ID: subnet-85499cce)[0m[0m | |
2018/03/29 14:58:52 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:52 [TRACE] [walkApply] Exiting eval tree: aws_subnet.private | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Response><Errors><Error><Code>InvalidPermission.NotFound</Code><Message>The specified rule does not exist in this security group.</Message></Error></Errors><RequestID>cad74f08-bdb6-467e-94d3-e29bd1515d68</RequestID></Response> | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/RevokeSecurityGroupEgress failed, not retrying, error InvalidPermission.NotFound: The specified rule does not exist in this security group. | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: cad74f08-bdb6-467e-94d3-e29bd1515d68 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for Security Group (sg-9ffa35e1) to exist | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] Waiting for state to become: [exists] | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 70 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b5d9dd2794ee151a158f8a0691146789754dca221d593ab56a99acb3cf7c4226 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:52.979-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215852Z | |
2018-03-29T14:58:52.980-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:52.980-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:52.980-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.980-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-9ffa35e1&Version=2016-11-15 | |
2018-03-29T14:58:52.980-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:52 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>7cd2f0eb-a929-4202-8f46-13029172cc4d</requestId> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableSet> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-44136a3c</routeTableId> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeSet> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>local</gatewayId> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRouteTable</origin> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
2018/03/29 14:58:52 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>igw-b9284fdf</gatewayId> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRoute</origin> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeSet> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableAssociationId>rtbassoc-ada322d7</routeTableAssociationId> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-44136a3c</routeTableId> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <main>true</main> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
[0m[1maws_route.internet_access: Creation complete after 0s (ID: r-rtb-44136a3c1080289494)[0m[0m | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </associationSet> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <propagatingVgwSet/> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeTableSet> | |
2018-03-29T14:58:52.999-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeRouteTablesResponse> | |
2018/03/29 14:58:53 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:53 [TRACE] [walkApply] Exiting eval tree: aws_route.internet_access | |
2018-03-29T14:58:53.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:53.536-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:52 GMT | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>9a2dfa45-cab9-47b5-9e2f-feec32fc2254</requestId> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>Administrators can manage their machines</groupDescription> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions/> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress/> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] Authorizing security group { | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Description: "Administrators can manage their machines", | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupId: "sg-9ffa35e1", | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "admin-security-group", | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: OwnerId: "273854932432", | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-8992d0f0" | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } ingress rule: []*ec2.IpPermission{{ | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: FromPort: 22, | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpProtocol: "tcp", | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpRanges: [{ | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: CidrIp: "0.0.0.0/0" | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }], | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ToPort: 22 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }} | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupIngress Details: | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 206 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9b6107c31967b3f28f5dcb1c9cf54a11a78a03a4c50c158593ac3bfa1efd3588 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215853Z | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=AuthorizeSecurityGroupIngress&GroupId=sg-9ffa35e1&IpPermissions.1.FromPort=22&IpPermissions.1.IpProtocol=tcp&IpPermissions.1.IpRanges.1.CidrIp=0.0.0.0%2F0&IpPermissions.1.ToPort=22&Version=2016-11-15 | |
2018-03-29T14:58:53.537-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupIngress Details: | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:53 GMT | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <AuthorizeSecurityGroupIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2b907925-dc7e-4f7e-9f5d-8cfc523691ef</requestId> | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </AuthorizeSecurityGroupIngressResponse> | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] Authorizing security group { | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Description: "Administrators can manage their machines", | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupId: "sg-9ffa35e1", | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "admin-security-group", | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: OwnerId: "273854932432", | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-8992d0f0" | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } egress rule: []*ec2.IpPermission{{ | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: FromPort: 0, | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpProtocol: "-1", | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpRanges: [{ | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: CidrIp: "0.0.0.0/0" | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }], | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ToPort: 0 | |
2018-03-29T14:58:53.889-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }} | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:53 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupEgress Details: | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 202 | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=c29c40198681d2b9cffae755621285ab986a584534a43372aacca50dea7ff840 | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215853Z | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=AuthorizeSecurityGroupEgress&GroupId=sg-9ffa35e1&IpPermissions.1.FromPort=0&IpPermissions.1.IpProtocol=-1&IpPermissions.1.IpRanges.1.CidrIp=0.0.0.0%2F0&IpPermissions.1.ToPort=0&Version=2016-11-15 | |
2018-03-29T14:58:53.891-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupEgress Details: | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 257 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:53 GMT | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <AuthorizeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>85dc3666-78cd-4899-b59d-e534838420c8</requestId> | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </AuthorizeSecurityGroupEgressResponse> | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] Waiting for Security Group (sg-9ffa35e1) to exist | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] Waiting for state to become: [exists] | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 70 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=68b34ca6bcf413e613e5fbf213312801d65fc79e673881f6ba36d49e5dceb14d | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215854Z | |
2018-03-29T14:58:54.316-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:54.317-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:54.317-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:54.317-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-9ffa35e1&Version=2016-11-15 | |
2018-03-29T14:58:54.317-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:54 GMT | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>54ea042e-df6e-487b-b3c3-971be22f3b24</requestId> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:58:54.614-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>Administrators can manage their machines</groupDescription> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>tcp</ipProtocol> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <fromPort>22</fromPort> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <toPort>22</toPort> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissions> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress/> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:58:54.615-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_security_group.admin: Creation complete after 3s (ID: sg-9ffa35e1)[0m[0m | |
2018/03/29 14:58:54 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 14:58:54 [TRACE] [walkApply] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:58:54 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:58:54 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:58:54 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:58:54 [TRACE] [walkApply] Entering eval tree: aws_instance.node | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:54 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:58:54 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:58:54 [DEBUG] apply: aws_instance.node: executing Apply | |
[0m[1maws_instance.node: Creating...[0m | |
ami: "" => "ami-9b5d97fb" | |
associate_public_ip_address: "" => "<computed>" | |
availability_zone: "" => "<computed>" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] Matching ^aws: with Name | |
ebs_block_device.#: "" => "<computed>" | |
ephemeral_block_device.#: "" => "<computed>" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] Run configuration: { | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: DisableApiTermination: false, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: EbsOptimized: false, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IamInstanceProfile: { | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Name: "" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ImageId: "ami-9b5d97fb", | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: InstanceType: "t2.micro", | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: KeyName: "default", | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MaxCount: 1, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MinCount: 1, | |
get_password_data: "" => "false" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Monitoring: { | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Enabled: false | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: NetworkInterfaces: [{ | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: DeviceIndex: 0, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Groups: ["sg-9ffa35e1"], | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: SubnetId: "subnet-85499cce" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }], | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Placement: { | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: AvailabilityZone: "", | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: TagSpecifications: [{ | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ResourceType: "instance", | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Tags: [{ | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Key: "Name", | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: "terraform-bug-tester" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }] | |
instance_state: "" => "<computed>" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }] | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] Waiting for state to become: [success] | |
instance_type: "" => "t2.micro" | |
ipv6_address_count: "" => "<computed>" | |
ipv6_addresses.#: "" => "<computed>" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:54 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details: | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 518 | |
key_name: "" => "default" | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=eab0037907259395e48d1ce59dc0f5e5c969e1c8a1c4274e22baf8300f12bb2a | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215854Z | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=RunInstances&DisableApiTermination=false&EbsOptimized=false&IamInstanceProfile.Name=&ImageId=ami-9b5d97fb&InstanceType=t2.micro&KeyName=default&MaxCount=1&MinCount=1&Monitoring.Enabled=false&NetworkInterface.1.DeviceIndex=0&NetworkInterface.1.SecurityGroupId.1=sg-9ffa35e1&NetworkInterface.1.SubnetId=subnet-85499cce&Placement.AvailabilityZone=&Placement.GroupName=&TagSpecification.1.ResourceType=instance&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=terraform-bug-tester&Version=2016-11-15 | |
2018-03-29T14:58:54.622-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
network_interface.#: "" => "<computed>" | |
network_interface_id: "" => "<computed>" | |
password_data: "" => "<computed>" | |
placement_group: "" => "<computed>" | |
primary_network_interface_id: "" => "<computed>" | |
private_dns: "" => "<computed>" | |
private_ip: "" => "<computed>" | |
public_dns: "" => "<computed>" | |
public_ip: "" => "<computed>" | |
root_block_device.#: "" => "<computed>" | |
security_groups.#: "" => "<computed>" | |
source_dest_check: "" => "true" | |
subnet_id: "" => "subnet-85499cce" | |
tags.%: "" => "1" | |
tags.Name: "" => "terraform-bug-tester" | |
tenancy: "" => "<computed>" | |
volume_tags.%: "" => "<computed>" | |
vpc_security_group_ids.#: "" => "1" | |
vpc_security_group_ids.3451097916: "" => "sg-9ffa35e1"[0m | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:55 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details: | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:58:55 GMT | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>b3a00df2-5a0b-44fe-9c2c-4943bb9f5ada</requestId> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0cb084accdba4e8a2</reservationId> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>0</code> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>pending</name> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName></dnsName> | |
2018-03-29T14:58:55.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason></reason> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:58:55.000Z</launchTime> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName></groupName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <stateReason> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>pending</code> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <message>pending</message> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </stateReason> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping/> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken></clientToken> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-4e19ac78</networkInterfaceId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description></description> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:34:d5:73:13:e4</macAddress> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-d4fed026</attachmentId> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:55.000Z</attachTime> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </RunInstancesResponse> | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:55 [INFO] Instance ID: i-0c3f8b1bc670c0992 | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:55 [DEBUG] Waiting for instance (i-0c3f8b1bc670c0992) to become running | |
2018-03-29T14:58:55.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:58:55 [DEBUG] Waiting for state to become: [running] | |
2018/03/29 14:58:57 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:58:57 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:58:57 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:58:57 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:58:57 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:02 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:02 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:02 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:02 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:02 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
[0m[1maws_instance.node: Still creating... (10s elapsed)[0m[0m | |
2018-03-29T14:59:05.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:05 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=286b184263a34fbbcca45e6db4f84105b95cc2180998234645692d269d1f65d9 | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215905Z | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:05.726-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:05 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:05 GMT | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:05.959-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:05 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>142661f6-c866-447f-91ae-9b87abf9efec</requestId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0cb084accdba4e8a2</reservationId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>0</code> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>pending</name> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:58:55.000Z</launchTime> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>35.161.168.39</ipAddress> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:05.960-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-4e19ac78</networkInterfaceId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:34:d5:73:13:e4</macAddress> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-d4fed026</attachmentId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:55.000Z</attachTime> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:59:05.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:05 [TRACE] Waiting 3s before next try | |
2018/03/29 14:59:07 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:07 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:07 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:07 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:07 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=4b64c95543877476af235b8ddd48ce4cf016404dbb89ef3ea3e8fff4ce9646d3 | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215908Z | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:08.961-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:08 GMT | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>52ce1ff4-ffc0-4ed6-8588-519660918169</requestId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0cb084accdba4e8a2</reservationId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>0</code> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>pending</name> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:58:55.000Z</launchTime> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>35.161.168.39</ipAddress> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:09.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-4e19ac78</networkInterfaceId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:34:d5:73:13:e4</macAddress> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-d4fed026</attachmentId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:55.000Z</attachTime> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:59:09.195-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:09 [TRACE] Waiting 6s before next try | |
2018/03/29 14:59:12 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:12 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:12 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:12 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:12 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (20s elapsed)[0m[0m | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2100bf0fb7c91b1282adc1c79c619cd1d47334bc3fd5f0a08d042fd3b8220d96 | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215915Z | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:15.194-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:14 GMT | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>c9882063-5cb0-4f0c-b5f6-2fc012805155</requestId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0cb084accdba4e8a2</reservationId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>16</code> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>running</name> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:58:55.000Z</launchTime> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>35.161.168.39</ipAddress> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:15.454-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-4e19ac78</networkInterfaceId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:34:d5:73:13:e4</macAddress> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-d4fed026</attachmentId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:55.000Z</attachTime> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2100bf0fb7c91b1282adc1c79c619cd1d47334bc3fd5f0a08d042fd3b8220d96 | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215915Z | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:15.455-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:15 GMT | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>ece25543-b2d4-4282-ae88-5610a4a4d38d</requestId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0cb084accdba4e8a2</reservationId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>16</code> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>running</name> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:58:55.000Z</launchTime> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>35.161.168.39</ipAddress> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-4e19ac78</networkInterfaceId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-85499cce</subnetId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:34:d5:73:13:e4</macAddress> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-9ffa35e1</groupId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-d4fed026</attachmentId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:55.000Z</attachTime> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.7.168</privateIpAddress> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-7-168.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>35.161.168.39</publicIp> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-35-161-168-39.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] Matching ^aws: with Name | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details: | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 115 | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=98a8d769566b441568bf4835258100789a60a6cdbcc0a2c977a7a509ccc84ee7 | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215915Z | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:15.705-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details: | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:15.945-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:14 GMT | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>a3d8a48d-5e85-4c5e-9c2b-0a1b3dc54c4e</requestId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.266Z</createTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sde</device> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>8</size> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId>snap-2d7b4ad6</snapshotId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.177Z</createTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sda1</device> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.337Z</createTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdf</device> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.409Z</createTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdg</device> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </volumeSet> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVolumesResponse> | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details: | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 220 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=36e5e588b0eecb1d3ce56251ba5a2feec4c5232e361981251056fe6048262969 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215915Z | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-07c0024eaf269deaf&Filter.1.Value.2=vol-0d6aa4ebbe2d0bdf6&Filter.1.Value.3=vol-0541cecf354a96fd4&Filter.1.Value.4=vol-0602a97263bd6fcff&Version=2016-11-15 | |
2018-03-29T14:59:15.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details: | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:15 GMT | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>833c1d3f-a6c1-48e8-8f39-3e2afc5499e7</requestId> | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:59:16.102-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeTagsResponse> | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 59 | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=12d8e5422e3f87e989a1f41b6f28c9b6f2d2d1233dc4ee89aa3510619baf2d40 | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215916Z | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-8992d0f0 | |
2018-03-29T14:59:16.103-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:16 GMT | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>ab9eabec-99b1-4f90-af7c-5fbf93263e7b</requestId> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-8992d0f0</vpcId> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-97a1b4fc</associationId> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:59:16.443-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcsResponse> | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] Setting Security Group IDs: []string{"sg-9ffa35e1"} | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details: | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 173 | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8ae7b92ff8f4f0ad643ae6e1dcb1bdd43d53b520390c6da914a4e6c49f5bc11c | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215916Z | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-0d6aa4ebbe2d0bdf6&VolumeId.2=vol-07c0024eaf269deaf&VolumeId.3=vol-0541cecf354a96fd4&VolumeId.4=vol-0602a97263bd6fcff | |
2018-03-29T14:59:16.444-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details: | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:15 GMT | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>273584c6-e3e2-4517-8303-62c3ed18aadc</requestId> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeSet> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.266Z</createTime> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07c0024eaf269deaf</volumeId> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sde</device> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>8</size> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId>snap-2d7b4ad6</snapshotId> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.177Z</createTime> | |
2018-03-29T14:59:16.636-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0d6aa4ebbe2d0bdf6</volumeId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sda1</device> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.337Z</createTime> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0541cecf354a96fd4</volumeId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdf</device> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:58:56.409Z</createTime> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0602a97263bd6fcff</volumeId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdg</device> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:58:56.000Z</attachTime> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </volumeSet> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVolumesResponse> | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 114 | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=cb37d0c5c47ab5ef4f1d1508742ec20f8408ca881925da6e2c03dd9f86084dec | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215916Z | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.637-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:16.638-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:16 GMT | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:16.829-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>3d7aeedc-dee9-4179-ae7b-8dc0c060b3eb</requestId> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <disableApiTermination> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>false</value> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </disableApiTermination> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstanceAttributeResponse> | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:16 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4 | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 101 | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIABCIXYZY51232OQXQ/20180329/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=528a36fe02358d7671a847e1911cc88b2ad19789e9473009c2692118d5302c12 | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T215916Z | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Security-Token: FQoDYXdzEMb//////////wEaDLhfBF2/LGKLR0/HhiL8AaLdV4B+ZpHHCObX+2/uN6GRIDfPe1iQ4fqLQHAylIwe1LA9zb7JAr7Nl+dfG0NHe1qVB133hb/HginqsPBhMIn6KeJCL5wT36bn6HfsbCb6ETC5UF7zitfhtD0cuNzy9m7OdmRlRlBnb4EzDBH+vGYRWe1JIse6boQwphMxu0Y4mqxH64bGMumd/9Q97ZHbP5wyjFWPEqjE7WPoCg4ZhR4/xvYoKHC8liY+vpeNUL/veyaneRZcaEszyI/iA0+fasUMHYoXq3FbHfb+oLodeMUGy/e5UfHqUhgta2z/zLraLIdQ/4trVCf3VY50rCf73q7eSXDYxYVSOsFj3SjMsPXVBQ== | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0c3f8b1bc670c0992&Version=2016-11-15 | |
2018-03-29T14:59:16.830-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:17.019-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:17 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:59:16 GMT | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:59:17 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>d96a07ba-baad-4e50-8ea8-f51d39592d36</requestId> | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0c3f8b1bc670c0992</instanceId> | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <userData/> | |
2018-03-29T14:59:17.020-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstanceAttributeResponse> | |
2018/03/29 14:59:17 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:59:17 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
[0m[1maws_instance.node: Provisioning with 'file'...[0m[0m | |
2018-03-29T14:59:17.024-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:17 connecting to TCP connection for SSH | |
2018/03/29 14:59:17 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:17 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:17 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:17 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:17 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:22 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:22 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:22 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:22 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:22 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
[0m[1maws_instance.node: Still creating... (30s elapsed)[0m[0m | |
2018/03/29 14:59:27 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:27 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:27 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:27 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:27 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:59:32.025-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:32 connection error: dial tcp 35.161.168.39:22: i/o timeout | |
2018-03-29T14:59:32.025-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:32 Retryable error: dial tcp 35.161.168.39:22: i/o timeout | |
2018/03/29 14:59:32 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:32 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:32 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:32 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:32 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (40s elapsed)[0m[0m | |
2018-03-29T14:59:35.026-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:35 connecting to TCP connection for SSH | |
2018/03/29 14:59:37 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:37 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:37 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:37 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:37 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:42 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:42 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:42 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:42 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:42 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (50s elapsed)[0m[0m | |
2018/03/29 14:59:47 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:47 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:47 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:47 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:47 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018-03-29T14:59:50.027-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:50 connection error: dial tcp 35.161.168.39:22: i/o timeout | |
2018-03-29T14:59:50.027-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:50 Retryable error: dial tcp 35.161.168.39:22: i/o timeout | |
2018/03/29 14:59:52 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:52 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:52 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:52 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:52 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:59:53.028-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:59:53 connecting to TCP connection for SSH | |
[0m[1maws_instance.node: Still creating... (1m0s elapsed)[0m[0m | |
2018/03/29 14:59:57 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:59:57 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 14:59:57 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:59:57 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:59:57 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:02 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:02 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:02 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:02 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 15:00:02 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018-03-29T15:00:04.186-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:04 connection error: dial tcp 35.161.168.39:22: getsockopt: connection refused | |
2018-03-29T15:00:04.186-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:04 Retryable error: dial tcp 35.161.168.39:22: getsockopt: connection refused | |
[0m[1maws_instance.node: Still creating... (1m10s elapsed)[0m[0m | |
2018/03/29 15:00:07 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:07 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:07 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 15:00:07 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:07 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018-03-29T15:00:07.186-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:07 connecting to TCP connection for SSH | |
2018-03-29T15:00:07.217-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:07 handshaking with SSH | |
2018-03-29T15:00:08.605-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:08 handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:08.605-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:08 Retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:11.605-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:11 connecting to TCP connection for SSH | |
2018-03-29T15:00:11.673-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:11 handshaking with SSH | |
2018/03/29 15:00:12 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:12 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:12 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 15:00:12 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:12 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018-03-29T15:00:12.849-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:12 handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:12.849-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:12 Retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
[0m[1maws_instance.node: Still creating... (1m20s elapsed)[0m[0m | |
2018-03-29T15:00:15.850-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:15 connecting to TCP connection for SSH | |
2018-03-29T15:00:15.904-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:15 handshaking with SSH | |
2018-03-29T15:00:17.074-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:17 handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:17.074-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:17 Retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018/03/29 15:00:17 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:17 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 15:00:17 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:17 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:17 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018-03-29T15:00:20.074-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:20 connecting to TCP connection for SSH | |
2018-03-29T15:00:20.134-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:20 handshaking with SSH | |
2018-03-29T15:00:20.915-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:20 handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:20.915-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:20 Retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018/03/29 15:00:22 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:22 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 15:00:22 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 15:00:22 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:22 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018-03-29T15:00:23.916-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:23 connecting to TCP connection for SSH | |
2018-03-29T15:00:23.946-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:23 handshaking with SSH | |
2018-03-29T15:00:24.475-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:24 handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:24.475-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:24 Retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
[0m[1maws_instance.node: Still creating... (1m30s elapsed)[0m[0m | |
2018/03/29 15:00:27 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:27 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:27 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 15:00:27 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:27 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018-03-29T15:00:27.476-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:27 connecting to TCP connection for SSH | |
2018-03-29T15:00:27.512-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:27 handshaking with SSH | |
2018-03-29T15:00:28.623-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:28 handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:28.623-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:28 Retryable error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018-03-29T15:00:31.624-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:31 connecting to TCP connection for SSH | |
2018-03-29T15:00:31.684-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:31 handshaking with SSH | |
2018/03/29 15:00:32 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:32 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018/03/29 15:00:32 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:32 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:32 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018-03-29T15:00:32.342-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:32 [DEBUG] Telling SSH config to forward to agent | |
2018-03-29T15:00:32.342-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:32 [DEBUG] Setting up a session to request agent forwarding | |
2018-03-29T15:00:32.342-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:32 opening new ssh session | |
[0m[1maws_instance.node: Still creating... (1m40s elapsed)[0m[0m | |
2018-03-29T15:00:36.275-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:36 [INFO] agent forwarding enabled | |
2018-03-29T15:00:36.275-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:36 opening new ssh session | |
2018-03-29T15:00:36.314-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:36 Starting remote scp process: scp -vt /tmp | |
2018-03-29T15:00:36.361-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:36 Started SCP session, beginning transfers... | |
2018-03-29T15:00:36.361-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:36 Copying input data into temporary file so we can read the length | |
2018-03-29T15:00:36.361-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:36 Beginning file upload... | |
2018/03/29 15:00:37 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 15:00:37 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:37 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 15:00:37 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 15:00:37 [TRACE] dag/walk: vertex "root", waiting for: "provisioner.file (close)" | |
2018-03-29T15:00:37.366-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:37 SCP session complete, closing stdin pipe. | |
2018-03-29T15:00:37.366-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:37 Waiting for SSH session to complete. | |
2018-03-29T15:00:37.424-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:37 scp stderr (length 26): Sink: C0644 0 os-setup.sh | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_instance.node: Creation complete after 1m42s (ID: i-0c3f8b1bc670c0992)[0m[0m | |
2018/03/29 15:00:37 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
2018/03/29 15:00:37 [TRACE] [walkApply] Exiting eval tree: aws_instance.node | |
2018/03/29 15:00:37 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 15:00:37 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 15:00:37 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 15:00:37 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 15:00:37 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 15:00:37 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 15:00:37 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 15:00:37 [TRACE] [walkApply] Entering eval tree: provisioner.file (close) | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 15:00:37 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 15:00:37 [TRACE] [walkApply] Exiting eval tree: provisioner.file (close) | |
2018/03/29 15:00:37 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 15:00:37 [TRACE] [walkApply] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 15:00:37 [TRACE] [walkApply] Entering eval tree: provider.aws (close) | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 15:00:37 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 15:00:37 [TRACE] [walkApply] Exiting eval tree: provider.aws (close) | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 15:00:37 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 15:00:37 [TRACE] [walkApply] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 15:00:37 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 15:00:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 15:00:37 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 15:00:37 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 15:00:37 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_instance.node.0", replace "aws_instance.node" | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_vpc.default.0", replace "aws_vpc.default" | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_internet_gateway.default.0", replace "aws_internet_gateway.default" | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_subnet.public.0", replace "aws_subnet.public" | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_subnet.private.0", replace "aws_subnet.private" | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_route.internet_access.0", replace "aws_route.internet_access" | |
2018/03/29 15:00:37 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_security_group.admin.0", replace "aws_security_group.admin" | |
2018/03/29 15:00:37 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 15:00:37 [TRACE] dag/walk: walking "root" | |
2018/03/29 15:00:37 [TRACE] vertex 'root.root': walking | |
2018/03/29 15:00:37 [TRACE] Preserving existing state lineage "d7ea8e18-a0a4-4650-8426-8579da088010" | |
[0m[1m[32m | |
Apply complete! Resources: 7 added, 0 changed, 0 destroyed.[0m | |
[0m[1m[32m | |
2018/03/29 15:00:37 [DEBUG] plugin: waiting for all plugin processes to complete... | |
Outputs: | |
GPU Private Public IP Address = [ | |
35.161.168.39 | |
][0m | |
2018-03-29T15:00:37.429-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:37 [ERR] plugin: stream copy 'stderr' error: stream closed | |
2018-03-29T15:00:37.429-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 15:00:37 [DEBUG] plugin: waiting for all plugin processes to complete... | |
2018-03-29T15:00:37.431-0700 [DEBUG] plugin: plugin process exited: path=/usr/local/Cellar/terraform/0.11.3/bin/terraform | |
2018-03-29T15:00:37.432-0700 [DEBUG] plugin: plugin process exited: path=/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment