Created
March 29, 2018 21:32
-
-
Save bernadinm/082a034e324f9adcbb52f4753fcf4fdf to your computer and use it in GitHub Desktop.
Debug Output for Terraform Bug Regression
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:27:28 [INFO] Terraform version: 0.11.5 | |
2018/03/29 14:27:28 [INFO] Go runtime version: go1.10 | |
2018/03/29 14:27:28 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.5/bin/terraform", "apply", "-var-file", "desired_cluster_profile.tfvars.example", "--auto-approve"} | |
2018/03/29 14:27:28 [DEBUG] Attempting to open CLI config file: /Users/mbernadin/.terraformrc | |
2018/03/29 14:27:28 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/03/29 14:27:28 [INFO] CLI command args: []string{"apply", "-var-file", "desired_cluster_profile.tfvars.example", "--auto-approve"} | |
2018/03/29 14:27:28 [INFO] command: empty terraform config, returning nil | |
2018/03/29 14:27:28 [DEBUG] command: no data state file found for backend config | |
2018/03/29 14:27:28 [DEBUG] New state was assigned lineage "699b4df2-eed8-3474-6c40-9c98ee5843cc" | |
2018/03/29 14:27:28 [INFO] command: backend initialized: <nil> | |
2018/03/29 14:27:28 [DEBUG] checking for provider in "." | |
2018/03/29 14:27:28 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.5/bin" | |
2018/03/29 14:27:28 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2018/03/29 14:27:28 [DEBUG] found provider "terraform-provider-aws_v1.13.0_x4" | |
2018/03/29 14:27:28 [DEBUG] found provider "terraform-provider-external_v1.0.0_x4" | |
2018/03/29 14:27:28 [DEBUG] found provider "terraform-provider-null_v1.0.0_x4" | |
2018/03/29 14:27:28 [DEBUG] found provider "terraform-provider-template_v1.0.0_x4" | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] checking for provisioner in "." | |
2018/03/29 14:27:28 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.5/bin" | |
2018/03/29 14:27:28 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2018/03/29 14:27:28 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2018/03/29 14:27:28 [INFO] backend/local: starting Apply operation | |
2018/03/29 14:27:28 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:28 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:28 [INFO] terraform: building graph: GraphTypeInput | |
2018/03/29 14:27:28 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc420472d90), RawConfig:(*config.RawConfig)(0xc420472d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472e70), RawConfig:(*config.RawConfig)(0xc420472e00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472f50), RawConfig:(*config.RawConfig)(0xc420472ee0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4204730a0), RawConfig:(*config.RawConfig)(0xc420472fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc4204732d0), RawConfig:(*config.RawConfig)(0xc420473110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4204398c0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc420472bd0), RawConfig:(*config.RawConfig)(0xc420472b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc420472cb0), RawConfig:(*config.RawConfig)(0xc420472c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [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:27:28 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:27:28 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420472a10)} | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:27:28 [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:27:28 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] Starting graph walk: walkInput | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkInput] Entering eval tree: provider.aws | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018-03-29T14:27:28.471-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:27:28.484-0700 [DEBUG] plugin: waiting for RPC address: path=/tmp/trytorepo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4 | |
2018-03-29T14:27:28.494-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: plugin address: timestamp=2018-03-29T14:27:28.494-0700 address=/var/folders/9q/6tlm703d78vfwsqnfr06qyl40000gp/T/plugin708036001 network=unix | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInputProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] [walkInput] Exiting eval tree: provider.aws | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkInput] Entering eval tree: provider.aws (close) | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkInput] Exiting eval tree: provider.aws (close) | |
2018/03/29 14:27:28 [TRACE] [walkInput] Entering eval tree: provisioner.file (close) | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 14:27:28 [TRACE] [walkInput] Exiting eval tree: provisioner.file (close) | |
2018/03/29 14:27:28 [TRACE] [walkInput] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] [walkInput] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 14:27:28 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:27:28 [INFO] terraform: building graph: GraphTypeValidate | |
2018/03/29 14:27:28 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc420472bd0), RawConfig:(*config.RawConfig)(0xc420472b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc420472cb0), RawConfig:(*config.RawConfig)(0xc420472c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc420472d90), RawConfig:(*config.RawConfig)(0xc420472d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472e70), RawConfig:(*config.RawConfig)(0xc420472e00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472f50), RawConfig:(*config.RawConfig)(0xc420472ee0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4204730a0), RawConfig:(*config.RawConfig)(0xc420472fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc4204732d0), RawConfig:(*config.RawConfig)(0xc420473110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4204398c0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [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:27:28 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:27:28 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420472a10)} | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "provisioner.file" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] Starting graph walk: walkValidate | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provisioner.file" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "provisioner.file" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provisioner.file" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provisioner.file': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provisioner.file': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: provisioner.file | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInitProvisioner | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018-03-29T14:27:28.505-0700 [DEBUG] plugin: starting plugin: path=/usr/local/Cellar/terraform/0.11.5/bin/terraform args="[/usr/local/Cellar/terraform/0.11.5/bin/terraform internal-plugin provisioner file]" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: provider.aws | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018-03-29T14:27:28.508-0700 [DEBUG] plugin: waiting for RPC address: path=/usr/local/Cellar/terraform/0.11.5/bin/terraform | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateProvider | |
2018-03-29T14:27:28.520-0700 [DEBUG] plugin.terraform: 2018/03/29 14:27:28 [INFO] Terraform version: 0.11.5 | |
2018-03-29T14:27:28.520-0700 [DEBUG] plugin.terraform: 2018/03/29 14:27:28 [INFO] Go runtime version: go1.10 | |
2018-03-29T14:27:28.520-0700 [DEBUG] plugin.terraform: 2018/03/29 14:27:28 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.5/bin/terraform", "internal-plugin", "provisioner", "file"} | |
2018-03-29T14:27:28.520-0700 [DEBUG] plugin.terraform: 2018/03/29 14:27:28 [DEBUG] Attempting to open CLI config file: /Users/mbernadin/.terraformrc | |
2018-03-29T14:27:28.520-0700 [DEBUG] plugin.terraform: 2018/03/29 14:27:28 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018-03-29T14:27:28.521-0700 [DEBUG] plugin.terraform: 2018/03/29 14:27:28 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "file"} | |
2018-03-29T14:27:28.521-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:27:28 [INFO] Starting provisioner plugin file | |
2018-03-29T14:27:28.521-0700 [DEBUG] plugin.terraform: plugin address: timestamp=2018-03-29T14:27:28.521-0700 address=/var/folders/9q/6tlm703d78vfwsqnfr06qyl40000gp/T/plugin182253276 network=unix | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: provisioner.file | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: provider.aws | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_vpc.default': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_vpc.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.public': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.public - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.private': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_security_group.admin': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_internet_gateway.default': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.private - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [] | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_internet_gateway.default - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_security_group.admin - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_route.internet_access': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route.internet_access - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateCount | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_instance.node': expanding/walking dynamic subgraph | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodeValidatableResourceInstance | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvisioner | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalValidateProvisioner | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: provisioner.file (close) | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: provisioner.file (close) | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: provider.aws (close) | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close) | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 14:27:28 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:27:28 [INFO] backend/local: apply calling Refresh | |
2018/03/29 14:27:28 [INFO] terraform: building graph: GraphTypeRefresh | |
2018/03/29 14:27:28 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2018/03/29 14:27:28 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.ConfigTransformer: | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:27:28 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
2018/03/29 14:27:28 [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:27:28 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:27:28 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420472a10)} | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] pruning unused provider provider.aws | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] Starting graph walk: walkRefresh | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkRefresh] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:27:28 [TRACE] [walkRefresh] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:27:28 [INFO] backend/local: apply calling Plan | |
2018/03/29 14:27:28 [INFO] terraform: building graph: GraphTypePlan | |
2018/03/29 14:27:28 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc420472bd0), RawConfig:(*config.RawConfig)(0xc420472b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc420472cb0), RawConfig:(*config.RawConfig)(0xc420472c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc420472d90), RawConfig:(*config.RawConfig)(0xc420472d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472e70), RawConfig:(*config.RawConfig)(0xc420472e00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472f50), RawConfig:(*config.RawConfig)(0xc420472ee0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4204730a0), RawConfig:(*config.RawConfig)(0xc420472fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:27:28 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc4204732d0), RawConfig:(*config.RawConfig)(0xc420473110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4204398c0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:28 [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:27:28 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:27:28 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:28 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:27:28 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420472a10)} | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:27:28 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [aws_internet_gateway.default aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr] | |
2018/03/29 14:27:28 [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:27:28 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:27:28 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [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:27:28 [DEBUG] Starting graph walk: walkPlan | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:27:28 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:27:28 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:27:28 [TRACE] [walkPlan] Entering eval tree: provider.aws | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:28 [TRACE] root: eval: *terraform.EvalConfigProvider | |
2018-03-29T14:27:28.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:28 [INFO] No assume_role block read from configuration | |
2018-03-29T14:27:28.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:28 [INFO] Building AWS region structure | |
2018-03-29T14:27:28.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:28 [INFO] Building AWS auth structure | |
2018-03-29T14:27:28.549-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:28 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-03-29T14:27:29.300-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-03-29T14:27:29.301-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-03-29T14:27:29.301-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [INFO] Initializing DeviceFarm SDK connection | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:27:29.302-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:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:27:29.302-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=fd5b5b01ab819ddc4c75035f3c4f95b89a43dde63d873ea0c7491899810a81d4 | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212729Z | |
2018-03-29T14:27:29.302-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:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:27:29.302-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:29 GMT | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: fc19fddc-3397-11e8-be19-b18419f9c3c7 | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:27:29.767-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:27:29.768-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:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>fc19fddc-3397-11e8-be19-b18419f9c3c7</RequestId> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:29 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: iam.amazonaws.com | |
2018-03-29T14:27:29.768-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:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 33 | |
2018-03-29T14:27:29.768-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=2858e83a4415b10800a796ff29385d9c68cd646bae46bf0465d49daf4c7e6b8c | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212729Z | |
2018-03-29T14:27:29.768-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:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-03-29T14:27:29.768-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 307 | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:29 GMT | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: fc4af89f-3397-11e8-a312-77b9b68e2815 | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Error> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Type>Sender</Type> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Code>ValidationError</Code> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Message>Must specify userName when calling with non-User credentials</Message> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </Error> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>fc4af89f-3397-11e8-a312-77b9b68e2815</RequestId> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ErrorResponse> | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [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:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: fc4af89f-3397-11e8-a312-77b9b68e2815 | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] Getting account ID via iam:GetUser failed: ValidationError: Must specify userName when calling with non-User credentials | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: fc4af89f-3397-11e8-a312-77b9b68e2815 | |
2018-03-29T14:27:30.095-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] Trying to get account ID via sts:GetCallerIdentity | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:27:30.096-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:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:27:30.096-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=4c461f7ec79dde06bb086949c0a757e3bc573f85763db9bd4440101922ecf272 | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212730Z | |
2018-03-29T14:27:30.096-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:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:27:30.096-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:30.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:27:30.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:30.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:30.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:30 GMT | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: fc7da139-3397-11e8-8de3-a9986117e757 | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:27:30.427-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:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>fc7da139-3397-11e8-8de3-a9986117e757</RequestId> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:30.427-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:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 87 | |
2018-03-29T14:27:30.427-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=e9338e8935bfed6ef32d5353974187c7d179c672c13ca8cd9641991d3bb7351b | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212730Z | |
2018-03-29T14:27:30.427-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:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-03-29T14:27:30.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:30 GMT | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>015f6356-253b-4ec7-bef1-55fc07badb2f</requestId> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <accountAttributeSet> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValueSet> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValue>VPC</attributeValue> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attributeValueSet> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </accountAttributeSet> | |
2018-03-29T14:27:30.704-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeAccountAttributesResponse> | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: provider.aws | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_vpc.default | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_vpc.default': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_vpc.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_vpc.default | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_subnet.private | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_subnet.public | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.private': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.private - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.public': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_security_group.admin': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_internet_gateway.default': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_subnet.private | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_security_group.admin - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.public - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_internet_gateway.default - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_subnet.public | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.private | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_subnet.public | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_route.internet_access': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_route.internet_access" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route.internet_access - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_route.internet_access | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_instance.node | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountCheckComputed | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_instance.node | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_instance.node': expanding/walking dynamic subgraph | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] OrphanResourceCount: Starting... | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_instance.node" references: [] | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_instance.node - *terraform.NodePlannableResourceInstance | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: aws_instance.node | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: aws_instance.node | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "provider.aws (close)" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provider.aws (close)': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "output.GPU Private Public IP Address" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.output.GPU Private Public IP Address': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "provisioner.file (close)" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provisioner.file (close)': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provider.aws (close)': evaluating | |
2018/03/29 14:27:30 [TRACE] vertex 'root.output.GPU Private Public IP Address': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalWriteOutput | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provisioner.file (close)': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: provisioner.file (close) | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCloseProvisioner | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: provisioner.file (close) | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: provider.aws (close) | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCloseProvider | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close) | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: output.GPU Private Public IP Address | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2018/03/29 14:27:30 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup) | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "root" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.root': walking | |
2018/03/29 14:27:30 [INFO] terraform: building graph: GraphTypeApply | |
2018/03/29 14:27:30 [TRACE] DiffTransformer: starting | |
2018/03/29 14:27:30 [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:27:30 [TRACE] DiffTransformer: Resource "aws_instance.node": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"public_dns":*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}, "network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ephemeral_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "placement_group":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "key_name":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, 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}, "private_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "password_data":*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}, "vpc_security_group_ids.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, 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}, "public_ip":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface.#":*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}, "get_password_data":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.Name":*terraform.ResourceAttrDiff{Old:"", New:"terraform-bug-tester", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "root_block_device.#":*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}, "ipv6_address_count":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "volume_tags.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, 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}, "ebs_block_device.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, 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}, "availability_zone":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, 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}, "ami":*terraform.ResourceAttrDiff{Old:"", New:"ami-9b5d97fb", NewComputed:false, 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}, "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:27:30 [TRACE] DiffTransformer: Resource "aws_vpc.default": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"assign_generated_ipv6_cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, 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}, "enable_classiclink":*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}, "enable_dns_support":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, 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}, "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_security_group_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, 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}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "ipv6_association_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}, "enable_classiclink_dns_support":*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}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:27:30 [TRACE] DiffTransformer: Resource "aws_subnet.private": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"10.0.4.0/22", NewComputed:false, 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}, "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}, "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}, "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:27:30 [TRACE] DiffTransformer: Resource "aws_internet_gateway.default": *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}, "vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_vpc.default.id}", 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:27:30 [TRACE] DiffTransformer: Resource "aws_subnet.public": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"cidr_block":*terraform.ResourceAttrDiff{Old:"", New:"10.0.0.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}, "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}, "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}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:27:30 [TRACE] DiffTransformer: Resource "aws_route.internet_access": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"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}, "gateway_id":*terraform.ResourceAttrDiff{Old:"", New:"${aws_internet_gateway.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}, "egress_only_gateway_id":*terraform.ResourceAttrDiff{Old:"", New:"", 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}, "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}, "instance_owner_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "nat_gateway_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface_id":*terraform.ResourceAttrDiff{Old:"", New:"", 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}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/03/29 14:27:30 [TRACE] DiffTransformer: Resource "aws_security_group.admin": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"description":*terraform.ResourceAttrDiff{Old:"", New:"Administrators can manage their machines", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, 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}, "ingress.2541437006.self":*terraform.ResourceAttrDiff{Old:"", New:"false", 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}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "owner_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, 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}, "ingress.2541437006.ipv6_cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"0", 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}, "egress.482069346.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"1", 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}, "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.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"1", 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.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, 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}, "revoke_rules_on_delete":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), 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}, "egress.482069346.self":*terraform.ResourceAttrDiff{Old:"", New:"false", 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}, "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}, "egress.482069346.security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"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}, "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.description":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ingress.2541437006.description":*terraform.ResourceAttrDiff{Old:"", New:"", 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:27:30 [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:27:30 [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:27:30 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_instance.node | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"node", Type:"aws_instance", RawCount:(*config.RawConfig)(0xc4204732d0), RawConfig:(*config.RawConfig)(0xc420473110), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4204398c0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_vpc.default | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_vpc", RawCount:(*config.RawConfig)(0xc420472bd0), RawConfig:(*config.RawConfig)(0xc420472b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.private | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"private", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472f50), RawConfig:(*config.RawConfig)(0xc420472ee0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_internet_gateway.default | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"default", Type:"aws_internet_gateway", RawCount:(*config.RawConfig)(0xc420472cb0), RawConfig:(*config.RawConfig)(0xc420472c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_subnet.public | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"public", Type:"aws_subnet", RawCount:(*config.RawConfig)(0xc420472e70), RawConfig:(*config.RawConfig)(0xc420472e00), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_route.internet_access | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"internet_access", Type:"aws_route", RawCount:(*config.RawConfig)(0xc420472d90), RawConfig:(*config.RawConfig)(0xc420472d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_security_group.admin | |
2018/03/29 14:27:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"admin", Type:"aws_security_group", RawCount:(*config.RawConfig)(0xc4204730a0), RawConfig:(*config.RawConfig)(0xc420472fc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/03/29 14:27:30 [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:27:30 [DEBUG] Resource state not found for "aws_internet_gateway.default": aws_internet_gateway.default | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_subnet.public": aws_subnet.public | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_route.internet_access": aws_route.internet_access | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_security_group.admin": aws_security_group.admin | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_instance.node": aws_instance.node | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_vpc.default": aws_vpc.default | |
2018/03/29 14:27:30 [DEBUG] Resource state not found for "aws_subnet.private": aws_subnet.private | |
2018/03/29 14:27:30 [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:27:30 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/03/29 14:27:30 [TRACE] Attach provider request: []string{} aws | |
2018/03/29 14:27:30 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420472a10)} | |
2018/03/29 14:27:30 [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:27:30 [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:27:30 [DEBUG] resource aws_security_group.admin using provider provider.aws | |
2018/03/29 14:27:30 [DEBUG] resource aws_instance.node using provider provider.aws | |
2018/03/29 14:27:30 [DEBUG] resource aws_vpc.default using provider provider.aws | |
2018/03/29 14:27:30 [DEBUG] resource aws_subnet.private using provider provider.aws | |
2018/03/29 14:27:30 [DEBUG] resource aws_internet_gateway.default using provider provider.aws | |
2018/03/29 14:27:30 [DEBUG] resource aws_subnet.public using provider provider.aws | |
2018/03/29 14:27:30 [DEBUG] resource aws_route.internet_access using provider provider.aws | |
2018/03/29 14:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation... | |
2018/03/29 14:27:30 [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:27:30 [TRACE] CBDEdgeTransformer: Beginning CBD transformation... | |
2018/03/29 14:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [DEBUG] ReferenceTransformer: "var.aws_profile" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "output.GPU Private Public IP Address" references: [aws_instance.node] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_subnet.public" references: [aws_vpc.default aws_vpc.default] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_profile var.aws_region] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "var.ssh_key_name" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "var.num_of_gpu_agents" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "var.aws_gpu_agent_instance_type" references: [] | |
2018/03/29 14:27:30 [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:27:30 [DEBUG] ReferenceTransformer: "aws_internet_gateway.default" references: [aws_vpc.default aws_vpc.default] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_security_group.admin" references: [aws_vpc.default var.admin_cidr aws_vpc.default] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "var.aws_gpu_ami" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_vpc.default" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "aws_subnet.private" references: [aws_vpc.default aws_vpc.default] | |
2018/03/29 14:27:30 [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:27:30 [DEBUG] ReferenceTransformer: "provisioner.file" references: [] | |
2018/03/29 14:27:30 [DEBUG] ReferenceTransformer: "var.admin_cidr" references: [] | |
2018/03/29 14:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [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:27:30 [DEBUG] Starting graph walk: walkApply | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.aws_region" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_internet_gateway.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_subnet.private" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_route.internet_access" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_subnet.public" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.aws_gpu_ami" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "provisioner.file (close)" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "root" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "provisioner.file" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.admin_cidr" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.aws_profile" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.ssh_key_name" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "var.num_of_gpu_agents" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_security_group.admin" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added new vertex: "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_subnet.private" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_profile" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "aws_security_group.admin" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_internet_gateway.default" waiting on "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_subnet.private" waiting on "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.aws_gpu_ami" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_route.internet_access" waiting on "aws_internet_gateway.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.ssh_key_name" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "var.num_of_gpu_agents" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_region" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_vpc.default" waiting on "provider.aws" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.GPU Private Public IP Address" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.file (close)" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_subnet.public" waiting on "aws_vpc.default" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_instance.node" waiting on "provisioner.file" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "provisioner.file (close)" waiting on "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "output.GPU Private Public IP Address" waiting on "aws_instance.node" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_route.internet_access" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "aws_security_group.admin" waiting on "var.admin_cidr" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_subnet.public" | |
2018/03/29 14:27:30 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_vpc.default", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "provisioner.file (close)", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_internet_gateway.default", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_subnet.private", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_route.internet_access", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_security_group.admin", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_subnet.public", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "aws_instance.node", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: dependencies changed for "output.GPU Private Public IP Address", sending new deps | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.aws_gpu_agent_instance_type" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.aws_gpu_agent_instance_type': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.num_of_gpu_agents" | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.admin_cidr" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.admin_cidr': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.ssh_key_name" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.ssh_key_name': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.aws_profile" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.aws_profile': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.aws_gpu_ami" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.aws_gpu_ami': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.num_of_gpu_agents': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "var.aws_region" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.var.aws_region': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "provisioner.file" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provisioner.file': walking | |
2018/03/29 14:27:30 [TRACE] dag/walk: walking "provider.aws" | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provider.aws': walking | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provisioner.file': evaluating | |
2018/03/29 14:27:30 [TRACE] vertex 'root.provider.aws': evaluating | |
2018/03/29 14:27:30 [TRACE] [walkApply] Entering eval tree: provisioner.file | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInitProvisioner | |
2018/03/29 14:27:30 [TRACE] [walkApply] Entering eval tree: provider.aws | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInitProvider | |
2018/03/29 14:27:30 [TRACE] [walkApply] Exiting eval tree: provisioner.file | |
2018/03/29 14:27:30 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:30 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalInterpolateProvider | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalBuildProviderConfig | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalOpFilter | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:30 [TRACE] root: eval: *terraform.EvalConfigProvider | |
2018-03-29T14:27:30.723-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [INFO] No assume_role block read from configuration | |
2018-03-29T14:27:30.723-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [INFO] Building AWS region structure | |
2018-03-29T14:27:30.723-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [INFO] Building AWS auth structure | |
2018-03-29T14:27:30.723-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:30 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-03-29T14:27:31.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-03-29T14:27:31.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-03-29T14:27:31.445-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [INFO] Initializing DeviceFarm SDK connection | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:27:31.446-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:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:27:31.446-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=56510f14b188400ffe5d5348b021f4ea7b2c71f9b0eb39f4f0272505121f4806 | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212731Z | |
2018-03-29T14:27:31.446-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:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:27:31.446-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:30 GMT | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: fd4cb17f-3397-11e8-a966-d50f289238d8 | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:27:31.774-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:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>fd4cb17f-3397-11e8-a966-d50f289238d8</RequestId> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:27:31.774-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:31 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: iam.amazonaws.com | |
2018-03-29T14:27:31.775-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:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 33 | |
2018-03-29T14:27:31.775-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=e43573d74d7d6bd37a1aaa16ac9a0aae243a830bb660408cc6c39e8ee1aa99de | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212731Z | |
2018-03-29T14:27:31.775-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:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-03-29T14:27:31.775-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 307 | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:31 GMT | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: fd7c9a5e-3397-11e8-8156-8d9256d58956 | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Error> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Type>Sender</Type> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Code>ValidationError</Code> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Message>Must specify userName when calling with non-User credentials</Message> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </Error> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>fd7c9a5e-3397-11e8-8156-8d9256d58956</RequestId> | |
2018-03-29T14:27:32.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ErrorResponse> | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [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:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: fd7c9a5e-3397-11e8-8156-8d9256d58956 | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] Getting account ID via iam:GetUser failed: ValidationError: Must specify userName when calling with non-User credentials | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: fd7c9a5e-3397-11e8-8156-8d9256d58956 | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] Trying to get account ID via sts:GetCallerIdentity | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com | |
2018-03-29T14:27:32.105-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:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43 | |
2018-03-29T14:27:32.105-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=2c91ecc4bbe03c4385e167d6e23a96cc945198b3c9de1219a4addc25de76ddb1 | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212732Z | |
2018-03-29T14:27:32.105-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:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-03-29T14:27:32.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 475 | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:31 GMT | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: fdaea739-3397-11e8-8f9e-c9cf05d7e6a0 | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult> | |
2018-03-29T14:27:32.426-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:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>AROAIBJRUDNHJ27XNJICK:[email protected]</UserId> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>273854932432</Account> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>fdaea739-3397-11e8-8f9e-c9cf05d7e6a0</RequestId> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata> | |
2018-03-29T14:27:32.426-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse> | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:32.427-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:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 87 | |
2018-03-29T14:27:32.427-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=c81e1e7b15c1a8e6258f7006bdc2c5671df06f27e1c49f5d05c97a749f34e0cd | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212732Z | |
2018-03-29T14:27:32.427-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:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-03-29T14:27:32.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:32 GMT | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>5f4dc39c-a996-4396-9df7-88ca3d71db65</requestId> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <accountAttributeSet> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValueSet> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValue>VPC</attributeValue> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attributeValueSet> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </accountAttributeSet> | |
2018-03-29T14:27:32.587-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeAccountAttributesResponse> | |
2018/03/29 14:27:32 [TRACE] [walkApply] Exiting eval tree: provider.aws | |
2018/03/29 14:27:32 [TRACE] dag/walk: walking "aws_vpc.default" | |
2018/03/29 14:27:32 [TRACE] vertex 'root.aws_vpc.default': walking | |
2018/03/29 14:27:32 [TRACE] vertex 'root.aws_vpc.default': evaluating | |
2018/03/29 14:27:32 [TRACE] [walkApply] Entering eval tree: aws_vpc.default | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:32 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:27:32 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:27:32 [DEBUG] apply: aws_vpc.default: executing Apply | |
[0m[1maws_vpc.default: Creating...[0m | |
assign_generated_ipv6_cidr_block: "" => "false" | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] VPC create config: { | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: AmazonProvidedIpv6CidrBlock: false, | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: CidrBlock: "10.0.0.0/16", | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: InstanceTenancy: "default" | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
cidr_block: "" => "10.0.0.0/16" | |
default_network_acl_id: "" => "<computed>" | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateVpc Details: | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
default_route_table_id: "" => "<computed>" | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:32.593-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:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 117 | |
2018-03-29T14:27:32.593-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=85779c506f517d4a6a7170de2bc6ba442c1f0baedca33291061df326a18bb81a | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212732Z | |
2018-03-29T14:27:32.593-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:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:32.593-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:27:32.593-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
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>" | |
ipv6_association_id: "" => "<computed>" | |
ipv6_cidr_block: "" => "<computed>" | |
main_route_table_id: "" => "<computed>"[0m | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "aws_subnet.public", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "aws_internet_gateway.default", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "aws_instance.node", waiting for: "aws_security_group.admin" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "aws_subnet.public" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "aws_route.internet_access", waiting for: "aws_internet_gateway.default" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "aws_subnet.private", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "aws_security_group.admin", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:27:35 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:37 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateVpc Details: | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 865 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:37 GMT | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:37 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateVpcResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>5637953c-e495-4517-bd7b-e57ce2bfc1c9</requestId> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpc> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>pending</state> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-60b2a70b</associationId> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpc> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateVpcResponse> | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:37 [INFO] VPC ID: vpc-9885c7e1 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:37 [DEBUG] Waiting for VPC (vpc-9885c7e1) to become available | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:37 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:37 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:37.860-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:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 59 | |
2018-03-29T14:27:37.860-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=a6a8c7ea30bcde40a59ca81dc771aba4b979bacf184431f49301cc3ec2a8dfc2 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212737Z | |
2018-03-29T14:27:37.860-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:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-9885c7e1 | |
2018-03-29T14:27:37.860-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:38 GMT | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:38.160-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>81783ede-efc7-436a-b71d-9221462f15d2</requestId> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-60b2a70b</associationId> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcsResponse> | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [INFO] Modifying enable_dns_hostnames vpc attribute for vpc-9885c7e1: { | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: EnableDnsHostnames: { | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-9885c7e1" | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:38.161-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:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 93 | |
2018-03-29T14:27:38.161-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=95bc733c2afb3bbf6f2d97e21e00fb981514b55f213291e88e1a7e5d931ab674 | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212738Z | |
2018-03-29T14:27:38.161-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:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifyVpcAttribute&EnableDnsHostnames.Value=true&Version=2016-11-15&VpcId=vpc-9885c7e1 | |
2018-03-29T14:27:38.161-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:37 GMT | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifyVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2c6a936b-31db-4499-8287-bac633f74ade</requestId> | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifyVpcAttributeResponse> | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [INFO] Modifying enable_dns_support vpc attribute for vpc-9885c7e1: { | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: EnableDnsSupport: { | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-9885c7e1" | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:38.351-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:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 91 | |
2018-03-29T14:27:38.351-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=a427ef10560254d79f4e71ba803f005a608e3435cb4943844f52b9798d5bfb8e | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212738Z | |
2018-03-29T14:27:38.351-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:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.351-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifyVpcAttribute&EnableDnsSupport.Value=true&Version=2016-11-15&VpcId=vpc-9885c7e1 | |
2018-03-29T14:27:38.352-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcAttribute Details: | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:38 GMT | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifyVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>97dc0bd8-e857-41fd-bca6-a0e6e190913e</requestId> | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifyVpcAttributeResponse> | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:38.653-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:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 59 | |
2018-03-29T14:27:38.653-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=db987d51d58a5784c731f29642a732193342880d2f3acb9ebe6320ea2eb30165 | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212738Z | |
2018-03-29T14:27:38.653-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:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-9885c7e1 | |
2018-03-29T14:27:38.653-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:38 GMT | |
2018-03-29T14:27:38.973-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2a35a1b1-d4fd-435b-ad8d-b088746a8d3c</requestId> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-60b2a70b</associationId> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcsResponse> | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:38 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:38.974-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:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 92 | |
2018-03-29T14:27:38.974-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=f600d37358ce2bd69de1abbbbb9d3ad482bc50817d53d5c292a197e6d53efa96 | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212738Z | |
2018-03-29T14:27:38.974-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:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2016-11-15&VpcId=vpc-9885c7e1 | |
2018-03-29T14:27:38.974-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:38 GMT | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>bb88dc7e-af12-4991-a772-3fcf77225fb0</requestId> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <enableDnsSupport> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>true</value> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </enableDnsSupport> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcAttributeResponse> | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:39.247-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:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 94 | |
2018-03-29T14:27:39.247-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=cefd1ea40b1d01614d30e2b36274b8e1d84d81e168ca2bd4ad898628e725d1e2 | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212739Z | |
2018-03-29T14:27:39.247-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:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2016-11-15&VpcId=vpc-9885c7e1 | |
2018-03-29T14:27:39.247-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details: | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:39 GMT | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>a0ada48e-0cff-48dc-87a6-875d2a46434a</requestId> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <enableDnsHostnames> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>true</value> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </enableDnsHostnames> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcAttributeResponse> | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details: | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:39.388-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:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 69 | |
2018-03-29T14:27:39.388-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=1e5c59bbda0a63f448e1d990be5dd5e5bd696946b4bc22448161fc1e5c2dbf26 | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212739Z | |
2018-03-29T14:27:39.388-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:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcClassicLink&Version=2016-11-15&VpcId.1=vpc-9885c7e1 | |
2018-03-29T14:27:39.388-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details: | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:39 GMT | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>ac25ac44-8e1a-457d-8a4f-91abf12a5681</requestId> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <classicLinkEnabled>false</classicLinkEnabled> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcClassicLinkResponse> | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLinkDnsSupport Details: | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:39.551-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:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 80 | |
2018-03-29T14:27:39.551-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=65ed77fbbc90e6e584b514cda52582c35091b6b1a319ab64c2e15f04fe62a8ca | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212739Z | |
2018-03-29T14:27:39.551-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:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcClassicLinkDnsSupport&Version=2016-11-15&VpcIds.1=vpc-9885c7e1 | |
2018-03-29T14:27:39.551-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLinkDnsSupport Details: | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:39 GMT | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcClassicLinkDnsSupportResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>f35f843e-aef9-4ee1-b3d4-1fd72f3ac70a</requestId> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcs> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <classicLinkDnsSupported>false</classicLinkDnsSupported> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcs> | |
2018-03-29T14:27:39.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcClassicLinkDnsSupportResponse> | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:39 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:39.747-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:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 149 | |
2018-03-29T14:27:39.747-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=5917df0692f94660fb643fb958ef38500b0d818633d5ded38b919f3906803417 | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212739Z | |
2018-03-29T14:27:39.747-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:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:39.747-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-9885c7e1&Version=2016-11-15 | |
2018-03-29T14:27:39.747-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "aws_subnet.public" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "aws_security_group.admin", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "aws_internet_gateway.default", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "aws_subnet.private", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "aws_instance.node", waiting for: "aws_security_group.admin" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "aws_route.internet_access", waiting for: "aws_internet_gateway.default" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "aws_subnet.public", waiting for: "aws_vpc.default" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:40 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:41 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:41 GMT | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:41 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>eb9ed8d7-8319-4a06-8563-85a754db0ec7</requestId> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableSet> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-61275e19</routeTableId> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeSet> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>local</gatewayId> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRouteTable</origin> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeSet> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableAssociationId>rtbassoc-7493120e</routeTableAssociationId> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-61275e19</routeTableId> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <main>true</main> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </associationSet> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <propagatingVgwSet/> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:41.907-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeTableSet> | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeRouteTablesResponse> | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:41 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details: | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:41.908-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:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 140 | |
2018-03-29T14:27:41.908-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=e4b2657721bfe819121abccc8f41f2acda4a0ace56c53239ac486f0e01311567 | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212741Z | |
2018-03-29T14:27:41.908-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:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:41.908-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-9885c7e1&Version=2016-11-15 | |
2018-03-29T14:27:41.908-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
[0m[1maws_vpc.default: Still creating... (10s elapsed)[0m[0m | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:43 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details: | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:43 GMT | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:43 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>d87d5ed5-f22d-450c-bdbf-3040ae9c5223</requestId> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkAclSet> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkAclId>acl-a21ad4da</networkAclId> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <default>true</default> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <entrySet> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>100</ruleNumber> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>allow</ruleAction> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>true</egress> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>32767</ruleNumber> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>deny</ruleAction> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>true</egress> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>100</ruleNumber> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>allow</ruleAction> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>false</egress> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleNumber>32767</ruleNumber> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <protocol>-1</protocol> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ruleAction>deny</ruleAction> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <egress>false</egress> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>0.0.0.0/0</cidrBlock> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </entrySet> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet/> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkAclSet> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeNetworkAclsResponse> | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:43 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:43.746-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:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 149 | |
2018-03-29T14:27:43.746-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=9d5629da6d8f2e6d6bcefd1f9148a4d22bc747210e774df5477d36de1db7e23e | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212743Z | |
2018-03-29T14:27:43.746-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:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:43.746-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-9885c7e1&Version=2016-11-15 | |
2018-03-29T14:27:43.746-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:43 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:43 GMT | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:43 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:43.946-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>948ff8a3-3b26-4cd5-9f1f-c4eed476a4cf</requestId> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-28de1156</groupId> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>default</groupName> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>default VPC security group</groupDescription> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <userId>273854932432</userId> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-28de1156</groupId> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groups> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges/> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissions> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissionsEgress> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:43 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:43.947-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:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 149 | |
2018-03-29T14:27:43.947-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=8d422c729d32996ca5ac88d0c3d01aa0de823108523cec9ce155d35bb5cd1ee2 | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212743Z | |
2018-03-29T14:27:43.947-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:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:43.947-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-9885c7e1&Version=2016-11-15 | |
2018-03-29T14:27:43.947-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:43 GMT | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>8f4394f6-202c-493b-b49e-ccd1dce53745</requestId> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableSet> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-61275e19</routeTableId> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeSet> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>local</gatewayId> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRouteTable</origin> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeSet> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableAssociationId>rtbassoc-7493120e</routeTableAssociationId> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-61275e19</routeTableId> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <main>true</main> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </associationSet> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <propagatingVgwSet/> | |
2018-03-29T14:27:44.116-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:44.117-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.117-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeTableSet> | |
2018-03-29T14:27:44.117-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeRouteTablesResponse> | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_vpc.default: Creation complete after 11s (ID: vpc-9885c7e1)[0m[0m | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] [walkApply] Exiting eval tree: aws_vpc.default | |
2018/03/29 14:27:44 [TRACE] dag/walk: walking "aws_security_group.admin" | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_security_group.admin': walking | |
2018/03/29 14:27:44 [TRACE] dag/walk: walking "aws_internet_gateway.default" | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_internet_gateway.default': walking | |
2018/03/29 14:27:44 [TRACE] dag/walk: walking "aws_subnet.public" | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_subnet.public': walking | |
2018/03/29 14:27:44 [TRACE] dag/walk: walking "aws_subnet.private" | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_subnet.private': walking | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_internet_gateway.default': evaluating | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_subnet.private': evaluating | |
2018/03/29 14:27:44 [TRACE] [walkApply] Entering eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_subnet.public': evaluating | |
2018/03/29 14:27:44 [TRACE] [walkApply] Entering eval tree: aws_subnet.public | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:44 [TRACE] [walkApply] Entering eval tree: aws_subnet.private | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_security_group.admin': evaluating | |
2018/03/29 14:27:44 [TRACE] [walkApply] Entering eval tree: aws_security_group.admin | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:27:44 [DEBUG] apply: aws_internet_gateway.default: executing Apply | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
[0m[1maws_internet_gateway.default: Creating...[0m | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPre | |
vpc_id: "" => "vpc-9885c7e1"[0m | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:27:44 [DEBUG] apply: aws_subnet.public: executing Apply | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Creating internet gateway | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:27:44 [DEBUG] apply: aws_subnet.private: executing Apply | |
[0m[1maws_subnet.public: Creating...[0m | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalDiff | |
assign_ipv6_address_on_creation: "" => "false" | |
availability_zone: "" => "<computed>" | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateInternetGateway Details: | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.120-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:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 47 | |
2018-03-29T14:27:44.120-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=717d74cb428ede634fc5935a47fc4560ffe79ffc8a3e253bbd69026d225217b4 | |
cidr_block: "" => "10.0.0.0/22" | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.120-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:27:44.120-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateInternetGateway&Version=2016-11-15 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
ipv6_cidr_block: "" => "<computed>" | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
ipv6_cidr_block_association_id: "" => "<computed>" | |
2018-03-29T14:27:44.121-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:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 99 | |
2018-03-29T14:27:44.121-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=2cac74fd2a632a72be9d717b356b40d2fb5c5094ec1e2ae4a83db7abbd50a134 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.121-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:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.121-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-9885c7e1 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSubnet Details: | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.121-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:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 99 | |
2018-03-29T14:27:44.121-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=dbfdd5d46ad9c6429e21d77be3603c350da2547b3273c32ead5050263da4f7cf | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.121-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:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
map_public_ip_on_launch: "" => "true" | |
2018-03-29T14:27:44.121-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-9885c7e1 | |
2018-03-29T14:27:44.121-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
vpc_id: "" => "vpc-9885c7e1"[0m | |
[0m[1maws_subnet.private: Creating...[0m | |
assign_ipv6_address_on_creation: "" => "false" | |
availability_zone: "" => "<computed>" | |
cidr_block: "" => "10.0.4.0/22" | |
ipv6_cidr_block: "" => "<computed>" | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
ipv6_cidr_block_association_id: "" => "<computed>" | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPre | |
map_public_ip_on_launch: "" => "true" | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:27:44 [DEBUG] apply: aws_security_group.admin: executing Apply | |
vpc_id: "" => "vpc-9885c7e1"[0m | |
[0m[1maws_security_group.admin: Creating...[0m | |
arn: "" => "<computed>" | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Security Group create configuration: { | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Description: "Administrators can manage their machines", | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "admin-security-group", | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-9885c7e1" | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
description: "" => "Administrators can manage their machines" | |
egress.#: "" => "1" | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSecurityGroup Details: | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.122-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:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 153 | |
2018-03-29T14:27:44.122-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=7534cccfb33e6a20e3282c42609580c3299ba72c210257d2709eaba77ea4279d | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
egress.482069346.cidr_blocks.#: "" => "1" | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.122-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:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.122-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-9885c7e1 | |
egress.482069346.cidr_blocks.0: "" => "0.0.0.0/0" | |
2018-03-29T14:27:44.122-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
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-9885c7e1"[0m | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSecurityGroup Details: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:43 GMT | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>1d9328c3-3bb3-4ed2-bca0-de4185eff5af</requestId> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateSecurityGroupResponse> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [INFO] Security Group ID: sg-09dd1277 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for Security Group (sg-09dd1277) to exist | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [exists] | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateInternetGateway Details: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateInternetGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>2349f5e7-365f-4be7-bb32-3e889e974bb9</requestId> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGateway> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewayId>igw-262d4a40</internetGatewayId> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet/> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </internetGateway> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateInternetGatewayResponse> | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [INFO] InternetGateway ID: igw-262d4a40 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [success] | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.381-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:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 70 | |
2018-03-29T14:27:44.381-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=98bc9c320c730a37f21fbcdcbc27893a1a66b8c7c04edd474b0dd2cbf17a57d0 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.381-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:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-09dd1277&Version=2016-11-15 | |
2018-03-29T14:27:44.381-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.382-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:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 83 | |
2018-03-29T14:27:44.382-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=f483d44e5bd7039f34db91850c2d7771699061a3661ce6d18f86a5bb154297d2 | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.382-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:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInternetGateways&InternetGatewayId.1=igw-262d4a40&Version=2016-11-15 | |
2018-03-29T14:27:44.382-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>8ae0afe0-12c6-456e-83ea-465dc5adbd43</requestId> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnet> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>pending</state> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.4.0/22</cidrBlock> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnet> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateSubnetResponse> | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [INFO] Subnet ID: subnet-df449194 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for subnet (subnet-df449194) to become available | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.509-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:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:27:44.509-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=1a6a01be9fadb9937fe3d7860e59844da0b85c8aebad8a06086187cd325ebca3 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.509-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:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-df449194&Version=2016-11-15 | |
2018-03-29T14:27:44.509-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSubnet Details: | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:43 GMT | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateSubnetResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>d1bf41f4-267e-416f-9539-6fcf4f788ee3</requestId> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnet> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-138c266a</subnetId> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>pending</state> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/22</cidrBlock> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2b</availabilityZone> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnet> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateSubnetResponse> | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [INFO] Subnet ID: subnet-138c266a | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for subnet (subnet-138c266a) to become available | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.528-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:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:27:44.528-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=1f8e5d2bb2e2df750f6c9158f3a786fd8c276efedc379d458e2d88a3dde939f0 | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.528-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:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-138c266a&Version=2016-11-15 | |
2018-03-29T14:27:44.528-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>173ce32a-d8a1-4720-b8ba-052ce6f941d6</requestId> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewaySet> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewayId>igw-262d4a40</internetGatewayId> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet/> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </internetGatewaySet> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInternetGatewaysResponse> | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [INFO] Attaching Internet Gateway 'igw-262d4a40' to VPC 'vpc-9885c7e1' | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [success] | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AttachInternetGateway Details: | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.550-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:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 97 | |
2018-03-29T14:27:44.550-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=9360a5ef1136395277a78a457215ec0805ad4179eaffd2acb088079738b95f98 | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.550-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:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=AttachInternetGateway&InternetGatewayId=igw-262d4a40&Version=2016-11-15&VpcId=vpc-9885c7e1 | |
2018-03-29T14:27:44.550-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>e2d5fd7a-bf1a-44e1-aef3-03f83e5e28f1</requestId> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>Administrators can manage their machines</groupDescription> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions/> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissionsEgress> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Revoking default egress rule for Security Group for sg-09dd1277 | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.699-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:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 199 | |
2018-03-29T14:27:44.699-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=3634222e5184af4aff8d8dde23944e2686bd74a5f265af48aaca22e851bc2bd1 | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.699-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:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=RevokeSecurityGroupEgress&GroupId=sg-09dd1277&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:27:44.699-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>bcfa1c28-35aa-42dc-a078-8fbabf8ad58f</requestId> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.4.0/22</cidrBlock> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Subnet modify attributes: { | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MapPublicIpOnLaunch: { | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: SubnetId: "subnet-df449194" | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.707-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:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 103 | |
2018-03-29T14:27:44.707-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=734f7ce94fdffa5c7f7fae4c844d37b9760fc8c8a6cee412b16d68856ef45f84 | |
2018-03-29T14:27:44.707-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.708-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.708-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:27:44.708-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.708-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.708-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifySubnetAttribute&MapPublicIpOnLaunch.Value=true&SubnetId=subnet-df449194&Version=2016-11-15 | |
2018-03-29T14:27:44.708-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.724-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>5060fa22-0b1f-487e-b7f9-270d87ce322b</requestId> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-138c266a</subnetId> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/22</cidrBlock> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2b</availabilityZone> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>false</mapPublicIpOnLaunch> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Subnet modify attributes: { | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MapPublicIpOnLaunch: { | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: true | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: SubnetId: "subnet-138c266a" | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.725-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:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 103 | |
2018-03-29T14:27:44.725-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=91b245a6ebccfa340135f55c850c95fe545d7b5d951a3d40d315067a92d1e22c | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.725-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:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=ModifySubnetAttribute&MapPublicIpOnLaunch.Value=true&SubnetId=subnet-138c266a&Version=2016-11-15 | |
2018-03-29T14:27:44.725-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AttachInternetGateway Details: | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <AttachInternetGatewayResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>9830f1af-b8c4-4891-89c5-f726bd211e42</requestId> | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </AttachInternetGatewayResponse> | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for internet gateway (igw-262d4a40) to attach | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [available] | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInternetGateways Details: | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.742-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:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 83 | |
2018-03-29T14:27:44.742-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=f483d44e5bd7039f34db91850c2d7771699061a3661ce6d18f86a5bb154297d2 | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.742-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:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInternetGateways&InternetGatewayId.1=igw-262d4a40&Version=2016-11-15 | |
2018-03-29T14:27:44.742-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifySubnetAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>f5f60975-81bd-41cb-a9ba-1e308fba4763</requestId> | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:44.910-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifySubnetAttributeResponse> | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.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:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:27:44.911-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=1f8e5d2bb2e2df750f6c9158f3a786fd8c276efedc379d458e2d88a3dde939f0 | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.911-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:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-138c266a&Version=2016-11-15 | |
2018-03-29T14:27:44.911-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInternetGateways Details: | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInternetGatewaysResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>70aad0e2-fe5e-451b-ae1e-b10b7c645a4e</requestId> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewaySet> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <internetGatewayId>igw-262d4a40</internetGatewayId> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </internetGatewaySet> | |
2018-03-29T14:27:44.913-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInternetGatewaysResponse> | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_internet_gateway.default: Creation complete after 1s (ID: igw-262d4a40)[0m[0m | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:44 [TRACE] [walkApply] Exiting eval tree: aws_internet_gateway.default | |
2018/03/29 14:27:44 [TRACE] dag/walk: walking "aws_route.internet_access" | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_route.internet_access': walking | |
2018/03/29 14:27:44 [TRACE] vertex 'root.aws_route.internet_access': evaluating | |
2018/03/29 14:27:44 [TRACE] [walkApply] Entering eval tree: aws_route.internet_access | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:27:44 [TRACE] root: eval: *terraform.EvalApply | |
2018/03/29 14:27:44 [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>" | |
egress_only_gateway_id: "" => "<computed>" | |
gateway_id: "" => "igw-262d4a40" | |
2018-03-29T14:27:44.915-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Route create config: { | |
2018-03-29T14:27:44.915-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: DestinationCidrBlock: "0.0.0.0/0", | |
2018-03-29T14:27:44.915-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GatewayId: "igw-262d4a40", | |
2018-03-29T14:27:44.915-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: RouteTableId: "rtb-61275e19" | |
instance_id: "" => "<computed>" | |
2018-03-29T14:27:44.915-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:27:44.915-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Waiting for state to become: [success] | |
instance_owner_id: "" => "<computed>" | |
nat_gateway_id: "" => "<computed>" | |
network_interface_id: "" => "<computed>" | |
origin: "" => "<computed>" | |
route_table_id: "" => "rtb-61275e19" | |
state: "" => "<computed>"[0m | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateRoute Details: | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.916-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:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 119 | |
2018-03-29T14:27:44.916-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=18f342289c87b80748bb48f125d26702b4372cf418ac79473040c386022e659b | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.916-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:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=CreateRoute&DestinationCidrBlock=0.0.0.0%2F0&GatewayId=igw-262d4a40&RouteTableId=rtb-61275e19&Version=2016-11-15 | |
2018-03-29T14:27:44.916-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RevokeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>41e7515c-9510-45d4-8a92-446da3856d74</requestId> | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </RevokeSecurityGroupEgressResponse> | |
2018-03-29T14:27:44.994-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] Revoking default IPv6 egress rule for Security Group for sg-09dd1277 | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:44.995-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:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 202 | |
2018-03-29T14:27:44.995-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=cd740144d08bf0b19c4df4fd49a299045cec3c25ab219ac385ae1cec16141483 | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212744Z | |
2018-03-29T14:27:44.995-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:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=RevokeSecurityGroupEgress&GroupId=sg-09dd1277&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:27:44.995-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.071-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifySubnetAttribute Details: | |
2018-03-29T14:27:45.071-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.071-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ModifySubnetAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>34046c7b-f07e-4e8a-8d6b-b69b88af66da</requestId> | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ModifySubnetAttributeResponse> | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSubnets Details: | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:45.072-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:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 68 | |
2018-03-29T14:27:45.072-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=c52a2e0ff2fa73bee7a934945a2aad6d9b710d3907862958258584c81837fc27 | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212745Z | |
2018-03-29T14:27:45.072-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:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSubnets&SubnetId.1=subnet-df449194&Version=2016-11-15 | |
2018-03-29T14:27:45.072-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateRoute Details: | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.104-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateRouteResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>17da36b7-8647-4152-9792-ef4b68975ccc</requestId> | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </CreateRouteResponse> | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] Waiting for state to become: [success] | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details: | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:45.105-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:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 73 | |
2018-03-29T14:27:45.105-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=ee226aa2f9622c8e44c7bfa4111068b879075a7fce7f88456d99715e3197de72 | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212745Z | |
2018-03-29T14:27:45.105-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:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeRouteTables&RouteTableId.1=rtb-61275e19&Version=2016-11-15 | |
2018-03-29T14:27:45.105-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>f53c92e5-6833-4710-a1c0-1c7f650149aa</requestId> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-138c266a</subnetId> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/22</cidrBlock> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2b</availabilityZone> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteState | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018-03-29T14:27:45.253-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_subnet.public: Creation complete after 1s (ID: subnet-138c266a)[0m[0m | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] [walkApply] Exiting eval tree: aws_subnet.public | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSubnets Details: | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.272-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSubnetsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>f1a77ba6-3f79-4eff-b464-ab0340c245cf</requestId> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetSet> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.4.0/22</cidrBlock> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6CidrBlockAssociationSet/> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availableIpAddressCount>1019</availableIpAddressCount> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <defaultForAz>false</defaultForAz> | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <mapPublicIpOnLaunch>true</mapPublicIpOnLaunch> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <assignIpv6AddressOnCreation>false</assignIpv6AddressOnCreation> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </subnetSet> | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
2018-03-29T14:27:45.273-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSubnetsResponse> | |
[0m[1maws_subnet.private: Creation complete after 1s (ID: subnet-df449194)[0m[0m | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] [walkApply] Exiting eval tree: aws_subnet.private | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details: | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>f9fe5910-b562-455d-a8f8-e0dc75cfeafa</requestId> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableSet> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-61275e19</routeTableId> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeSet> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>10.0.0.0/16</destinationCidrBlock> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>local</gatewayId> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRouteTable</origin> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <destinationCidrBlock>0.0.0.0/0</destinationCidrBlock> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <gatewayId>igw-262d4a40</gatewayId> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>active</state> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <origin>CreateRoute</origin> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeSet> | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationSet> | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018-03-29T14:27:45.287-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:27:45 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableAssociationId>rtbassoc-7493120e</routeTableAssociationId> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <routeTableId>rtb-61275e19</routeTableId> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <main>true</main> | |
[0m[1maws_route.internet_access: Creation complete after 0s (ID: r-rtb-61275e191080289494)[0m[0m | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </associationSet> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <propagatingVgwSet/> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </routeTableSet> | |
2018-03-29T14:27:45.288-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeRouteTablesResponse> | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:45 [TRACE] [walkApply] Exiting eval tree: aws_route.internet_access | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details: | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:44 GMT | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.319-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>a0aac972-20ff-4393-8614-c62d2f09705f</RequestID></Response> | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [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:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: a0aac972-20ff-4393-8614-c62d2f09705f | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] Waiting for Security Group (sg-09dd1277) to exist | |
2018-03-29T14:27:45.319-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] Waiting for state to become: [exists] | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:45.320-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:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 70 | |
2018-03-29T14:27:45.320-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=2a55335c4b2fff7fdf72e009e3655acd3fd3cf81c8349d3543c146e9871b385c | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212745Z | |
2018-03-29T14:27:45.320-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:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-09dd1277&Version=2016-11-15 | |
2018-03-29T14:27:45.320-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:45 GMT | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.601-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>46b50f4b-9b7d-4dd4-bc36-5d8afffd3362</requestId> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>Administrators can manage their machines</groupDescription> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions/> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress/> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] Authorizing security group { | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Description: "Administrators can manage their machines", | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupId: "sg-09dd1277", | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "admin-security-group", | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: OwnerId: "273854932432", | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-9885c7e1" | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } ingress rule: []*ec2.IpPermission{{ | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: FromPort: 22, | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpProtocol: "tcp", | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpRanges: [{ | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: CidrIp: "0.0.0.0/0" | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }], | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ToPort: 22 | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }} | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupIngress Details: | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:45.602-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:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 206 | |
2018-03-29T14:27:45.602-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=28c7625668fc5ab43f3a2dff1cdf4b777c962260864e2db12fbfa615ea44fd08 | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212745Z | |
2018-03-29T14:27:45.602-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:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=AuthorizeSecurityGroupIngress&GroupId=sg-09dd1277&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:27:45.602-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018/03/29 14:27:45 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:45 [TRACE] dag/walk: vertex "aws_instance.node", waiting for: "aws_security_group.admin" | |
2018/03/29 14:27:45 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:27:45 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:27:45 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:27:45.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupIngress Details: | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:45 GMT | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <AuthorizeSecurityGroupIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>11b605c6-5b55-446b-a205-01ad88353490</requestId> | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </AuthorizeSecurityGroupIngressResponse> | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] Authorizing security group { | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Description: "Administrators can manage their machines", | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupId: "sg-09dd1277", | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "admin-security-group", | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: OwnerId: "273854932432", | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: VpcId: "vpc-9885c7e1" | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } egress rule: []*ec2.IpPermission{{ | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: FromPort: 0, | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpProtocol: "-1", | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IpRanges: [{ | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: CidrIp: "0.0.0.0/0" | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }], | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ToPort: 0 | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }} | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupEgress Details: | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:45.855-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:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 202 | |
2018-03-29T14:27:45.855-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=3d02f7a1286407911c349573c60c9f11a016efdcbb7850e297113612d2de5d1a | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212745Z | |
2018-03-29T14:27:45.855-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:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=AuthorizeSecurityGroupEgress&GroupId=sg-09dd1277&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:27:45.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupEgress Details: | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 257 | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:45 GMT | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:46.355-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <AuthorizeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>a43872b1-70eb-4b5f-a1d3-9eb1ae3a256d</requestId> | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <return>true</return> | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </AuthorizeSecurityGroupEgressResponse> | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] Waiting for Security Group (sg-09dd1277) to exist | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] Waiting for state to become: [exists] | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:46.356-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:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 70 | |
2018-03-29T14:27:46.356-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=5ccade4a5c772229eb75433f15a73a3f2f13149d16963506bbb5e0631abbf5c0 | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212746Z | |
2018-03-29T14:27:46.356-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:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeSecurityGroups&GroupId.1=sg-09dd1277&Version=2016-11-15 | |
2018-03-29T14:27:46.356-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details: | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:46 GMT | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>17a8c363-8fb7-4ddd-94ae-e9766e4f6ff4</requestId> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <securityGroupInfo> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupDescription>Administrators can manage their machines</groupDescription> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissions> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>tcp</ipProtocol> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <fromPort>22</fromPort> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <toPort>22</toPort> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissions> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipPermissionsEgress> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipProtocol>-1</ipProtocol> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groups/> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipRanges> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrIp>0.0.0.0/0</cidrIp> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipRanges> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6Ranges/> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <prefixListIds/> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ipPermissionsEgress> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </securityGroupInfo> | |
2018-03-29T14:27:46.635-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeSecurityGroupsResponse> | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
[0m[1maws_security_group.admin: Creation complete after 3s (ID: sg-09dd1277)[0m[0m | |
2018/03/29 14:27:46 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:46 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:46 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:27:46 [TRACE] [walkApply] Exiting eval tree: aws_security_group.admin | |
2018/03/29 14:27:46 [TRACE] dag/walk: walking "aws_instance.node" | |
2018/03/29 14:27:46 [TRACE] vertex 'root.aws_instance.node': walking | |
2018/03/29 14:27:46 [TRACE] vertex 'root.aws_instance.node': evaluating | |
2018/03/29 14:27:46 [TRACE] [walkApply] Entering eval tree: aws_instance.node | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalSequence | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalInstanceInfo | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:46 [TRACE] root: eval: terraform.EvalNoop | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalIf | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalDiff | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalReadDiff | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalCompareDiff | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalReadState | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalApplyPre | |
2018/03/29 14:27:46 [TRACE] root: eval: *terraform.EvalApply | |
[0m[1maws_instance.node: Creating...[0m | |
2018/03/29 14:27:46 [DEBUG] apply: aws_instance.node: executing Apply | |
ami: "" => "ami-9b5d97fb" | |
associate_public_ip_address: "" => "<computed>" | |
availability_zone: "" => "<computed>" | |
2018-03-29T14:27:46.640-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] Matching ^aws: with Name | |
ebs_block_device.#: "" => "<computed>" | |
ephemeral_block_device.#: "" => "<computed>" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] Run configuration: { | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: DisableApiTermination: false, | |
get_password_data: "" => "false" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: EbsOptimized: false, | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: IamInstanceProfile: { | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Name: "" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ImageId: "ami-9b5d97fb", | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: InstanceType: "t2.micro", | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: KeyName: "default", | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MaxCount: 1, | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: MinCount: 1, | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Monitoring: { | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Enabled: false | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: NetworkInterfaces: [{ | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: DeviceIndex: 0, | |
instance_state: "" => "<computed>" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Groups: ["sg-09dd1277"], | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: SubnetId: "subnet-df449194" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }], | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Placement: { | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: AvailabilityZone: "", | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: GroupName: "" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }, | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: TagSpecifications: [{ | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ResourceType: "instance", | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Tags: [{ | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Key: "Name", | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Value: "terraform-bug-tester" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }] | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: }] | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: } | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] Waiting for state to become: [success] | |
instance_type: "" => "t2.micro" | |
ipv6_address_count: "" => "<computed>" | |
ipv6_addresses.#: "" => "<computed>" | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details: | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
key_name: "" => "default" | |
2018-03-29T14:27:46.641-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:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 518 | |
2018-03-29T14:27:46.641-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=24d9b21f024c7d26776d1712f23ac165e8b7dcf1923737b71560159d6bc606a0 | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212746Z | |
2018-03-29T14:27:46.641-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:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
network_interface.#: "" => "<computed>" | |
2018-03-29T14:27:46.641-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-09dd1277&NetworkInterface.1.SubnetId=subnet-df449194&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:27:46.641-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
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-df449194" | |
tags.%: "" => "1" | |
tags.Name: "" => "terraform-bug-tester" | |
tenancy: "" => "<computed>" | |
volume_tags.%: "" => "<computed>" | |
vpc_security_group_ids.#: "" => "1" | |
vpc_security_group_ids.1289845727: "" => "sg-09dd1277"[0m | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details: | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:48 GMT | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>6bf9e677-3c08-438e-8d4e-514ea1aa4352</requestId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0b46aff89f670063b</reservationId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>0</code> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>pending</name> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName></dnsName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason></reason> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:27:48.000Z</launchTime> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName></groupName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <stateReason> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>pending</code> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <message>pending</message> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </stateReason> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping/> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken></clientToken> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-5f45f069</networkInterfaceId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description></description> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:35:33:c4:78:64</macAddress> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:27:48.427-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-2a042ad8</attachmentId> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:48.000Z</attachTime> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </RunInstancesResponse> | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:48 [INFO] Instance ID: i-0886dc6fe051f7354 | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:48 [DEBUG] Waiting for instance (i-0886dc6fe051f7354) to become running | |
2018-03-29T14:27:48.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:48 [DEBUG] Waiting for state to become: [running] | |
2018/03/29 14:27:50 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:50 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:50 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:27:50 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:27:50 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:27:55 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:27:55 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:27:55 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:27:55 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:27:55 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (10s elapsed)[0m[0m | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:27:58.428-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:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:27:58.428-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=557885295d994deb78e60a8b251168e86f7fc597e5cb2ef67506969d61d30fef | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212758Z | |
2018-03-29T14:27:58.428-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:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:27:58.428-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:27:58 GMT | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:27:58.696-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>3cfd5529-8232-4c20-87fe-dbc3b71f0072</requestId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0b46aff89f670063b</reservationId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>0</code> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>pending</name> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:27:48.000Z</launchTime> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>54.202.234.203</ipAddress> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-5f45f069</networkInterfaceId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:35:33:c4:78:64</macAddress> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-2a042ad8</attachmentId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:48.000Z</attachTime> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:27:58.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:27:58.698-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:27:58 [TRACE] Waiting 3s before next try | |
2018/03/29 14:28:00 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:00 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:00 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:00 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:00 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:01.697-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:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:28:01.697-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=a2009fd1df7933fc3253db382c29854a77a569acdd58154e306b5e60cd983de1 | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212801Z | |
2018-03-29T14:28:01.697-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:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:28:01.697-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:00 GMT | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:01 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>ea6a0bc2-7fa7-448d-94ef-fc6c45b34d94</requestId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0b46aff89f670063b</reservationId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>0</code> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>pending</name> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:27:48.000Z</launchTime> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>54.202.234.203</ipAddress> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:28:01.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-5f45f069</networkInterfaceId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:35:33:c4:78:64</macAddress> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-2a042ad8</attachmentId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attaching</status> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:48.000Z</attachTime> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:28:01.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:01 [TRACE] Waiting 6s before next try | |
2018/03/29 14:28:05 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:05 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:05 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:05 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:05 [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:28:07.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:07 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:28:07.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:07.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:07.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:07.854-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:28:07.854-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:28:07.854-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=81b8c6780922d4e6e842b6e3668f3e527eb96fa1e1311e2dce5fde3e31dd60cb | |
2018-03-29T14:28:07.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:07.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212807Z | |
2018-03-29T14:28:07.855-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:28:07.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:07.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:07.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:28:07.855-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:07 GMT | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>471c1956-25cc-4595-8dbb-7fef401e8b64</requestId> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0b46aff89f670063b</reservationId> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>16</code> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>running</name> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:27:48.000Z</launchTime> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:08.086-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>54.202.234.203</ipAddress> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-5f45f069</networkInterfaceId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:35:33:c4:78:64</macAddress> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-2a042ad8</attachmentId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:48.000Z</attachTime> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:28:08.087-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details: | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:08.088-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:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 76 | |
2018-03-29T14:28:08.088-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=22b197cd7fa855fc64f1826c5718a96733e4f137725a58d1706b06627bfc909a | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212808Z | |
2018-03-29T14:28:08.088-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:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstances&InstanceId.1=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:28:08.088-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details: | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:07 GMT | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>b9c74e53-c2dc-445d-a9c6-cf21e47d9d71</requestId> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationSet> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reservationId>r-0b46aff89f670063b</reservationId> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet/> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instancesSet> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <imageId>ami-9b5d97fb</imageId> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceState> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <code>16</code> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <name>running</name> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instanceState> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</dnsName> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <reason/> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <keyName>default</keyName> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <amiLaunchIndex>0</amiLaunchIndex> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <productCodes/> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceType>t2.micro</instanceType> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <launchTime>2018-03-29T21:27:48.000Z</launchTime> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <placement> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName/> | |
2018-03-29T14:28:08.249-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tenancy>default</tenancy> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </placement> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <monitoring> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>disabled</state> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </monitoring> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipAddress>54.202.234.203</ipAddress> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <architecture>x86_64</architecture> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceType>ebs</rootDeviceType> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <rootDeviceName>/dev/sda1</rootDeviceName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <blockDeviceMapping> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sda1</deviceName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sde</deviceName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdf</deviceName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceName>/dev/sdg</deviceName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ebs> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </blockDeviceMapping> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <virtualizationType>hvm</virtualizationType> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <clientToken/> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <key>Name</key> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>terraform-bug-tester</value> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </tagSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <hypervisor>xen</hypervisor> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <networkInterfaceId>eni-5f45f069</networkInterfaceId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <subnetId>subnet-df449194</subnetId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <description/> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ownerId>273854932432</ownerId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <macAddress>06:35:33:c4:78:64</macAddress> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <sourceDestCheck>true</sourceDestCheck> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupId>sg-09dd1277</groupId> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <groupName>admin-security-group</groupName> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </groupSet> | |
2018-03-29T14:28:08.250-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachment> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentId>eni-attach-2a042ad8</attachmentId> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deviceIndex>0</deviceIndex> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:48.000Z</attachTime> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachment> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddressesSet> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateIpAddress>10.0.6.115</privateIpAddress> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <privateDnsName>ip-10-0-6-115.us-west-2.compute.internal</privateDnsName> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <primary>true</primary> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <association> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicIp>54.202.234.203</publicIp> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <publicDnsName>ec2-54-202-234-203.us-west-2.compute.amazonaws.com</publicDnsName> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipOwnerId>amazon</ipOwnerId> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </association> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </privateIpAddressesSet> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ipv6AddressesSet/> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </networkInterfaceSet> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ebsOptimized>false</ebsOptimized> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </instancesSet> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </reservationSet> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstancesResponse> | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] Matching ^aws: with Name | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details: | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:08.251-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:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 115 | |
2018-03-29T14:28:08.251-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=1f155a6f858fa1efff3e4ea4b384203004043ca42ed6820d49b2ceb69ee933a7 | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212808Z | |
2018-03-29T14:28:08.251-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:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:28:08.251-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.514-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details: | |
2018-03-29T14:28:08.514-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:08.514-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:08.514-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:08.514-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:08 GMT | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>32e6c2d6-d2b7-4d0a-b127-ff40acf1e3dd</requestId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>8</size> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId>snap-2d7b4ad6</snapshotId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:48.857Z</createTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sda1</device> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:48.948Z</createTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sde</device> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:49.022Z</createTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdf</device> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:49.092Z</createTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdg</device> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </volumeSet> | |
2018-03-29T14:28:08.515-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVolumesResponse> | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details: | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:08.516-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:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 220 | |
2018-03-29T14:28:08.516-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=8994271823a7317d20c26d4b5a4432349e37276dd612837e444d8cae7731c2af | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212808Z | |
2018-03-29T14:28:08.516-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:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-0364933a076ad1d80&Filter.1.Value.2=vol-0f214fa560a0ff27e&Filter.1.Value.3=vol-07bf28baa5178f8be&Filter.1.Value.4=vol-05abce1162779b758&Version=2016-11-15 | |
2018-03-29T14:28:08.516-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details: | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:08 GMT | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>22319266-c3f9-4fca-9b92-0ca8c5d8377a</requestId> | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <tagSet/> | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeTagsResponse> | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details: | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:08.656-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:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 59 | |
2018-03-29T14:28:08.656-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=2803d78e8dd3bc1ebba26c5d69c734a3c88595405df8598e9671edac22741c95 | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212808Z | |
2018-03-29T14:28:08.656-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:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-9885c7e1 | |
2018-03-29T14:28:08.656-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details: | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:08 GMT | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>d08a72ab-b3ae-4ad6-97ff-bd07112f0eaf</requestId> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcSet> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <vpcId>vpc-9885c7e1</vpcId> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>available</state> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockAssociationSet> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlock>10.0.0.0/16</cidrBlock> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <associationId>vpc-cidr-assoc-60b2a70b</associationId> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <cidrBlockState> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <state>associated</state> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockState> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </cidrBlockAssociationSet> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <dhcpOptionsId>dopt-34727b56</dhcpOptionsId> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceTenancy>default</instanceTenancy> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <isDefault>false</isDefault> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </vpcSet> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVpcsResponse> | |
2018-03-29T14:28:08.943-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] Setting Security Group IDs: []string{"sg-09dd1277"} | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details: | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:08.944-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:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 173 | |
2018-03-29T14:28:08.944-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=78ca05824dacfef7e243daa9666034886f7ce9c435c62c16a408b9e287956415 | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212808Z | |
2018-03-29T14:28:08.944-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:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-0364933a076ad1d80&VolumeId.2=vol-0f214fa560a0ff27e&VolumeId.3=vol-07bf28baa5178f8be&VolumeId.4=vol-05abce1162779b758 | |
2018-03-29T14:28:08.944-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details: | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:08 GMT | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>bcd04514-7ffb-4187-a49c-7466d85ba1f6</requestId> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeSet> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>8</size> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId>snap-2d7b4ad6</snapshotId> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:48.857Z</createTime> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0364933a076ad1d80</volumeId> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sda1</device> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:09.131-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:48.948Z</createTime> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-0f214fa560a0ff27e</volumeId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sde</device> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:49.022Z</createTime> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-07bf28baa5178f8be</volumeId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdf</device> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <size>20</size> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <snapshotId/> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <availabilityZone>us-west-2a</availabilityZone> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>in-use</status> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <createTime>2018-03-29T21:27:49.092Z</createTime> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachmentSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeId>vol-05abce1162779b758</volumeId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <device>/dev/sdg</device> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <status>attached</status> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attachTime>2018-03-29T21:27:49.000Z</attachTime> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <deleteOnTermination>true</deleteOnTermination> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attachmentSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <volumeType>gp2</volumeType> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <iops>100</iops> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <encrypted>false</encrypted> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </volumeSet> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeVolumesResponse> | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:09.132-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:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 114 | |
2018-03-29T14:28:09.132-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=0da11e3b77588bbc869323f8a20ca7faa08fdf2b7eb9e20bbf48aabe4a20b40a | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212809Z | |
2018-03-29T14:28:09.132-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:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:28:09.132-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:08 GMT | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>54d84c66-4a40-4251-a97b-2f503799b400</requestId> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <disableApiTermination> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <value>false</value> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </disableApiTermination> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstanceAttributeResponse> | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1 | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2018-03-29T14:28:09.337-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:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 101 | |
2018-03-29T14:28:09.337-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=42a62a04587d5aeef4f16e73406c646c142235d147260e304494f9688d517518 | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180329T212809Z | |
2018-03-29T14:28:09.337-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:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0886dc6fe051f7354&Version=2016-11-15 | |
2018-03-29T14:28:09.337-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details: | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 29 Mar 2018 21:28:08 GMT | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2 | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ----------------------------------------------------- | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/03/29 14:28:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>590e68e3-0162-47fa-a88e-4faf336fb842</requestId> | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <instanceId>i-0886dc6fe051f7354</instanceId> | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <userData/> | |
2018-03-29T14:28:09.523-0700 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeInstanceAttributeResponse> | |
2018/03/29 14:28:09 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/03/29 14:28:09 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
[0m[1maws_instance.node: Provisioning with 'file'...[0m[0m | |
2018-03-29T14:28:09.529-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:09 connecting to TCP connection for SSH | |
2018/03/29 14:28:10 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:10 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:10 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:10 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:10 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:15 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:15 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:15 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:15 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:15 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (30s elapsed)[0m[0m | |
2018/03/29 14:28:20 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:20 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:20 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:20 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:20 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018-03-29T14:28:24.530-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:24 connection error: dial tcp 54.202.234.203:22: i/o timeout | |
2018-03-29T14:28:24.530-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:24 [WARN] retryable error: dial tcp 54.202.234.203:22: i/o timeout | |
2018-03-29T14:28:24.530-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:24 [INFO] sleeping for 1s | |
2018/03/29 14:28:25 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018-03-29T14:28:25.531-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:25 connecting to TCP connection for SSH | |
2018/03/29 14:28:25 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:25 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:25 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:25 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (40s elapsed)[0m[0m | |
2018/03/29 14:28:30 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:30 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:30 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:30 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:30 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:35 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:35 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:35 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:35 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:35 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (50s elapsed)[0m[0m | |
2018/03/29 14:28:40 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018-03-29T14:28:40.532-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:40 connection error: dial tcp 54.202.234.203:22: i/o timeout | |
2018-03-29T14:28:40.532-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:40 [WARN] retryable error: dial tcp 54.202.234.203:22: i/o timeout | |
2018-03-29T14:28:40.532-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:40 [INFO] sleeping for 2s | |
2018/03/29 14:28:40 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:40 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:40 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:40 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:28:42.533-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:42 connecting to TCP connection for SSH | |
2018/03/29 14:28:45 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:45 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:45 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:45 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:45 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (1m0s elapsed)[0m[0m | |
2018/03/29 14:28:50 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:50 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:50 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
2018/03/29 14:28:50 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:50 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018-03-29T14:28:53.615-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:53 connection error: dial tcp 54.202.234.203:22: connect: connection refused | |
2018-03-29T14:28:53.616-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:53 [WARN] retryable error: dial tcp 54.202.234.203:22: connect: connection refused | |
2018-03-29T14:28:53.616-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:53 [INFO] sleeping for 4s | |
2018/03/29 14:28:55 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.GPU Private Public IP Address" | |
2018/03/29 14:28:55 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:55 [TRACE] dag/walk: vertex "provisioner.file (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:55 [TRACE] dag/walk: vertex "provider.aws (close)", waiting for: "aws_instance.node" | |
2018/03/29 14:28:55 [TRACE] dag/walk: vertex "output.GPU Private Public IP Address", waiting for: "aws_instance.node" | |
[0m[1maws_instance.node: Still creating... (1m10s elapsed)[0m[0m | |
2018-03-29T14:28:57.616-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:57 connecting to TCP connection for SSH | |
2018-03-29T14:28:57.660-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:57 handshaking with SSH | |
2018-03-29T14:28:59.379-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:59 fatal handshake error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018/03/29 14:28:59 [ERROR] root: eval: *terraform.EvalApplyProvisioners, err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018/03/29 14:28:59 [ERROR] root: eval: *terraform.EvalSequence, err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
2018/03/29 14:28:59 [TRACE] [walkApply] Exiting eval tree: aws_instance.node | |
2018/03/29 14:28:59 [TRACE] dag/walk: upstream errored, not walking "output.GPU Private Public IP Address" | |
2018/03/29 14:28:59 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)" | |
2018/03/29 14:28:59 [TRACE] dag/walk: upstream errored, not walking "provider.aws (close)" | |
2018/03/29 14:28:59 [TRACE] dag/walk: upstream errored, not walking "provisioner.file (close)" | |
2018/03/29 14:28:59 [TRACE] dag/walk: upstream errored, not walking "root" | |
2018/03/29 14:28:59 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:28:59 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:28:59 [TRACE] Preserving existing state lineage "a35349f2-9968-24d3-60e9-5ddd554eda10" | |
2018/03/29 14:28:59 [DEBUG] plugin: waiting for all plugin processes to complete... | |
[31m | |
[1m[31mError: [0m[0m[1mError applying plan: | |
1 error(s) occurred: | |
2018-03-29T14:28:59.386-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:59 [ERR] plugin: plugin server: accept unix /var/folders/9q/6tlm703d78vfwsqnfr06qyl40000gp/T/plugin182253276: use of closed network connection | |
2018-03-29T14:28:59.386-0700 [DEBUG] plugin.terraform: file-provisioner (internal) 2018/03/29 14:28:59 [DEBUG] plugin: waiting for all plugin processes to complete... | |
* aws_instance.node: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain | |
Terraform does not automatically rollback in the face of errors. | |
Instead, your Terraform state file has been partially updated with | |
any resources that successfully completed. Please address the error | |
above and apply again to incrementally change your infrastructure.[0m | |
[0m[0m[0m | |
2018-03-29T14:28:59.389-0700 [DEBUG] plugin: plugin process exited: path=/usr/local/Cellar/terraform/0.11.5/bin/terraform | |
2018-03-29T14:28:59.389-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