Skip to content

Instantly share code, notes, and snippets.

@anand-swaroop-git
Created August 12, 2019 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anand-swaroop-git/92015c1c8fc82ef3731d48d6258e89d4 to your computer and use it in GitHub Desktop.
Save anand-swaroop-git/92015c1c8fc82ef3731d48d6258e89d4 to your computer and use it in GitHub Desktop.
count=3, TF runs the remote-exec on all the three instances however does not complete and doesn't not show the outputs variables. Stuck at "Still creating..."
2019/08/11 22:56:49 [INFO] Terraform version: 0.12.6
2019/08/11 22:56:49 [INFO] Go runtime version: go1.12.4
2019/08/11 22:56:49 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "apply"}
2019/08/11 22:56:49 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019/08/11 22:56:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/08/11 22:56:49 [INFO] CLI command args: []string{"apply"}
2019/08/11 22:56:49 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/08/11 22:56:49 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/08/11 22:56:49 [DEBUG] New state was assigned lineage "241da09c-2787-abf0-29f2-2996c08d870b"
2019/08/11 22:56:49 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/08/11 22:56:49 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/08/11 22:56:49 [DEBUG] checking for provider in "."
2019/08/11 22:56:49 [DEBUG] checking for provider in "C:\\Users\\hslasw"
2019/08/11 22:56:49 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2019/08/11 22:56:49 [DEBUG] found provider "terraform-provider-aws_v2.23.0_x4.exe"
2019/08/11 22:56:49 [DEBUG] found provider "terraform-provider-null_v2.1.2_x4.exe"
2019/08/11 22:56:49 [DEBUG] found valid plugin: "null", "2.1.2", "C:\\Users\\hslasw\\docs\\Master-TF\\terraform-scratch\\.terraform\\plugins\\windows_amd64\\terraform-provider-null_v2.1.2_x4.exe"
2019/08/11 22:56:49 [DEBUG] found valid plugin: "aws", "2.23.0", "C:\\Users\\hslasw\\docs\\Master-TF\\terraform-scratch\\.terraform\\plugins\\windows_amd64\\terraform-provider-aws_v2.23.0_x4.exe"
2019/08/11 22:56:49 [DEBUG] checking for provisioner in "."
2019/08/11 22:56:49 [DEBUG] checking for provisioner in "C:\\Users\\hslasw"
2019/08/11 22:56:49 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2019/08/11 22:56:49 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/08/11 22:56:49 [INFO] backend/local: starting Apply operation
2019/08/11 22:56:49 [TRACE] backend/local: requesting state manager for workspace "default"
2019/08/11 22:56:49 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2019/08/11 22:56:49 [TRACE] backend/local: requesting state lock for workspace "default"
2019/08/11 22:56:50 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/08/11 22:56:50 [TRACE] statemgr.Filesystem: existing snapshot has lineage "0d3474c7-558b-a6b9-d971-3cd5255198fa" serial 211
2019/08/11 22:56:50 [TRACE] statemgr.Filesystem: locking terraform.tfstate using LockFileEx
2019/08/11 22:56:50 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/08/11 22:56:50 [TRACE] backend/local: reading remote state for workspace "default"
2019/08/11 22:56:50 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/08/11 22:56:50 [TRACE] statemgr.Filesystem: read snapshot with lineage "0d3474c7-558b-a6b9-d971-3cd5255198fa" serial 211
2019/08/11 22:56:50 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/08/11 22:56:50 [TRACE] backend/local: building context for current working directory
2019/08/11 22:56:50 [TRACE] terraform.NewContext: starting
2019/08/11 22:56:50 [TRACE] terraform.NewContext: resolving provider version selections
2019/08/11 22:56:50 [TRACE] terraform.NewContext: loading provider schemas
2019/08/11 22:56:50 [TRACE] LoadSchemas: retrieving schema for provider type "aws"
2019-08-11T22:56:50.470+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:50.491+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe]
2019-08-11T22:56:50.498+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=45152
2019-08-11T22:56:50.498+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe
2019-08-11T22:56:50.556+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:50.556+0930
2019-08-11T22:56:50.578+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp=2019-08-11T22:56:50.578+0930
2019-08-11T22:56:50.578+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:56:50 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:50 [TRACE] GRPCProvider: Close
2019-08-11T22:56:50.659+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=45152
2019-08-11T22:56:50.659+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:50 [TRACE] LoadSchemas: retrieving schema for provider type "null"
2019-08-11T22:56:50.659+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:50.679+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe]
2019-08-11T22:56:51.101+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=1696
2019-08-11T22:56:51.101+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe
2019-08-11T22:56:51.118+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:51.118+0930
2019-08-11T22:56:51.142+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp=2019-08-11T22:56:51.141+0930
2019-08-11T22:56:51.142+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:56:51 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:51 [TRACE] GRPCProvider: Close
2019-08-11T22:56:51.192+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=1696
2019-08-11T22:56:51.192+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:51 [TRACE] LoadSchemas: retrieving schema for provisioner "remote-exec"
2019-08-11T22:56:51.192+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\terraform.exe args=[C:\Users\hslasw\terraform.exe, internal-plugin, provisioner, remote-exec]
2019-08-11T22:56:51.199+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=40556
2019-08-11T22:56:51.199+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:56:51.226+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] Terraform version: 0.12.6
2019-08-11T22:56:51.226+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] Go runtime version: go1.12.4
2019-08-11T22:56:51.226+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:51.226+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:56:51.226+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:56:51.227+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:51.227+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:56:51 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:56:51.229+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:56:51.229+0930
2019-08-11T22:56:51.229+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:51.242+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=40556
2019-08-11T22:56:51.242+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:51 [TRACE] terraform.NewContext: complete
2019/08/11 22:56:51 [TRACE] backend/local: finished building terraform.Context
2019/08/11 22:56:51 [TRACE] backend/local: requesting interactive input, if necessary
2019/08/11 22:56:51 [TRACE] Context.Input: Prompting for variables
2019/08/11 22:56:51 [TRACE] Context.Input: Prompting for provider arguments
2019/08/11 22:56:51 [TRACE] Context.Input: Provider provider.aws declared at main.tf:31,1-15
2019/08/11 22:56:51 [TRACE] Context.Input: Provider provider.null implied by resource block at main.tf:53,1-40
2019/08/11 22:56:51 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2019/08/11 22:56:51 [TRACE] Context.Input: Input for provider.null: map[string]cty.Value{}
2019/08/11 22:56:51 [TRACE] backend/local: running validation operation
2019/08/11 22:56:51 [INFO] terraform: building graph: GraphTypeValidate
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:56:51 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.StateTransformer
2019/08/11 22:56:51 [TRACE] StateTransformer: state is empty, so nothing to do
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:56:51 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance" (*terraform.NodeValidatableResource) config from main.tf:41,1-38
2019/08/11 22:56:51 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource" (*terraform.NodeValidatableResource) config from main.tf:53,1-40
2019/08/11 22:56:51 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg" (*terraform.NodeValidatableResource) config from main.tf:80,1-47
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/08/11 22:56:51 [TRACE] MissingProviderTransformer: added implicit provisioner .remote-exec, first implied by null_resource.nullresource
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/08/11 22:56:51 [TRACE] ProvisionerTransformer: null_resource.nullresource is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ProvisionerTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:56:51 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:56:51 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.nullresource
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:56:51 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg is provided by provider.aws or inherited equivalent
2019/08/11 22:56:51 [TRACE] ProviderTransformer: aws_instance.ec2instance is provided by provider.aws or inherited equivalent
2019/08/11 22:56:51 [TRACE] ProviderTransformer: null_resource.nullresource is provided by provider.null or inherited equivalent
2019/08/11 22:56:51 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance
2019/08/11 22:56:51 [DEBUG] ProviderTransformer: "aws_instance.ec2instance" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/11 22:56:51 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource
2019/08/11 22:56:51 [DEBUG] ProviderTransformer: "null_resource.nullresource" (*terraform.NodeValidatableResource) needs provider.null
2019/08/11 22:56:51 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg
2019/08/11 22:56:51 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key var.aws_secret_key]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: [var.instance_name var.instance_name var.vpc_id]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "output.private_ip" references: [aws_instance.ec2instance]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance" references: [var.instance_count aws_security_group.ec2instance-sg var.instance_name]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "null_resource.nullresource" references: [var.instance_count]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "provider.null" references: []
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource - *terraform.NodeValidatableResource
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_instance.ec2instance - *terraform.NodeValidatableResource
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
var.instance_count - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
null_resource.nullresource - *terraform.NodeValidatableResource
output.private_ip - *terraform.NodeApplyableOutput
var.admin_password - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodeValidatableResource
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [DEBUG] Starting graph walk: walkValidate
2019/08/11 22:56:51 [TRACE] dag/walk: updating graph
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.null"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provisioner.remote-exec"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "provider.aws"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.instance_name"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.private_ip"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provider.null"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.admin_password"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "output.private_ip", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provisioner.remote-exec"
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec": starting visit (*terraform.NodeProvisioner)
2019/08/11 22:56:51 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec": evaluating
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: provisioner.remote-exec
2019/08/11 22:56:51 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:56:51 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.username": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provider.null"
2019/08/11 22:56:51 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:56:51 [TRACE] vertex "provider.null": evaluating
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: provider.null
2019/08/11 22:56:51 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:56:51 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:56:51 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provider.aws"
2019/08/11 22:56:51 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019-08-11T22:56:51.244+0930 [INFO] plugin: configuring client automatic mTLS
2019/08/11 22:56:51 [TRACE] vertex "provider.aws": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: provider.aws
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-08-11T22:56:51.244+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\terraform.exe args=[C:\Users\hslasw\terraform.exe, internal-plugin, provisioner, remote-exec]
2019-08-11T22:56:51.251+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=18616
2019-08-11T22:56:51.251+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:56:51.264+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe]
2019-08-11T22:56:51.271+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=820
2019-08-11T22:56:51.271+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe
2019-08-11T22:56:51.279+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] Terraform version: 0.12.6
2019-08-11T22:56:51.279+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] Go runtime version: go1.12.4
2019-08-11T22:56:51.279+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:51.280+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:56:51.280+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:56:51.280+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:51.280+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:56:51 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:56:51.281+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:56:51.281+0930
2019-08-11T22:56:51.281+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: provisioner.remote-exec
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec": visit complete
2019-08-11T22:56:51.287+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:51.287+0930
2019-08-11T22:56:51.310+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:51.310+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: network=tcp address=127.0.0.1:10001 timestamp=2019-08-11T22:56:51.309+0930
2019/08/11 22:56:51 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/08/11 22:56:51 [TRACE] buildProviderConfig for provider.null: no configuration at all
2019/08/11 22:56:51 [TRACE] GRPCProvider: GetSchema
2019-08-11T22:56:51.310+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:51.331+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe]
2019-08-11T22:56:51.338+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=51672
2019-08-11T22:56:51.338+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe
2019/08/11 22:56:51 [TRACE] GRPCProvider: PrepareProviderConfig
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: provider.null
2019/08/11 22:56:51 [TRACE] vertex "provider.null": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] vertex "null_resource.nullresource": starting visit (*terraform.NodeValidatableResource)
2019/08/11 22:56:51 [TRACE] vertex "null_resource.nullresource": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: null_resource.nullresource
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019-08-11T22:56:51.395+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:51.395+0930
2019-08-11T22:56:51.415+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:51.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: plugin address: address=127.0.0.1:10002 network=tcp timestamp=2019-08-11T22:56:51.415+0930
2019/08/11 22:56:51 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/08/11 22:56:51 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/08/11 22:56:51 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/08/11 22:56:51 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvisioner
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalValidateProvisioner
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: null_resource.nullresource
2019/08/11 22:56:51 [TRACE] vertex "null_resource.nullresource": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provisioner.remote-exec (close)"
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec (close)": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: provisioner.remote-exec (close)
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provider.null (close)"
2019/08/11 22:56:51 [TRACE] vertex "provider.null (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:56:51 [TRACE] vertex "provider.null (close)": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: provider.null (close)
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:56:51 [TRACE] GRPCProvider: Close
2019-08-11T22:56:51.426+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=820
2019-08-11T22:56:51.426+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: provider.null (close)
2019/08/11 22:56:51 [TRACE] vertex "provider.null (close)": visit complete
2019-08-11T22:56:51.429+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=18616
2019-08-11T22:56:51.429+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: provisioner.remote-exec (close)
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec (close)": visit complete
2019/08/11 22:56:51 [TRACE] GRPCProvider: PrepareProviderConfig
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2019/08/11 22:56:51 [TRACE] vertex "provider.aws": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:56:51 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodeValidatableResource)
2019/08/11 22:56:51 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/08/11 22:56:51 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:51 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] vertex "aws_instance.ec2instance": starting visit (*terraform.NodeValidatableResource)
2019/08/11 22:56:51 [TRACE] vertex "aws_instance.ec2instance": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: aws_instance.ec2instance
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/08/11 22:56:51 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: aws_instance.ec2instance
2019/08/11 22:56:51 [TRACE] vertex "aws_instance.ec2instance": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provider.aws (close)"
2019/08/11 22:56:51 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:56:51 [TRACE] vertex "provider.aws (close)": evaluating
2019/08/11 22:56:51 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:56:51 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:56:51 [TRACE] GRPCProvider: Close
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: output.private_ip
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:56:51 [TRACE] EvalWriteOutput: Removing output.private_ip from state (it is now null)
2019/08/11 22:56:51 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: output.private_ip
2019/08/11 22:56:51 [TRACE] vertex "output.private_ip": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:51 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/08/11 22:56:51 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/08/11 22:56:51 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:56:51 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-08-11T22:56:51.531+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=51672
2019-08-11T22:56:51.531+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:51 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2019/08/11 22:56:51 [TRACE] vertex "provider.aws (close)": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "root"
2019/08/11 22:56:51 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:56:51 [TRACE] vertex "root": visit complete
2019/08/11 22:56:51 [INFO] backend/local: apply calling Refresh
2019/08/11 22:56:51 [INFO] terraform: building graph: GraphTypeRefresh
2019/08/11 22:56:51 [TRACE] No managed resources in state during refresh; skipping managed resource transformer
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:56:51 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.StateTransformer
2019/08/11 22:56:51 [TRACE] StateTransformer: state is empty, so nothing to do
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
output.private_ip - *terraform.NodeApplyableOutput
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:56:51 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:56:51 [DEBUG] pruning unused provider.aws
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
output.private_ip - *terraform.NodeApplyableOutput
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "output.private_ip" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
output.private_ip - *terraform.NodeApplyableOutput
root - terraform.graphNodeRoot
output.private_ip - *terraform.NodeApplyableOutput
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2019/08/11 22:56:51 [DEBUG] Starting graph walk: walkRefresh
2019/08/11 22:56:51 [TRACE] dag/walk: updating graph
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "output.private_ip"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.admin_password"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.instance_name"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:56:51 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:56:51 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:56:51 [TRACE] [walkRefresh] Entering eval tree: output.private_ip
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:56:51 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:56:51 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:56:51 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:56:51 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] EvalWriteOutput: Removing output.private_ip from state (it is now null)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:56:51 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:56:51 [TRACE] [walkRefresh] Exiting eval tree: output.private_ip
2019/08/11 22:56:51 [TRACE] vertex "output.private_ip": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.username": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "root"
2019/08/11 22:56:51 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:56:51 [TRACE] vertex "root": visit complete
2019/08/11 22:56:51 [INFO] backend/local: apply calling Plan
2019/08/11 22:56:51 [INFO] terraform: building graph: GraphTypePlan
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:56:51 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.StateTransformer
2019/08/11 22:56:51 [TRACE] StateTransformer: state is empty, so nothing to do
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:56:51 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance" (*terraform.NodePlannableResource) config from main.tf:41,1-38
2019/08/11 22:56:51 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource" (*terraform.NodePlannableResource) config from main.tf:53,1-40
2019/08/11 22:56:51 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg" (*terraform.NodePlannableResource) config from main.tf:80,1-47
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/08/11 22:56:51 [TRACE] MissingProviderTransformer: added implicit provisioner .remote-exec, first implied by null_resource.nullresource
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/08/11 22:56:51 [TRACE] ProvisionerTransformer: null_resource.nullresource is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ProvisionerTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:56:51 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:56:51 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.nullresource
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:56:51 [TRACE] ProviderTransformer: aws_instance.ec2instance is provided by provider.aws or inherited equivalent
2019/08/11 22:56:51 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg is provided by provider.aws or inherited equivalent
2019/08/11 22:56:51 [TRACE] ProviderTransformer: null_resource.nullresource is provided by provider.null or inherited equivalent
2019/08/11 22:56:51 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance
2019/08/11 22:56:51 [DEBUG] ProviderTransformer: "aws_instance.ec2instance" (*terraform.NodePlannableResource) needs provider.aws
2019/08/11 22:56:51 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg
2019/08/11 22:56:51 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodePlannableResource) needs provider.aws
2019/08/11 22:56:51 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource
2019/08/11 22:56:51 [DEBUG] ProviderTransformer: "null_resource.nullresource" (*terraform.NodePlannableResource) needs provider.null
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:56:51 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource
2019/08/11 22:56:51 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance" references: [var.instance_count var.instance_name aws_security_group.ec2instance-sg]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "provider.null" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key var.aws_secret_key]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "null_resource.nullresource" references: [var.instance_count var.username aws_instance.ec2instance var.admin_password]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: [var.instance_name var.vpc_id var.instance_name]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "output.private_ip" references: [aws_instance.ec2instance]
2019/08/11 22:56:51 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodePlannableResource
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodePlannableResource
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/08/11 22:56:51 [TRACE] ForcedCBDTransformer: "aws_instance.ec2instance" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/08/11 22:56:51 [TRACE] ForcedCBDTransformer: "null_resource.nullresource" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/08/11 22:56:51 [TRACE] ForcedCBDTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodePlannableResource
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodePlannableResource
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource - *terraform.NodePlannableResource
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource - *terraform.NodePlannableResource
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:56:51 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_instance.ec2instance - *terraform.NodePlannableResource
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
var.instance_count - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
null_resource.nullresource - *terraform.NodePlannableResource
output.private_ip - *terraform.NodeApplyableOutput
null_resource.nullresource - *terraform.NodePlannableResource
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource - *terraform.NodePlannableResource
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:51 [DEBUG] Starting graph walk: walkPlan
2019/08/11 22:56:51 [TRACE] dag/walk: updating graph
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.null"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:56:51 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "provider.aws"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.instance_name"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "var.admin_password"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "var.instance_count"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provisioner.remote-exec"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.vpc_id"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provider.null"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.private_ip"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:51 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource"
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "output.private_ip", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provisioner.remote-exec"
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:56:51 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:56:51 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:56:51 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:56:51 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:56:51 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provider.aws"
2019/08/11 22:56:51 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:56:51 [TRACE] vertex "var.username": visit complete
2019/08/11 22:56:51 [TRACE] vertex "provider.aws": evaluating
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "provider.null"
2019/08/11 22:56:51 [TRACE] [walkPlan] Entering eval tree: provider.aws
2019/08/11 22:56:51 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:56:51 [TRACE] vertex "provider.null": evaluating
2019/08/11 22:56:51 [TRACE] [walkPlan] Entering eval tree: provider.null
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:56:51 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:56:51 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec": starting visit (*terraform.NodeProvisioner)
2019/08/11 22:56:51 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec": evaluating
2019/08/11 22:56:51 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:56:51 [TRACE] [walkPlan] Entering eval tree: provisioner.remote-exec
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019-08-11T22:56:51.534+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:51.534+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\terraform.exe args=[C:\Users\hslasw\terraform.exe, internal-plugin, provisioner, remote-exec]
2019-08-11T22:56:51.542+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=41388
2019-08-11T22:56:51.542+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:56:51.557+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe]
2019-08-11T22:56:51.564+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=32224
2019-08-11T22:56:51.564+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe
2019-08-11T22:56:51.571+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] Terraform version: 0.12.6
2019-08-11T22:56:51.571+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] Go runtime version: go1.12.4
2019-08-11T22:56:51.571+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:51.572+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:56:51.572+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:56:51.573+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:51 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:51.573+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:56:51 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:56:51.574+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:51.574+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:56:51.574+0930
2019/08/11 22:56:51 [TRACE] [walkPlan] Exiting eval tree: provisioner.remote-exec
2019/08/11 22:56:51 [TRACE] vertex "provisioner.remote-exec": visit complete
2019-08-11T22:56:51.621+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:51.621+0930
2019-08-11T22:56:51.642+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:51.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2019-08-11T22:56:51.642+0930
2019/08/11 22:56:51 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:51 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019-08-11T22:56:51.643+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:51.664+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe]
2019-08-11T22:56:52.119+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=47432
2019-08-11T22:56:52.119+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe
2019-08-11T22:56:52.135+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:52.135+0930
2019-08-11T22:56:52.160+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:52.160+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10002 network=tcp timestamp=2019-08-11T22:56:52.159+0930
2019/08/11 22:56:52 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null
2019/08/11 22:56:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:52 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:52 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:52 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:52 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:52 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:52 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:52 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/08/11 22:56:52 [TRACE] buildProviderConfig for provider.null: no configuration at all
2019/08/11 22:56:52 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:52 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/08/11 22:56:52 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:52 [TRACE] GRPCProvider: Configure
2019-08-11T22:56:52.195+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [INFO] No assume_role block read from configuration
2019-08-11T22:56:52.195+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [INFO] Building AWS auth structure
2019-08-11T22:56:52.195+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [INFO] Setting AWS metadata API timeout to 100ms
2019/08/11 22:56:52 [TRACE] GRPCProvider: Configure
2019/08/11 22:56:52 [TRACE] [walkPlan] Exiting eval tree: provider.null
2019/08/11 22:56:52 [TRACE] vertex "provider.null": visit complete
2019-08-11T22:56:52.479+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-11T22:56:52.479+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [INFO] AWS Auth provider used: "StaticProvider"
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:52 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e798a3b4127e45fc1d5c4f09d84ef1b3ba8369d7e2fbff26b32bbc80f65dbcc3
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132652Z
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:56:52.480+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:53 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:52 GMT
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: aeddbaf9-bc3b-11e9-a8bc-efc908df09b9
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:53 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>aeddbaf9-bc3b-11e9-a8bc-efc908df09b9</RequestId>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:53 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:53 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=60855bedd17dbc704eb2228237e2a7918343b0306b6d32fbacc03cd7bd503939
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132653Z
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:56:53.635+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:54 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:53 GMT
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: af701004-bc3b-11e9-8438-9710f48caa63
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:54 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>af701004-bc3b-11e9-8438-9710f48caa63</RequestId>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:56:54.595+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:54 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 87
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8825b86f6bcab672cec47a979290f5172aaa09c22f827f729bb59b44c61c8dc1
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132654Z
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-11T22:56:54.596+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:54 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 540
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:53 GMT
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:54 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>4cee1641-703a-4e26-9d9f-5805f1118f1b</requestId>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <accountAttributeSet>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeName>supported-platforms</attributeName>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValueSet>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValue>VPC</attributeValue>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attributeValueSet>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </accountAttributeSet>
2019-08-11T22:56:54.791+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeAccountAttributesResponse>
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2019/08/11 22:56:54 [TRACE] vertex "provider.aws": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodePlannableResource)
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": expanding dynamic subgraph
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_security_group.ec2instance-sg - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "aws_security_group.ec2instance-sg", instance aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: []
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": entering dynamic subgraph
2019/08/11 22:56:54 [TRACE] dag/walk: updating graph
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] Re-validating config for "aws_security_group.ec2instance-sg"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:54 [WARN] Provider "aws" produced an invalid plan for aws_security_group.ec2instance-sg, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .ingress: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("172.18.34.7/32")}), "description":cty.StringVal("All traffic from OD"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("-1"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(0)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(80), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(80)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTPS inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(443), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(443)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("OD from HAMBS Desktop"), "from_port":cty.NumberIntVal(10933), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(10933)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("RDP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("WinRM from HAMBS Desktop"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("RDP from HAMBS WiFi"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("WinRM from HAMBS WiFi"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.225.0/24")}), "description":cty.StringVal("RDP from HAMBS VPN"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListValEmpty(cty.String), "description":cty.StringVal("All traffic from VPC Endpoint for Secrets Management Service"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("-1"), "security_groups":cty.SetVal([]cty.Value{cty.StringVal("sg-052fd630c5936fec6")}), "self":cty.False, "to_port":cty.NumberIntVal(0)})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("172.18.34.7/32")}), "description":cty.StringVal("All traffic from OD"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("-1"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(0)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(80), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(80)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTPS inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(443), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(443)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("OD from HAMBS Desktop"), "from_port":cty.NumberIntVal(10933), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(10933)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("RDP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("WinRM from HAMBS Desktop"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("RDP from HAMBS WiFi"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("WinRM from HAMBS WiFi"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.225.0/24")}), "description":cty.StringVal("RDP from HAMBS VPN"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.NullVal(cty.List(cty.String)), "description":cty.StringVal("All traffic from VPC Endpoint for Secrets Management Service"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("-1"), "security_groups":cty.SetVal([]cty.Value{cty.StringVal("sg-052fd630c5936fec6")}), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(0)})})
- .revoke_rules_on_delete: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .egress: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("0.0.0.0/0")}), "description":cty.StringVal(""), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("-1"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(0)})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("0.0.0.0/0")}), "description":cty.NullVal(cty.String), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("-1"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(0)})})
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": dynamic subgraph completed successfully
2019/08/11 22:56:54 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "aws_instance.ec2instance"
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance": starting visit (*terraform.NodePlannableResource)
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance": expanding dynamic subgraph
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_instance.ec2instance[0] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "aws_instance.ec2instance[0]", instance aws_instance.ec2instance[0]
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "aws_instance.ec2instance[1]", instance aws_instance.ec2instance[1]
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "aws_instance.ec2instance[2]", instance aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[1]" references: []
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[2]" references: []
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[0]" references: []
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_instance.ec2instance[0] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
aws_instance.ec2instance[0] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance": entering dynamic subgraph
2019/08/11 22:56:54 [TRACE] dag/walk: updating graph
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[0]"
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[1]"
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[2]"
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:56:54 [TRACE] dag/walk: added edge: "root" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:56:54 [TRACE] dag/walk: added edge: "root" waiting on "aws_instance.ec2instance[2]"
2019/08/11 22:56:54 [TRACE] dag/walk: added edge: "root" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:56:54 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "aws_instance.ec2instance[2]"
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[2]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[2]": evaluating
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "aws_instance.ec2instance[0]"
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[0]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[0]": evaluating
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance[0]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[0]
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[0]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "aws_instance.ec2instance[1]"
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[1]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[1]": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance[1]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[1]
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[1]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:54 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:54 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:54 [TRACE] Re-validating config for "aws_instance.ec2instance[2]"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] Re-validating config for "aws_instance.ec2instance[1]"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] Re-validating config for "aws_instance.ec2instance[0]"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:54 [WARN] Provider "aws" produced an invalid plan for aws_instance.ec2instance[2], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .vpc_security_group_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)})
- .get_password_data: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .source_dest_check: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .root_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ebs_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ephemeral_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .network_interface: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [WARN] Provider "aws" produced an invalid plan for aws_instance.ec2instance[0], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .get_password_data: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .source_dest_check: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .vpc_security_group_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)})
- .network_interface: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .root_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ebs_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ephemeral_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/08/11 22:56:54 [WARN] Provider "aws" produced an invalid plan for aws_instance.ec2instance[1], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .vpc_security_group_ids: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)})
- .get_password_data: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .source_dest_check: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .ebs_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ephemeral_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .network_interface: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .root_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[1]
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[0]
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance[2]
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[2]": visit complete
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for aws_instance.ec2instance[1]
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance[1]
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[1]": visit complete
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for aws_instance.ec2instance[0]
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance[0]
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance[0]": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "root"
2019/08/11 22:56:54 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:56:54 [TRACE] vertex "root": visit complete
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance": dynamic subgraph completed successfully
2019/08/11 22:56:54 [TRACE] vertex "aws_instance.ec2instance": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "provider.aws (close)"
2019/08/11 22:56:54 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:56:54 [TRACE] vertex "provider.aws (close)": evaluating
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "null_resource.nullresource"
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:56:54 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:56:54 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: output.private_ip
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource": starting visit (*terraform.NodePlannableResource)
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:56:54 [TRACE] GRPCProvider: Close
2019/08/11 22:56:54 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource": expanding dynamic subgraph
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
null_resource.nullresource[0] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[1] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[2] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "null_resource.nullresource[0]", instance null_resource.nullresource[0]
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "null_resource.nullresource[1]", instance null_resource.nullresource[1]
2019/08/11 22:56:54 [DEBUG] Resource instance state not found for node "null_resource.nullresource[2]", instance null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:54 [TRACE] EvalWriteOutput: Saving value for output.private_ip in state
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "null_resource.nullresource[0]" references: []
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "null_resource.nullresource[1]" references: []
2019/08/11 22:56:54 [DEBUG] ReferenceTransformer: "null_resource.nullresource[2]" references: []
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:56:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:54 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
null_resource.nullresource[0] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[1] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[2] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
null_resource.nullresource[0] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[1] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[2] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource": entering dynamic subgraph
2019/08/11 22:56:54 [TRACE] dag/walk: updating graph
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[0]"
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[1]"
2019/08/11 22:56:54 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[2]"
2019/08/11 22:56:54 [TRACE] dag/walk: added edge: "root" waiting on "null_resource.nullresource[0]"
2019/08/11 22:56:54 [TRACE] dag/walk: added edge: "root" waiting on "null_resource.nullresource[1]"
2019/08/11 22:56:54 [TRACE] dag/walk: added edge: "root" waiting on "null_resource.nullresource[2]"
2019/08/11 22:56:54 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "null_resource.nullresource[0]"
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[0]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[0]": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource[0]
2019/08/11 22:56:54 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "null_resource.nullresource[2]"
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: output.private_ip
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[2]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] vertex "output.private_ip": visit complete
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[2]": evaluating
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "null_resource.nullresource[1]"
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[1]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[1]": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource[1]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019-08-11T22:56:54.816+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=32224
2019-08-11T22:56:54.816+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2019/08/11 22:56:54 [TRACE] vertex "provider.aws (close)": visit complete
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for null_resource.nullresource[1]
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for null_resource.nullresource[1]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for null_resource.nullresource[0]
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for null_resource.nullresource[0]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:54 [TRACE] Re-validating config for "null_resource.nullresource[1]"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] EvalReadState: reading state for null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] EvalReadState: no state present for null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] Re-validating config for "null_resource.nullresource[0]"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:54 [TRACE] Re-validating config for "null_resource.nullresource[2]"
2019/08/11 22:56:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:54 [TRACE] GRPCProvider: PlanResourceChange
2019-08-11T22:56:54.816+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:56:54 [DEBUG] Instance Diff is nil in SimpleDiff()
2019-08-11T22:56:54.816+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:56:54 [DEBUG] Instance Diff is nil in SimpleDiff()
2019-08-11T22:56:54.817+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:56:54 [DEBUG] Instance Diff is nil in SimpleDiff()
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[0]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[1]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for null_resource.nullresource[0]
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource[0]
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for null_resource.nullresource[1]
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[0]": visit complete
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource[1]
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[1]": visit complete
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:54 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:54 [TRACE] EvalWriteDiff: recorded Create change for null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource[2]
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource[2]": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "root"
2019/08/11 22:56:54 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:56:54 [TRACE] vertex "root": visit complete
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource": dynamic subgraph completed successfully
2019/08/11 22:56:54 [TRACE] vertex "null_resource.nullresource": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/08/11 22:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "provider.null (close)"
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "provisioner.remote-exec (close)"
2019/08/11 22:56:54 [TRACE] vertex "provider.null (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:56:54 [TRACE] vertex "provisioner.remote-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/08/11 22:56:54 [TRACE] vertex "provider.null (close)": evaluating
2019/08/11 22:56:54 [TRACE] vertex "provisioner.remote-exec (close)": evaluating
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: provisioner.remote-exec (close)
2019/08/11 22:56:54 [TRACE] [walkPlan] Entering eval tree: provider.null (close)
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:56:54 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:56:54 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019/08/11 22:56:54 [TRACE] GRPCProvider: Close
2019-08-11T22:56:54.825+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=47432
2019-08-11T22:56:54.825+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: provider.null (close)
2019/08/11 22:56:54 [TRACE] vertex "provider.null (close)": visit complete
2019-08-11T22:56:54.829+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=41388
2019-08-11T22:56:54.829+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:56:54 [TRACE] [walkPlan] Exiting eval tree: provisioner.remote-exec (close)
2019/08/11 22:56:54 [TRACE] vertex "provisioner.remote-exec (close)": visit complete
2019/08/11 22:56:54 [TRACE] dag/walk: visiting "root"
2019/08/11 22:56:54 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:56:54 [TRACE] vertex "root": visit complete
2019/08/11 22:56:55 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/08/11 22:56:55 [INFO] backend/local: apply calling Apply
2019/08/11 22:56:55 [INFO] terraform: building graph: GraphTypeApply
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:56:55 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/08/11 22:56:55 [TRACE] DiffTransformer starting
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for aws_security_group.ec2instance-sg
2019/08/11 22:56:55 [TRACE] DiffTransformer: aws_security_group.ec2instance-sg will be represented by aws_security_group.ec2instance-sg
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for aws_instance.ec2instance[2]
2019/08/11 22:56:55 [TRACE] DiffTransformer: aws_instance.ec2instance[2] will be represented by aws_instance.ec2instance[2]
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for aws_instance.ec2instance[1]
2019/08/11 22:56:55 [TRACE] DiffTransformer: aws_instance.ec2instance[1] will be represented by aws_instance.ec2instance[1]
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for aws_instance.ec2instance[0]
2019/08/11 22:56:55 [TRACE] DiffTransformer: aws_instance.ec2instance[0] will be represented by aws_instance.ec2instance[0]
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for null_resource.nullresource[0]
2019/08/11 22:56:55 [TRACE] DiffTransformer: null_resource.nullresource[0] will be represented by null_resource.nullresource[0]
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for null_resource.nullresource[1]
2019/08/11 22:56:55 [TRACE] DiffTransformer: null_resource.nullresource[1] will be represented by null_resource.nullresource[1]
2019/08/11 22:56:55 [TRACE] DiffTransformer: found Create change for null_resource.nullresource[2]
2019/08/11 22:56:55 [TRACE] DiffTransformer: null_resource.nullresource[2] will be represented by null_resource.nullresource[2]
2019/08/11 22:56:55 [TRACE] DiffTransformer complete
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance[0]" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource[0]" (*terraform.NodeApplyableResourceInstance) config from main.tf:53,1-40
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource[1]" (*terraform.NodeApplyableResourceInstance) config from main.tf:53,1-40
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:41,1-38
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:53,1-40
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg" (*terraform.NodeApplyableResourceInstance) config from main.tf:80,1-47
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance[2]" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance[1]" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource[2]" (*terraform.NodeApplyableResourceInstance) config from main.tf:53,1-40
2019/08/11 22:56:55 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:80,1-47
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "aws_instance.ec2instance[0]", instance aws_instance.ec2instance[0]
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "null_resource.nullresource[0]", instance null_resource.nullresource[0]
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "null_resource.nullresource[1]", instance null_resource.nullresource[1]
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "aws_security_group.ec2instance-sg", instance aws_security_group.ec2instance-sg
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "aws_instance.ec2instance[2]", instance aws_instance.ec2instance[2]
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "aws_instance.ec2instance[1]", instance aws_instance.ec2instance[1]
2019/08/11 22:56:55 [DEBUG] Resource state not found for node "null_resource.nullresource[2]", instance null_resource.nullresource[2]
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/08/11 22:56:55 [TRACE] MissingProviderTransformer: added implicit provisioner .remote-exec, first implied by null_resource.nullresource[0]
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/08/11 22:56:55 [TRACE] ProvisionerTransformer: null_resource.nullresource[0] is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:56:55 [TRACE] ProvisionerTransformer: null_resource.nullresource[1] is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:56:55 [TRACE] ProvisionerTransformer: null_resource.nullresource (prepare state) is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:56:55 [TRACE] ProvisionerTransformer: null_resource.nullresource[2] is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.ProvisionerTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec - *terraform.NodeProvisioner
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:56:55 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:56:55 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.nullresource (prepare state)
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:56:55 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg (prepare state) is provided by provider.aws or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: aws_instance.ec2instance (prepare state) is provided by provider.aws or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: aws_instance.ec2instance[2] is provided by provider.aws or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: aws_instance.ec2instance[0] is provided by provider.aws or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: null_resource.nullresource[1] is provided by provider.null or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: null_resource.nullresource[2] is provided by provider.null or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: null_resource.nullresource (prepare state) is provided by provider.null or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg is provided by provider.aws or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: aws_instance.ec2instance[1] is provided by provider.aws or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: null_resource.nullresource[0] is provided by provider.null or inherited equivalent
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance[2]
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "aws_instance.ec2instance[2]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource[1]
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "null_resource.nullresource[1]" (*terraform.NodeApplyableResourceInstance) needs provider.null
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource (prepare state)
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "null_resource.nullresource (prepare state)" (*terraform.NodeApplyableResource) needs provider.null
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance (prepare state)
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "aws_instance.ec2instance (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance[0]
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "aws_instance.ec2instance[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource[2]
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "null_resource.nullresource[2]" (*terraform.NodeApplyableResourceInstance) needs provider.null
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance[1]
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "aws_instance.ec2instance[1]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:56:55 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource[0]
2019/08/11 22:56:55 [DEBUG] ProviderTransformer: "null_resource.nullresource[0]" (*terraform.NodeApplyableResourceInstance) needs provider.null
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:56:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource[1]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource[1]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance (prepare state)
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance[2]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance[0]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource[0]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource[0]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource[2]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource[2]
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource (prepare state)
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource (prepare state)
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg
2019/08/11 22:56:55 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance[1]
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: [var.vpc_id var.instance_name var.instance_name]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[1]" references: [var.instance_count aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg (prepare state) var.instance_name]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "null_resource.nullresource[0]" references: [var.instance_count var.username aws_instance.ec2instance[1] aws_instance.ec2instance[2] aws_instance.ec2instance[0] aws_instance.ec2instance (prepare state) var.admin_password]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "null_resource.nullresource[2]" references: [var.instance_count var.username aws_instance.ec2instance[1] aws_instance.ec2instance[2] aws_instance.ec2instance[0] aws_instance.ec2instance (prepare state) var.admin_password]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "null_resource.nullresource (prepare state)" references: [var.instance_count]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key var.aws_secret_key]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg (prepare state)" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[2]" references: [var.instance_count aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg (prepare state) var.instance_name]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[0]" references: [var.instance_count var.instance_name aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg (prepare state)]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "null_resource.nullresource[1]" references: [var.instance_count var.admin_password var.username aws_instance.ec2instance[1] aws_instance.ec2instance[2] aws_instance.ec2instance[0] aws_instance.ec2instance (prepare state)]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance (prepare state)" references: [var.instance_count]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "output.private_ip" references: [aws_instance.ec2instance[1] aws_instance.ec2instance[2] aws_instance.ec2instance[0] aws_instance.ec2instance (prepare state)]
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "provider.null" references: []
2019/08/11 22:56:55 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
output.private_ip - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.admin_password - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:56:55 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
var.instance_count - *terraform.NodeRootVariable
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance (prepare state) - *terraform.NodeApplyableResource
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg - *terraform.NodeApplyableResourceInstance
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
var.instance_name - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
aws_security_group.ec2instance-sg (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
output.private_ip - *terraform.NodeApplyableOutput
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.remote-exec - *terraform.NodeProvisioner
var.instance_count - *terraform.NodeRootVariable
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
var.admin_password - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
var.admin_password - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource (prepare state) - *terraform.NodeApplyableResource
var.admin_password - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
output.private_ip - *terraform.NodeApplyableOutput
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_instance.ec2instance[0] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodeApplyableResourceInstance
aws_instance.ec2instance[2] - *terraform.NodeApplyableResourceInstance
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
provisioner.remote-exec - *terraform.NodeProvisioner
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[2] - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.remote-exec (close) - *terraform.graphNodeCloseProvisioner
var.admin_password - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.instance_count - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
var.username - *terraform.NodeRootVariable
var.vpc_id - *terraform.NodeRootVariable
------
2019/08/11 22:56:55 [DEBUG] Starting graph walk: walkApply
2019/08/11 22:56:55 [TRACE] dag/walk: updating graph
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "provider.null"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "null_resource.nullresource (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "aws_instance.ec2instance[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[2]" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[1]" waiting on "aws_instance.ec2instance (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[0]" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.private_ip"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "aws_security_group.ec2instance-sg (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.vpc_id"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[1]" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[2]" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance (prepare state)" waiting on "var.instance_count"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg (prepare state)" waiting on "provider.aws"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[2]" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[2]" waiting on "var.username"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource (prepare state)" waiting on "provider.null"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource (prepare state)" waiting on "provisioner.remote-exec"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[0]" waiting on "aws_instance.ec2instance (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[2]" waiting on "null_resource.nullresource (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance (prepare state)" waiting on "provider.aws"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[2]" waiting on "var.admin_password"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "aws_instance.ec2instance[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[2]" waiting on "aws_instance.ec2instance (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "var.admin_password"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "var.username"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "var.username"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource (prepare state)" waiting on "var.instance_count"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource[1]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "null_resource.nullresource (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[2]" waiting on "aws_instance.ec2instance[2]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "var.admin_password"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "null_resource.nullresource (prepare state)"
2019/08/11 22:56:55 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.instance_name"
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource[1]", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance[2]", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance[1]", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance[0]", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource (prepare state)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource[2]", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg (prepare state)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource[0]", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "output.private_ip", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance (prepare state)", sending new deps
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "provisioner.remote-exec"
2019/08/11 22:56:55 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:56:55 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:56:55 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:56:55 [TRACE] vertex "provisioner.remote-exec": starting visit (*terraform.NodeProvisioner)
2019/08/11 22:56:55 [TRACE] vertex "provisioner.remote-exec": evaluating
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:56:55 [TRACE] [walkApply] Entering eval tree: provisioner.remote-exec
2019/08/11 22:56:55 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/08/11 22:56:55 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:56:55 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:56:55 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:56:55 [TRACE] vertex "var.username": visit complete
2019/08/11 22:56:55 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "provider.null"
2019/08/11 22:56:55 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:56:55 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:56:55 [TRACE] vertex "provider.null": evaluating
2019/08/11 22:56:55 [TRACE] [walkApply] Entering eval tree: provider.null
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:55 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "provider.aws"
2019/08/11 22:56:55 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:56:55 [TRACE] vertex "provider.aws": evaluating
2019/08/11 22:56:55 [TRACE] [walkApply] Entering eval tree: provider.aws
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-08-11T22:56:55.243+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\terraform.exe args=[C:\Users\hslasw\terraform.exe, internal-plugin, provisioner, remote-exec]
2019-08-11T22:56:55.244+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:55.252+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=21316
2019-08-11T22:56:55.252+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:56:55.262+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe]
2019-08-11T22:56:55.270+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=50096
2019-08-11T22:56:55.270+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe
2019-08-11T22:56:55.284+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:55 [INFO] Terraform version: 0.12.6
2019-08-11T22:56:55.284+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:55 [INFO] Go runtime version: go1.12.4
2019-08-11T22:56:55.284+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:55 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:55.285+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:55 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:56:55.285+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:55 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:56:55.285+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:56:55 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:56:55.297+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:56:55 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:56:55.298+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:55.298+0930
2019-08-11T22:56:55.298+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2019-08-11T22:56:55.298+0930
2019-08-11T22:56:55.298+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:56:55 [TRACE] [walkApply] Exiting eval tree: provisioner.remote-exec
2019/08/11 22:56:55 [TRACE] vertex "provisioner.remote-exec": visit complete
2019-08-11T22:56:55.322+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:56:55.322+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp=2019-08-11T22:56:55.322+0930
2019/08/11 22:56:55 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null
2019/08/11 22:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019-08-11T22:56:55.322+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:56:55.344+0930 [DEBUG] plugin: starting plugin: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe args=[C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe]
2019-08-11T22:56:55.351+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=11672
2019-08-11T22:56:55.351+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe
2019-08-11T22:56:55.419+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:56:55.419+0930
2019-08-11T22:56:55.441+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: plugin address: address=127.0.0.1:10002 network=tcp timestamp=2019-08-11T22:56:55.441+0930
2019-08-11T22:56:55.441+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:56:55 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/08/11 22:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:55 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/08/11 22:56:55 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/08/11 22:56:55 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:55 [TRACE] buildProviderConfig for provider.null: no configuration at all
2019/08/11 22:56:55 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:56:55 [TRACE] GRPCProvider: Configure
2019/08/11 22:56:55 [TRACE] [walkApply] Exiting eval tree: provider.null
2019/08/11 22:56:55 [TRACE] vertex "provider.null": visit complete
2019/08/11 22:56:55 [TRACE] dag/walk: visiting "null_resource.nullresource (prepare state)"
2019/08/11 22:56:55 [TRACE] vertex "null_resource.nullresource (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/08/11 22:56:55 [TRACE] vertex "null_resource.nullresource (prepare state)": evaluating
2019/08/11 22:56:55 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource (prepare state)
2019/08/11 22:56:55 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:56:55 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource (prepare state)
2019/08/11 22:56:55 [TRACE] vertex "null_resource.nullresource (prepare state)": visit complete
2019/08/11 22:56:55 [TRACE] GRPCProvider: Configure
2019-08-11T22:56:55.515+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [INFO] No assume_role block read from configuration
2019-08-11T22:56:55.515+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [INFO] Building AWS auth structure
2019-08-11T22:56:55.515+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [INFO] Setting AWS metadata API timeout to 100ms
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [INFO] AWS Auth provider used: "StaticProvider"
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:55 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=46b238917ac80f9157c265661b87d3b576853d7246124ae5a21c8c6ebeae3441
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132655Z
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:56:55.785+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:56 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:55 GMT
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: b0bd2a1a-bc3b-11e9-8491-d572e8539307
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:56 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>b0bd2a1a-bc3b-11e9-8491-d572e8539307</RequestId>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:56 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:56 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ed9c3f3ef8e86445e1e64b5c380548ca020a588cace3a627742726201388fbc4
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132656Z
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:56:56.779+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:56 GMT
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: b14ebad8-bc3b-11e9-bb3b-4f4fd1d2399a
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>b14ebad8-bc3b-11e9-bb3b-4f4fd1d2399a</RequestId>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:56:57.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 87
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6ed0502182bc40531e62b4538b163dabeb83fa36b17abecdbd14c1cc14b8ef2c
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132657Z
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-11T22:56:57.735+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 540
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:57 GMT
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>abbf747b-ca9d-4ccb-8c29-17df60f74044</requestId>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <accountAttributeSet>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeName>supported-platforms</attributeName>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValueSet>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValue>VPC</attributeValue>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attributeValueSet>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </accountAttributeSet>
2019-08-11T22:56:57.879+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeAccountAttributesResponse>
2019/08/11 22:56:57 [TRACE] [walkApply] Exiting eval tree: provider.aws
2019/08/11 22:56:57 [TRACE] vertex "provider.aws": visit complete
2019/08/11 22:56:57 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg (prepare state)"
2019/08/11 22:56:57 [TRACE] vertex "aws_security_group.ec2instance-sg (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/08/11 22:56:57 [TRACE] vertex "aws_security_group.ec2instance-sg (prepare state)": evaluating
2019/08/11 22:56:57 [TRACE] [walkApply] Entering eval tree: aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:56:57 [TRACE] dag/walk: visiting "aws_instance.ec2instance (prepare state)"
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:56:57 [TRACE] vertex "aws_instance.ec2instance (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/08/11 22:56:57 [TRACE] [walkApply] Exiting eval tree: aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:56:57 [TRACE] vertex "aws_instance.ec2instance (prepare state)": evaluating
2019/08/11 22:56:57 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance (prepare state)
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:56:57 [TRACE] vertex "aws_security_group.ec2instance-sg (prepare state)": visit complete
2019/08/11 22:56:57 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:56:57 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:56:57 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance (prepare state)
2019/08/11 22:56:57 [TRACE] vertex "aws_instance.ec2instance (prepare state)": visit complete
2019/08/11 22:56:57 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:56:57 [TRACE] [walkApply] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:57 [TRACE] EvalReadDiff: Read Create change from plan for aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:57 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:57 [TRACE] EvalReadState: reading state for aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] EvalReadState: no state present for aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:57 [TRACE] EvalReadDiff: Read Create change from plan for aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:57 [TRACE] Re-validating config for "aws_security_group.ec2instance-sg"
2019/08/11 22:56:57 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:57 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:57 [WARN] Provider "aws" produced an invalid plan for aws_security_group.ec2instance-sg, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .ingress: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("172.18.34.7/32")}), "description":cty.StringVal("All traffic from OD"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("-1"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(0)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(80), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(80)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTPS inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(443), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(443)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("OD from HAMBS Desktop"), "from_port":cty.NumberIntVal(10933), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(10933)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("RDP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("WinRM from HAMBS Desktop"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("RDP from HAMBS WiFi"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("WinRM from HAMBS WiFi"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.225.0/24")}), "description":cty.StringVal("RDP from HAMBS VPN"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("tcp"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListValEmpty(cty.String), "description":cty.StringVal("All traffic from VPC Endpoint for Secrets Management Service"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("-1"), "security_groups":cty.SetVal([]cty.Value{cty.StringVal("sg-052fd630c5936fec6")}), "self":cty.False, "to_port":cty.NumberIntVal(0)})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("172.18.34.7/32")}), "description":cty.StringVal("All traffic from OD"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("-1"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(0)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(80), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(80)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("HTTPS inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(443), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(443)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("OD from HAMBS Desktop"), "from_port":cty.NumberIntVal(10933), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(10933)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("RDP inbound for HAMBS Desktop"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.220.0/24")}), "description":cty.StringVal("WinRM from HAMBS Desktop"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("RDP from HAMBS WiFi"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.224.0/24")}), "description":cty.StringVal("WinRM from HAMBS WiFi"), "from_port":cty.NumberIntVal(5985), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(5985)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("192.168.225.0/24")}), "description":cty.StringVal("RDP from HAMBS VPN"), "from_port":cty.NumberIntVal(3389), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("tcp"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(3389)}), cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.NullVal(cty.List(cty.String)), "description":cty.StringVal("All traffic from VPC Endpoint for Secrets Management Service"), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("-1"), "security_groups":cty.SetVal([]cty.Value{cty.StringVal("sg-052fd630c5936fec6")}), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(0)})})
- .revoke_rules_on_delete: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .egress: planned value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("0.0.0.0/0")}), "description":cty.StringVal(""), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.ListValEmpty(cty.String), "prefix_list_ids":cty.ListValEmpty(cty.String), "protocol":cty.StringVal("-1"), "security_groups":cty.SetValEmpty(cty.String), "self":cty.False, "to_port":cty.NumberIntVal(0)})}) does not match config value cty.SetVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cidr_blocks":cty.ListVal([]cty.Value{cty.StringVal("0.0.0.0/0")}), "description":cty.NullVal(cty.String), "from_port":cty.NumberIntVal(0), "ipv6_cidr_blocks":cty.NullVal(cty.List(cty.String)), "prefix_list_ids":cty.NullVal(cty.List(cty.String)), "protocol":cty.StringVal("-1"), "security_groups":cty.NullVal(cty.Set(cty.String)), "self":cty.NullVal(cty.Bool), "to_port":cty.NumberIntVal(0)})})
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:56:57 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:57 [TRACE] EvalReadState: reading state for aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] EvalReadState: no state present for aws_security_group.ec2instance-sg
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:57 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:56:57 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:56:57 [DEBUG] aws_security_group.ec2instance-sg: applying the planned Create change
2019/08/11 22:56:57 [TRACE] GRPCProvider: ApplyResourceChange
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] Security Group create configuration: {
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "Security Group to govern access to this EC2 instance from HAMBS",
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: "Testing-sg",
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: VpcId: "vpc-0a3ca3b8b6d7197a2"
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:57 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSecurityGroup Details:
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 175
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a2d01389f81dc015afeba9d097708716c0bb698baa0ecdeb1bc738823ed18fbe
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132657Z
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=CreateSecurityGroup&GroupDescription=Security+Group+to+govern+access+to+this+EC2+instance+from+HAMBS&GroupName=Testing-sg&Version=2016-11-15&VpcId=vpc-0a3ca3b8b6d7197a2
2019-08-11T22:56:57.895+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSecurityGroup Details:
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 283
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:57 GMT
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <CreateSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>8bf0cb1b-d6d6-42d0-9039-babfb2e7e1c0</requestId>
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </CreateSecurityGroupResponse>
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [INFO] Security Group ID: sg-05681e370db334cd4
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Waiting for Security Group (sg-05681e370db334cd4) to exist
2019-08-11T22:56:58.082+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Waiting for state to become: [exists]
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 79
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b2b6fdef216c611251a3680e628308b43f38eaa619e6b1e2f6490ec7333592e1
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132658Z
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeSecurityGroups&GroupId.1=sg-05681e370db334cd4&Version=2016-11-15
2019-08-11T22:56:58.083+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 1077
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:57 GMT
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>5f48979e-d08c-4160-a462-3ffff5c46d87</requestId>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <securityGroupInfo>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupDescription>Security Group to govern access to this EC2 instance from HAMBS</groupDescription>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissions/>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissionsEgress>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>-1</ipProtocol>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipPermissionsEgress>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </securityGroupInfo>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeSecurityGroupsResponse>
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Matching ^aws: with Name
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Matching ^aws: with Name
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Creating tags: [{
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-sg"
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }] for sg-05681e370db334cd4
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateTags Details:
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 108
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=310ece4bc267a9c7c0db98717ad8013ca632da4d8061be851f966c34707f4dfd
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132658Z
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=CreateTags&ResourceId.1=sg-05681e370db334cd4&Tag.1.Key=Name&Tag.1.Value=Testing-sg&Version=2016-11-15
2019-08-11T22:56:58.269+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateTags Details:
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 221
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:57 GMT
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <CreateTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>9d4ce5e5-9455-4428-946c-a0c311183156</requestId>
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </CreateTagsResponse>
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Revoking default egress rule for Security Group for sg-05681e370db334cd4
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 208
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3296bae75eb6c10096055e902f6fddeb99bff11e8471a2ca4c01b1d696dbd26d
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132658Z
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RevokeSecurityGroupEgress&GroupId=sg-05681e370db334cd4&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
2019-08-11T22:56:58.444+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 251
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:57 GMT
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RevokeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>a2e5dece-4f64-46af-ab87-843b1d4b965f</requestId>
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RevokeSecurityGroupEgressResponse>
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Revoking default IPv6 egress rule for Security Group for sg-05681e370db334cd4
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 211
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=45476887cd45ea7982f9aaa3495c8b652dfe019252375330fba53c389d695b0a
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132658Z
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RevokeSecurityGroupEgress&GroupId=sg-05681e370db334cd4&IpPermissions.1.FromPort=0&IpPermissions.1.IpProtocol=-1&IpPermissions.1.Ipv6Ranges.1.CidrIpv6=%3A%3A%2F0&IpPermissions.1.ToPort=0&Version=2016-11-15
2019-08-11T22:56:58.659+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 400 Bad Request
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:57 GMT
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Response><Errors><Error><Code>InvalidPermission.NotFound</Code><Message>The specified rule does not exist in this security group.</Message></Error></Errors><RequestID>37ca3d07-db40-4224-8142-875dd80223ee</RequestID></Response>
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/RevokeSecurityGroupEgress failed, attempt 0/25, error InvalidPermission.NotFound: The specified rule does not exist in this security group.
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: status code: 400, request id: 37ca3d07-db40-4224-8142-875dd80223ee
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Waiting for Security Group (sg-05681e370db334cd4) to exist
2019-08-11T22:56:58.839+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] Waiting for state to become: [exists]
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 79
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b2b6fdef216c611251a3680e628308b43f38eaa619e6b1e2f6490ec7333592e1
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132658Z
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeSecurityGroups&GroupId.1=sg-05681e370db334cd4&Version=2016-11-15
2019-08-11T22:56:58.840+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 838
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:58 GMT
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>00768406-f666-49fb-85e5-96a206b89aec</requestId>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <securityGroupInfo>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupDescription>Security Group to govern access to this EC2 instance from HAMBS</groupDescription>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissions/>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissionsEgress/>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-sg</value>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </securityGroupInfo>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeSecurityGroupsResponse>
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Authorizing security group {
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "Security Group to govern access to this EC2 instance from HAMBS",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupId: "sg-05681e370db334cd4",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: "Testing-sg",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: OwnerId: "107096209866",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-sg"
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: VpcId: "vpc-0a3ca3b8b6d7197a2"
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: } ingress rule: []*ec2.IpPermission{{
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 10933,
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "OD from HAMBS Desktop"
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.009+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 10933
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 3389,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.225.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "RDP from HAMBS VPN"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 3389
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 5985,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.224.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "WinRM from HAMBS WiFi"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 5985
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 80,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "HTTP inbound for HAMBS Desktop"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 80
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 5985,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "WinRM from HAMBS Desktop"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 5985
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 0,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "-1",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "172.18.34.7/32",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "All traffic from OD"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 0
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 3389,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.224.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "RDP from HAMBS WiFi"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 3389
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 3389,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "RDP inbound for HAMBS Desktop"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 3389
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 0,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "-1",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 0,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: UserIdGroupPairs: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "All traffic from VPC Endpoint for Secrets Management Service",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupId: "sg-052fd630c5936fec6"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 443,
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "HTTPS inbound for HAMBS Desktop"
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 443
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }}
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupIngress Details:
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2160
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=284a664ab297eaff858c475a14db46179f4cfe672a688dd881de8089e5ac5634
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132659Z
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=AuthorizeSecurityGroupIngress&GroupId=sg-05681e370db334cd4&IpPermissions.1.FromPort=10933&IpPermissions.1.IpProtocol=tcp&IpPermissions.1.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.1.IpRanges.1.Description=OD+from+HAMBS+Desktop&IpPermissions.1.ToPort=10933&IpPermissions.10.FromPort=443&IpPermissions.10.IpProtocol=tcp&IpPermissions.10.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.10.IpRanges.1.Description=HTTPS+inbound+for+HAMBS+Desktop&IpPermissions.10.ToPort=443&IpPermissions.2.FromPort=3389&IpPermissions.2.IpProtocol=tcp&IpPermissions.2.IpRanges.1.CidrIp=192.168.225.0%2F24&IpPermissions.2.IpRanges.1.Description=RDP+from+HAMBS+VPN&IpPermissions.2.ToPort=3389&IpPermissions.3.FromPort=5985&IpPermissions.3.IpProtocol=tcp&IpPermissions.3.IpRanges.1.CidrIp=192.168.224.0%2F24&IpPermissions.3.IpRanges.1.Description=WinRM+from+HAMBS+WiFi&IpPermissions.3.ToPort=5985&IpPermissions.4.FromPort=80&IpPermissions.4.IpProtocol=tcp&IpPermissions.4.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.4.IpRanges.1.Description=HTTP+inbound+for+HAMBS+Desktop&IpPermissions.4.ToPort=80&IpPermissions.5.FromPort=5985&IpPermissions.5.IpProtocol=tcp&IpPermissions.5.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.5.IpRanges.1.Description=WinRM+from+HAMBS+Desktop&IpPermissions.5.ToPort=5985&IpPermissions.6.FromPort=0&IpPermissions.6.IpProtocol=-1&IpPermissions.6.IpRanges.1.CidrIp=172.18.34.7%2F32&IpPermissions.6.IpRanges.1.Description=All+traffic+from+OD&IpPermissions.6.ToPort=0&IpPermissions.7.FromPort=3389&IpPermissions.7.IpProtocol=tcp&IpPermissions.7.IpRanges.1.CidrIp=192.168.224.0%2F24&IpPermissions.7.IpRanges.1.Description=RDP+from+HAMBS+WiFi&IpPermissions.7.ToPort=3389&IpPermissions.8.FromPort=3389&IpPermissions.8.IpProtocol=tcp&IpPermissions.8.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.8.IpRanges.1.Description=RDP+inbound+for+HAMBS+Desktop&IpPermissions.8.ToPort=3389&IpPermissions.9.FromPort=0&IpPermissions.9.Groups.1.Description=All+traffic+from+VPC+Endpoint+for+Secrets+Management+Service&IpPermissions.9.Groups.1.GroupId=sg-052fd630c5936fec6&IpPermissions.9.IpProtocol=-1&IpPermissions.9.ToPort=0&Version=2016-11-15
2019-08-11T22:56:59.010+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupIngress Details:
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 259
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:58 GMT
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <AuthorizeSecurityGroupIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>2f713591-6229-4d0d-ac6c-ea44cb11e740</requestId>
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </AuthorizeSecurityGroupIngressResponse>
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Authorizing security group {
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "Security Group to govern access to this EC2 instance from HAMBS",
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupId: "sg-05681e370db334cd4",
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: "Testing-sg",
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: OwnerId: "107096209866",
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-sg"
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: VpcId: "vpc-0a3ca3b8b6d7197a2"
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: } egress rule: []*ec2.IpPermission{{
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 0,
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "-1",
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "0.0.0.0/0"
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 0
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }}
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupEgress Details:
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 211
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=33e5a721a93209ba94b2d4cef724ff66cddffa5d890fb88e48604c4426398c8f
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132659Z
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=AuthorizeSecurityGroupEgress&GroupId=sg-05681e370db334cd4&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
2019-08-11T22:56:59.220+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupEgress Details:
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 257
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:58 GMT
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <AuthorizeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>c2fac75c-313e-4d38-8dbe-1a3cbaf90300</requestId>
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </AuthorizeSecurityGroupEgressResponse>
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Waiting for Security Group (sg-05681e370db334cd4) to exist
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Waiting for state to become: [exists]
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 79
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8c629e37458f324282d5591c43bcb7ff7fbf1f92e73b6f32a70a686123cacff3
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132659Z
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeSecurityGroups&GroupId.1=sg-05681e370db334cd4&Version=2016-11-15
2019-08-11T22:56:59.429+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:58 GMT
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>fd3c710a-3da5-489b-95d3-4b509bc0444a</requestId>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <securityGroupInfo>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupDescription>Security Group to govern access to this EC2 instance from HAMBS</groupDescription>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissions>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>80</fromPort>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>80</toPort>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>HTTP inbound for HAMBS Desktop</description>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>10933</fromPort>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>10933</toPort>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>OD from HAMBS Desktop</description>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>-1</ipProtocol>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userId>107096209866</userId>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-052fd630c5936fec6</groupId>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>All traffic from VPC Endpoint for Secrets Management Service</description>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groups>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>172.18.34.7/32</cidrIp>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>All traffic from OD</description>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>3389</fromPort>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>3389</toPort>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.225.0/24</cidrIp>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>RDP from HAMBS VPN</description>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.224.0/24</cidrIp>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>RDP from HAMBS WiFi</description>
2019-08-11T22:56:59.586+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>RDP inbound for HAMBS Desktop</description>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>443</fromPort>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>443</toPort>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>HTTPS inbound for HAMBS Desktop</description>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>5985</fromPort>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>5985</toPort>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.224.0/24</cidrIp>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>WinRM from HAMBS WiFi</description>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>WinRM from HAMBS Desktop</description>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipPermissions>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissionsEgress>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>-1</ipProtocol>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipPermissionsEgress>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-sg</value>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </securityGroupInfo>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeSecurityGroupsResponse>
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Local rule has more Security Groups, continuing (1/0)
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:56:59.587+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Matching ^aws: with Name
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:59 [TRACE] EvalWriteState: writing current state object for aws_security_group.ec2instance-sg
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:56:59 [TRACE] EvalWriteState: writing current state object for aws_security_group.ec2instance-sg
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:56:59 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2019/08/11 22:56:59 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 212
2019/08/11 22:56:59 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:56:59 [TRACE] [walkApply] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:56:59 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:56:59 [TRACE] dag/walk: visiting "aws_instance.ec2instance[2]"
2019/08/11 22:56:59 [TRACE] vertex "aws_instance.ec2instance[2]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:56:59 [TRACE] dag/walk: visiting "aws_instance.ec2instance[0]"
2019/08/11 22:56:59 [TRACE] dag/walk: visiting "aws_instance.ec2instance[1]"
2019/08/11 22:56:59 [TRACE] vertex "aws_instance.ec2instance[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:56:59 [TRACE] vertex "aws_instance.ec2instance[1]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:56:59 [TRACE] vertex "aws_instance.ec2instance[2]": evaluating
2019/08/11 22:56:59 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:59 [TRACE] vertex "aws_instance.ec2instance[1]": evaluating
2019/08/11 22:56:59 [TRACE] vertex "aws_instance.ec2instance[0]": evaluating
2019/08/11 22:56:59 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:59 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:59 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:59 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:59 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:59 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:59 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:59 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:59 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:59 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:56:59 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:59 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:56:59 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:59 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:59 [TRACE] Re-validating config for "aws_instance.ec2instance[2]"
2019/08/11 22:56:59 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:59 [TRACE] Re-validating config for "aws_instance.ec2instance[1]"
2019/08/11 22:56:59 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:59 [TRACE] Re-validating config for "aws_instance.ec2instance[0]"
2019/08/11 22:56:59 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:56:59 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:59 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:59 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:56:59 [WARN] Provider "aws" produced an invalid plan for aws_instance.ec2instance[2], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .source_dest_check: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .get_password_data: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .ebs_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ephemeral_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .network_interface: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .root_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:56:59 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:59 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[2]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:56:59 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:59 [WARN] Provider "aws" produced an invalid plan for aws_instance.ec2instance[0], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .source_dest_check: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .get_password_data: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .ebs_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ephemeral_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .network_interface: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .root_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/08/11 22:56:59 [WARN] Provider "aws" produced an invalid plan for aws_instance.ec2instance[1], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .source_dest_check: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .get_password_data: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .ebs_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .ephemeral_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .network_interface: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .root_block_device: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:56:59 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:56:59 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:59 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[1]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:56:59 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[0]
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:56:59 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:56:59 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:56:59 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:59 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:56:59 [DEBUG] aws_instance.ec2instance[2]: applying the planned Create change
2019/08/11 22:56:59 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:56:59 [DEBUG] aws_instance.ec2instance[0]: applying the planned Create change
2019/08/11 22:56:59 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:56:59 [DEBUG] aws_instance.ec2instance[1]: applying the planned Create change
2019/08/11 22:56:59 [TRACE] GRPCProvider: ApplyResourceChange
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ipv6_addresses" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "security_groups" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ephemeral_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "volume_tags" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "root_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ebs_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Matching ^aws: with Name
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "security_groups" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ebs_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ipv6_addresses" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ephemeral_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "security_groups" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ebs_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "root_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "root_block_device" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Run configuration: {
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DisableApiTermination: false,
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: EbsOptimized: false,
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IamInstanceProfile: {
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Name: ""
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ImageId: "ami-05668736c7817378f",
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: InstanceType: "t2.xlarge",
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: KeyName: "condor-dev",
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MaxCount: 1,
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MinCount: 1,
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Monitoring: {
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Enabled: false
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: NetworkInterfaces: [{
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DeviceIndex: 0,
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Groups: ["sg-05681e370db334cd4"],
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: SubnetId: "subnet-01890bd3acb96210d"
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Placement: {
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: AvailabilityZone: "",
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: ""
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: TagSpecifications: [{
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ResourceType: "instance",
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-2"
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:56:59.603+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "volume_tags" from ComputedKeys
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ephemeral_block_device" from ComputedKeys
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "volume_tags" from ComputedKeys
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] setting computed for "ipv6_addresses" from ComputedKeys
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Matching ^aws: with Name
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Matching ^aws: with Name
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details:
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 538
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=06b9ca199feb11787756c9145c4d1855c400001c1fce83e881eb189ef7ab0e02
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132659Z
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RunInstances&DisableApiTermination=false&EbsOptimized=false&IamInstanceProfile.Name=&ImageId=ami-05668736c7817378f&InstanceType=t2.xlarge&KeyName=condor-dev&MaxCount=1&MinCount=1&Monitoring.Enabled=false&NetworkInterface.1.DeviceIndex=0&NetworkInterface.1.SecurityGroupId.1=sg-05681e370db334cd4&NetworkInterface.1.SubnetId=subnet-01890bd3acb96210d&Placement.AvailabilityZone=&Placement.GroupName=&TagSpecification.1.ResourceType=instance&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=Testing-2&Version=2016-11-15
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Run configuration: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DisableApiTermination: false,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: EbsOptimized: false,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IamInstanceProfile: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Name: ""
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ImageId: "ami-05668736c7817378f",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: InstanceType: "t2.xlarge",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: KeyName: "condor-dev",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MaxCount: 1,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MinCount: 1,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Monitoring: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Enabled: false
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: NetworkInterfaces: [{
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DeviceIndex: 0,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Groups: ["sg-05681e370db334cd4"],
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: SubnetId: "subnet-01890bd3acb96210d"
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Placement: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: AvailabilityZone: "",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: ""
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: TagSpecifications: [{
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ResourceType: "instance",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-1"
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Run configuration: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DisableApiTermination: false,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: EbsOptimized: false,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IamInstanceProfile: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Name: ""
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ImageId: "ami-05668736c7817378f",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: InstanceType: "t2.xlarge",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: KeyName: "condor-dev",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MaxCount: 1,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MinCount: 1,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Monitoring: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Enabled: false
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: NetworkInterfaces: [{
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DeviceIndex: 0,
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Groups: ["sg-05681e370db334cd4"],
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: SubnetId: "subnet-01890bd3acb96210d"
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Placement: {
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: AvailabilityZone: "",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: ""
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: TagSpecifications: [{
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ResourceType: "instance",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-0"
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details:
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 538
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=55631722453c570db2fdcaa2bb2166ce8e643f6febd0669d537f5a8b9356dc97
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132659Z
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RunInstances&DisableApiTermination=false&EbsOptimized=false&IamInstanceProfile.Name=&ImageId=ami-05668736c7817378f&InstanceType=t2.xlarge&KeyName=condor-dev&MaxCount=1&MinCount=1&Monitoring.Enabled=false&NetworkInterface.1.DeviceIndex=0&NetworkInterface.1.SecurityGroupId.1=sg-05681e370db334cd4&NetworkInterface.1.SubnetId=subnet-01890bd3acb96210d&Placement.AvailabilityZone=&Placement.GroupName=&TagSpecification.1.ResourceType=instance&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=Testing-1&Version=2016-11-15
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:56:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details:
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 538
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=83760d26f4678b348d010304fd50892f9ba849142de14cbc92feeac7bc89b914
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132659Z
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RunInstances&DisableApiTermination=false&EbsOptimized=false&IamInstanceProfile.Name=&ImageId=ami-05668736c7817378f&InstanceType=t2.xlarge&KeyName=condor-dev&MaxCount=1&MinCount=1&Monitoring.Enabled=false&NetworkInterface.1.DeviceIndex=0&NetworkInterface.1.SecurityGroupId.1=sg-05681e370db334cd4&NetworkInterface.1.SubnetId=subnet-01890bd3acb96210d&Placement.AvailabilityZone=&Placement.GroupName=&TagSpecification.1.ResourceType=instance&TagSpecification.1.Tag.1.Key=Name&TagSpecification.1.Tag.1.Value=Testing-0&Version=2016-11-15
2019-08-11T22:56:59.604+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "null_resource.nullresource[2]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:00 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[1]"
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details:
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:59 GMT
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>8d160cca-2e36-472c-979e-c84fa04571ce</requestId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0d5ae350a6b2b3afa</reservationId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName></dnsName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason></reason>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName></groupName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <stateReason>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>pending</code>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <message>pending</message>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </stateReason>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping/>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken></clientToken>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0ffb0505017e77adf</networkInterfaceId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description></description>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:4e:fb:09:04:5a</macAddress>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-0bf71c2346a358026</attachmentId>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:00.606+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RunInstancesResponse>
2019-08-11T22:57:00.606+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [INFO] Instance ID: i-0907f949232498e0a
2019-08-11T22:57:00.606+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] Waiting for instance (i-0907f949232498e0a) to become running
2019-08-11T22:57:00.606+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] Waiting for state to become: [running]
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details:
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:26:59 GMT
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>6d55ea51-3157-4473-a7b9-98992223c18c</requestId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-033de463919b5cbaf</reservationId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName></dnsName>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason></reason>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName></groupName>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <stateReason>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>pending</code>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <message>pending</message>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </stateReason>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping/>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken></clientToken>
2019-08-11T22:57:00.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-2</value>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0a2cc81f2e953e5d8</networkInterfaceId>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description></description>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:85:5f:21:72:b6</macAddress>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-050b69e7807efa541</attachmentId>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RunInstancesResponse>
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [INFO] Instance ID: i-0277f9b5af5b34109
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] Waiting for instance (i-0277f9b5af5b34109) to become running
2019-08-11T22:57:00.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] Waiting for state to become: [running]
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details:
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:00 GMT
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>592ca358-2afd-40a9-a799-0bdfaeacef29</requestId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0325ba69559c74ae3</reservationId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName></dnsName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason></reason>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName></groupName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <stateReason>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>pending</code>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <message>pending</message>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </stateReason>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping/>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken></clientToken>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0397c07bd8fa2b532</networkInterfaceId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description></description>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:5c:e9:fc:10:d0</macAddress>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-01b387a921ddf6ed2</attachmentId>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RunInstancesResponse>
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [INFO] Instance ID: i-0bcfd80af06ad58c0
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] Waiting for instance (i-0bcfd80af06ad58c0) to become running
2019-08-11T22:57:00.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:00 [DEBUG] Waiting for state to become: [running]
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "null_resource.nullresource[2]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:05 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:57:10 [TRACE] dag/walk: vertex "null_resource.nullresource[2]" is waiting for "aws_instance.ec2instance[2]"
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=07101fa166175dfd7a4cf6a78c85b918b781c6c03c1fee96afd5a5234440f2c9
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132710Z
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:10.605+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=10ed70fa8f7df79a6274a23413bcdb8d37ff726a87856ca21583f5c538bde486
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132710Z
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:10.640+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=233a61dfeaa4b29034c2ab0dc9f858b7f955ec17ce1db278791bf281cf845583
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132710Z
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:10.729+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:09 GMT
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>f7d0dcec-0062-4f35-ba41-cd3713b287bc</requestId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-033de463919b5cbaf</reservationId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-2</value>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0a2cc81f2e953e5d8</networkInterfaceId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:85:5f:21:72:b6</macAddress>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-050b69e7807efa541</attachmentId>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:10.848+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:10.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [TRACE] Waiting 3s before next try
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:09 GMT
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>04722844-1549-4bc7-ae66-79d9759e1394</requestId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0d5ae350a6b2b3afa</reservationId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0ffb0505017e77adf</networkInterfaceId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:4e:fb:09:04:5a</macAddress>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-0bf71c2346a358026</attachmentId>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:10.856+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [TRACE] Waiting 3s before next try
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:10 GMT
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>e8cab61c-a8cc-4847-ad05-c58ed72b5b09</requestId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0325ba69559c74ae3</reservationId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:10.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0397c07bd8fa2b532</networkInterfaceId>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:5c:e9:fc:10:d0</macAddress>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-01b387a921ddf6ed2</attachmentId>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:10.940+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:10 [TRACE] Waiting 3s before next try
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:13 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=01a67566321617cbefe40ea4603d82c2ce4c8708536ab4b578490cdff6dc25d1
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132713Z
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:13.849+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:13 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=26b05cb4ff9512b9afd30f3d30c796be1e462c7b28b2cba54e3c00654b676651
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132713Z
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:13.857+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:13 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=84ee32ed76c31474e4c144082a29cb9c71d8819af1381ff45cb55b8ba7adc051
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132713Z
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:13.939+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>b62f5984-6b78-46b9-a09e-dec0516e69f7</requestId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-033de463919b5cbaf</reservationId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-2</value>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0a2cc81f2e953e5d8</networkInterfaceId>
2019-08-11T22:57:14.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:85:5f:21:72:b6</macAddress>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-050b69e7807efa541</attachmentId>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:14.036+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [TRACE] Waiting 6s before next try
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>e6c10bb9-c340-4936-b55a-5de337a6bef3</requestId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0d5ae350a6b2b3afa</reservationId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:57:14.044+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0ffb0505017e77adf</networkInterfaceId>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:4e:fb:09:04:5a</macAddress>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-0bf71c2346a358026</attachmentId>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=00eacd19cf7f63ec341e4bdb42b460e1231e6d6f50cf0c77419d0f31817755e1
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:14.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>62ac5edd-fa2d-4fe8-8955-858745e1bb0a</requestId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0325ba69559c74ae3</reservationId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0397c07bd8fa2b532</networkInterfaceId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:5c:e9:fc:10:d0</macAddress>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-01b387a921ddf6ed2</attachmentId>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fb076d32a91ed19deb3091c3a9e7576886a55e9574ac1545e89ff1104644ca30
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:14.151+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.175+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>5d1e8115-087e-455a-8cf8-5665970d481c</requestId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0d5ae350a6b2b3afa</reservationId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0ffb0505017e77adf</networkInterfaceId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:4e:fb:09:04:5a</macAddress>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-0bf71c2346a358026</attachmentId>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.186</privateIpAddress>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-186.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] Matching ^aws: with Name
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 115
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8855cfc37bc97b31fd3129af270946ec0a6e9fe2e387d7163450d7def4cb24ab
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:14.176+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>f438662b-85b4-4e70-9661-a8d48e47ba83</requestId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0325ba69559c74ae3</reservationId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0397c07bd8fa2b532</networkInterfaceId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:5c:e9:fc:10:d0</macAddress>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-01b387a921ddf6ed2</attachmentId>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.197</privateIpAddress>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-197.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] Matching ^aws: with Name
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 115
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d649a6ab68527ba75cfb525214d39760a9a02f2ccc878d65972ca9395af60110
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:14.283+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>e1343a94-1672-4cc7-aabb-0479e8dd6a5d</requestId>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.382Z</createTime>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:57:14.414+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.267Z</createTime>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details:
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 142
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=4ea11990c1d7b71893e37be640db4c16421486ecc700418b9aafcf189ba861be
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-053d1277b1aa2e1f5&Filter.1.Value.2=vol-0685b41cdbcaed9c9&Version=2016-11-15
2019-08-11T22:57:14.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>e2f95c62-a183-4f89-9d77-9b0c4aa85a57</requestId>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.329Z</createTime>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:14.520+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.451Z</createTime>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details:
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 142
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2b530eab076f12f4f8c0fd01bfa655aa6e3885242790545b42a22eca804841b0
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-0b5f9442ebda6ab79&Filter.1.Value.2=vol-0ab85e8a0349df04c&Version=2016-11-15
2019-08-11T22:57:14.521+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details:
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 212
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>35f4b32a-15cf-455a-9e4d-383ae1cbcead</requestId>
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet/>
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeTagsResponse>
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 68
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5ecb10fbbcb145704ff7250c8e4be472288cf25f220cc21ca76b0da987b0ba6a
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0a3ca3b8b6d7197a2
2019-08-11T22:57:14.540+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details:
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 212
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>4070cc5e-50c5-42dd-ade5-dc44ec9ce80f</requestId>
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet/>
2019-08-11T22:57:14.651+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeTagsResponse>
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 68
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5ecb10fbbcb145704ff7250c8e4be472288cf25f220cc21ca76b0da987b0ba6a
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0a3ca3b8b6d7197a2
2019-08-11T22:57:14.652+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>51809846-1073-495f-a0e1-aac4184051c1</requestId>
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcSet>
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.697+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>available</state>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockAssociationSet>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <associationId>vpc-cidr-assoc-0d5f215938f6025b0</associationId>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockState>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>associated</state>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockState>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockAssociationSet>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dhcpOptionsId>dopt-01ad0f41c05c33aa1</dhcpOptionsId>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c</value>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-name</key>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c</value>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>AWS_Solutions</key>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>LandingZoneStackSet</value>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:logical-id</key>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>VPC</value>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-id</key>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>arn:aws:cloudformation:ap-southeast-2:107096209866:stack/StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c/a9181a50-c5e2-11e8-8bf5-50fae94fac82</value>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceTenancy>default</instanceTenancy>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <isDefault>false</isDefault>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </vpcSet>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVpcsResponse>
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] Setting Security Group IDs: []string{"sg-05681e370db334cd4"}
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 107
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=03a21380e9ce517d12f36167dcfb4f6f7e580d3a72664f6979f282a81557a629
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-0685b41cdbcaed9c9&VolumeId.2=vol-053d1277b1aa2e1f5
2019-08-11T22:57:14.698+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>cfea39d4-216a-49e3-9055-3428e3eed85a</requestId>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcSet>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>available</state>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockAssociationSet>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <associationId>vpc-cidr-assoc-0d5f215938f6025b0</associationId>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockState>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>associated</state>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockState>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockAssociationSet>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dhcpOptionsId>dopt-01ad0f41c05c33aa1</dhcpOptionsId>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c</value>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-name</key>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c</value>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>AWS_Solutions</key>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>LandingZoneStackSet</value>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:logical-id</key>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>VPC</value>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-id</key>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>arn:aws:cloudformation:ap-southeast-2:107096209866:stack/StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c/a9181a50-c5e2-11e8-8bf5-50fae94fac82</value>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceTenancy>default</instanceTenancy>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <isDefault>false</isDefault>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </vpcSet>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVpcsResponse>
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] Setting Security Group IDs: []string{"sg-05681e370db334cd4"}
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 107
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=90730f88139aeef4f73d2a9d39b046653cabbcc650ad1bfa045464653cd5d19a
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-0b5f9442ebda6ab79&VolumeId.2=vol-0ab85e8a0349df04c
2019-08-11T22:57:14.788+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:13 GMT
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>28cdb48c-3b77-4c4b-96b5-1ebb4ec5aec7</requestId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.382Z</createTime>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-053d1277b1aa2e1f5</volumeId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.267Z</createTime>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0685b41cdbcaed9c9</volumeId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 114
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=eadb75b26322e224a91ff976e876558d0718669f8fd5687f8045e3579a1b98df
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:14.882+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>3b6648cd-3bc8-4f75-ab70-cf8d6221251f</requestId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.329Z</createTime>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0b5f9442ebda6ab79</volumeId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.451Z</createTime>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0ab85e8a0349df04c</volumeId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:14 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 114
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=727d974c582032120ed9f88fa0d0fcaad2247165a74f908c26d2dfd5ba817181
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132714Z
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:14.968+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 359
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>4093cc11-13bc-4c8f-be4b-42be59dc8f04</requestId>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <disableApiTermination>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>false</value>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </disableApiTermination>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 101
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2ab0b1b4e9396383ec7010e5304d6568207bd1dbc0e608cc83f2b89c3a003475
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132715Z
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:15.060+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 359
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>4372e275-7a6f-4904-b7c4-ed069be9daf8</requestId>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <disableApiTermination>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>false</value>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </disableApiTermination>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 101
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7ba703dad0f3ff6b718f8c841d93620e5ad4f1bb1bc2190d3a7eacd4e4ea41be
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132715Z
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:15.153+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 289
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:15 GMT
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>6cb9094c-c0a9-414f-a288-03ee560cc355</requestId>
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userData/>
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 95
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a5246b7c5ba4bf03e7f25243b4c31b1bf2f87d52015672be0024044402c4d556
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132715Z
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceCreditSpecifications&InstanceId.1=i-0907f949232498e0a&Version=2016-11-15
2019-08-11T22:57:15.261+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 289
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>8f908045-c217-4f4e-82cd-076bf4c687fa</requestId>
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userData/>
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 95
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=0a49a0e31d6054c274b0e987576d61bf6edcc1a558cfd967bf66803d6e12b542
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132715Z
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceCreditSpecifications&InstanceId.1=i-0bcfd80af06ad58c0&Version=2016-11-15
2019-08-11T22:57:15.335+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "null_resource.nullresource[2]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:15 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[1]"
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:15 GMT
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceCreditSpecificationsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>4b5e2844-cb5a-4b43-983c-c73a145303b4</requestId>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceCreditSpecificationSet>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuCredits>standard</cpuCredits>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0907f949232498e0a</instanceId>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceCreditSpecificationSet>
2019-08-11T22:57:15.467+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceCreditSpecificationsResponse>
2019/08/11 22:57:15 [WARN] Provider "aws" produced an unexpected new value for aws_instance.ec2instance[0], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .ebs_optimized: was null, but now cty.False
- .disable_api_termination: was null, but now cty.False
- .iam_instance_profile: was null, but now cty.StringVal("")
- .monitoring: was null, but now cty.False
- .credit_specification: block count changed from 0 to 1
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:15 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[0]
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:15 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[0]
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:57:15 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:57:15 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 213
2019/08/11 22:57:15 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:57:15 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance[0]
2019/08/11 22:57:15 [TRACE] vertex "aws_instance.ec2instance[0]": visit complete
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:14 GMT
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:15 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceCreditSpecificationsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>90e1c2f8-d32d-4f00-a7cb-6b2f5b9c63b1</requestId>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceCreditSpecificationSet>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuCredits>standard</cpuCredits>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0bcfd80af06ad58c0</instanceId>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceCreditSpecificationSet>
2019-08-11T22:57:15.517+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceCreditSpecificationsResponse>
2019/08/11 22:57:15 [WARN] Provider "aws" produced an unexpected new value for aws_instance.ec2instance[1], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .disable_api_termination: was null, but now cty.False
- .iam_instance_profile: was null, but now cty.StringVal("")
- .monitoring: was null, but now cty.False
- .ebs_optimized: was null, but now cty.False
- .credit_specification: block count changed from 0 to 1
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:15 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[1]
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:15 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[1]
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:57:15 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:57:15 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:57:15 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 214
2019/08/11 22:57:15 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:57:15 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance[1]
2019/08/11 22:57:15 [TRACE] vertex "aws_instance.ec2instance[1]": visit complete
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6420965c1f63741327ab87045e0c320569c5bf63665a6b7f7d6965b0f596b6b8
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132720Z
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:20.035+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.236+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:20.236+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:20.236+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:19 GMT
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>4526226f-706d-4ec2-9dd1-ba5797be989a</requestId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-033de463919b5cbaf</reservationId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-2</value>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0a2cc81f2e953e5d8</networkInterfaceId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:85:5f:21:72:b6</macAddress>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-050b69e7807efa541</attachmentId>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6420965c1f63741327ab87045e0c320569c5bf63665a6b7f7d6965b0f596b6b8
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132720Z
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:20.237+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:20 GMT
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>0add4f65-3b94-4518-a36c-ebec48b661a3</requestId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-033de463919b5cbaf</reservationId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:27:00.000Z</launchTime>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-2</value>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0a2cc81f2e953e5d8</networkInterfaceId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:85:5f:21:72:b6</macAddress>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-05681e370db334cd4</groupId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-050b69e7807efa541</attachmentId>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:00.000Z</attachTime>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.218</privateIpAddress>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-218.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] Matching ^aws: with Name
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 115
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ccf8f1b7ee43d3bb51ac16248a0e64e9658376bdb63fb4f26fa748882c1c7de6
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132720Z
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:20.377+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "null_resource.nullresource[2]" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[2]"
2019/08/11 22:57:20 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[2]"
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:20 GMT
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>a45f38fc-d209-4b7d-a6bd-885a489096c2</requestId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.388Z</createTime>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.269Z</createTime>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details:
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 142
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f7b5cb83f3a84b323286fd9e7505a96dd89e6dfb44fc9e58cd48075c75a59eaf
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132720Z
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-0bd5b922cd73fb40e&Filter.1.Value.2=vol-0a616f093c0e4e6fa&Version=2016-11-15
2019-08-11T22:57:20.676+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details:
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 212
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:19 GMT
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>27cb92ae-73d7-4414-9b7b-596de30a8ddf</requestId>
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet/>
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeTagsResponse>
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 68
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6464eaa711e456382003f689ca618c4007fc3b64354a22c288b1157a7799c01e
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132720Z
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0a3ca3b8b6d7197a2
2019-08-11T22:57:20.800+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:20 GMT
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>d37dcd73-bac5-4704-abbe-9021da193903</requestId>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcSet>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>available</state>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockAssociationSet>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <associationId>vpc-cidr-assoc-0d5f215938f6025b0</associationId>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockState>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>associated</state>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockState>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockAssociationSet>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dhcpOptionsId>dopt-01ad0f41c05c33aa1</dhcpOptionsId>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c</value>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-name</key>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c</value>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>AWS_Solutions</key>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>LandingZoneStackSet</value>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:logical-id</key>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>VPC</value>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-id</key>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>arn:aws:cloudformation:ap-southeast-2:107096209866:stack/StackSet-AWS-Landing-Zone-Baseline-PrimaryVPC-8a68de9a-c197-4934-beee-b5d6aebfee0c/a9181a50-c5e2-11e8-8bf5-50fae94fac82</value>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceTenancy>default</instanceTenancy>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <isDefault>false</isDefault>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </vpcSet>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVpcsResponse>
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] Setting Security Group IDs: []string{"sg-05681e370db334cd4"}
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:20 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 107
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=65596575a71bc7c0743c455065dd7e439b926de693168a0ad031649a06680bbd
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132720Z
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-0a616f093c0e4e6fa&VolumeId.2=vol-0bd5b922cd73fb40e
2019-08-11T22:57:20.956+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:20 GMT
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>3e40c731-7bab-459e-a625-f92da6996b6a</requestId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.388Z</createTime>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0bd5b922cd73fb40e</volumeId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:27:01.269Z</createTime>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0a616f093c0e4e6fa</volumeId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:27:01.000Z</attachTime>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 114
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8fbc2c4d11b9ce5e289a9a31facc39b3064ad5a61e4e8a3ad9b5b47e5646e196
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132721Z
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:21.139+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 359
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:20 GMT
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>57f2aed6-ae77-4366-911f-619af08b9224</requestId>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <disableApiTermination>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>false</value>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </disableApiTermination>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 101
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2f35d1e843bc6784c1560ecd995c4dcb83810e51e42fba9f15f0be639dcfc44b
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132721Z
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:21.323+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 289
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:20 GMT
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>c49647e4-a9f2-4032-b4a7-fb75f69f46d8</requestId>
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userData/>
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: User-Agent: aws-sdk-go/1.22.0 (go1.12.6; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.6
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 95
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Authorization: AWS4-HMAC-SHA256 Credential=XXXXXXXXXXXXXXXXXXXXX/20190811/ap-southeast-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e66d2dca9e2af46ada73d3b8052ca3c24a282f3f42454579cc49e440aad12145
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132721Z
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceCreditSpecifications&InstanceId.1=i-0277f9b5af5b34109&Version=2016-11-15
2019-08-11T22:57:21.502+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:27:21 GMT
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:57:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceCreditSpecificationsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>9f39f561-a2c0-4461-9d76-e8a5cc6af42c</requestId>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceCreditSpecificationSet>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuCredits>standard</cpuCredits>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0277f9b5af5b34109</instanceId>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceCreditSpecificationSet>
2019-08-11T22:57:21.694+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceCreditSpecificationsResponse>
2019/08/11 22:57:21 [WARN] Provider "aws" produced an unexpected new value for aws_instance.ec2instance[2], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .iam_instance_profile: was null, but now cty.StringVal("")
- .disable_api_termination: was null, but now cty.False
- .monitoring: was null, but now cty.False
- .ebs_optimized: was null, but now cty.False
- .credit_specification: block count changed from 0 to 1
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:21 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:21 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:57:21 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:57:21 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 215
2019/08/11 22:57:21 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:57:21 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance[2]
2019/08/11 22:57:21 [TRACE] vertex "aws_instance.ec2instance[2]": visit complete
2019/08/11 22:57:21 [TRACE] dag/walk: visiting "null_resource.nullresource[1]"
2019/08/11 22:57:21 [TRACE] vertex "null_resource.nullresource[1]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:57:21 [TRACE] dag/walk: visiting "null_resource.nullresource[0]"
2019/08/11 22:57:21 [TRACE] dag/walk: visiting "null_resource.nullresource[2]"
2019/08/11 22:57:21 [TRACE] dag/walk: visiting "provider.aws (close)"
2019/08/11 22:57:21 [TRACE] vertex "null_resource.nullresource[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:57:21 [TRACE] vertex "null_resource.nullresource[2]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:57:21 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:57:21 [TRACE] vertex "provider.aws (close)": evaluating
2019/08/11 22:57:21 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:57:21 [TRACE] [walkApply] Entering eval tree: provider.aws (close)
2019/08/11 22:57:21 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:57:21 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:57:21 [TRACE] GRPCProvider: Close
2019/08/11 22:57:21 [TRACE] [walkApply] Entering eval tree: output.private_ip
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:57:21 [TRACE] vertex "null_resource.nullresource[1]": evaluating
2019/08/11 22:57:21 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] vertex "null_resource.nullresource[2]": evaluating
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:57:21 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:57:21 [TRACE] vertex "null_resource.nullresource[0]": evaluating
2019/08/11 22:57:21 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:57:21 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:57:21 [TRACE] EvalWriteOutput: Saving value for output.private_ip in state
2019/08/11 22:57:21 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:57:21 [TRACE] [walkApply] Exiting eval tree: output.private_ip
2019/08/11 22:57:21 [TRACE] vertex "output.private_ip": visit complete
2019-08-11T22:57:21.710+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-aws_v2.23.0_x4.exe pid=11672
2019-08-11T22:57:21.710+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:57:21 [TRACE] [walkApply] Exiting eval tree: provider.aws (close)
2019/08/11 22:57:21 [TRACE] vertex "provider.aws (close)": visit complete
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:57:21 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:57:21 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:57:21 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:57:21 [TRACE] EvalReadState: reading state for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] EvalReadState: no state present for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:57:21 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:57:21 [TRACE] EvalReadState: reading state for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] Re-validating config for "null_resource.nullresource[0]"
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:57:21 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:57:21 [TRACE] EvalReadState: reading state for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] EvalReadState: no state present for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:57:21 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:57:21 [TRACE] EvalReadState: no state present for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:57:21 [TRACE] Re-validating config for "null_resource.nullresource[1]"
2019/08/11 22:57:21 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:57:21 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:57:21 [TRACE] Re-validating config for "null_resource.nullresource[2]"
2019/08/11 22:57:21 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:57:21 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:57:21 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:57:21 [TRACE] GRPCProvider: PlanResourceChange
2019-08-11T22:57:21.710+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:57:21 [DEBUG] Instance Diff is nil in SimpleDiff()
2019-08-11T22:57:21.710+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:57:21 [DEBUG] Instance Diff is nil in SimpleDiff()
2019-08-11T22:57:21.710+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:57:21 [DEBUG] Instance Diff is nil in SimpleDiff()
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:57:21 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:57:21 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:57:21 [TRACE] EvalReadState: reading state for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:57:21 [TRACE] EvalReadState: reading state for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:57:21 [TRACE] EvalReadState: no state present for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:57:21 [TRACE] EvalReadState: reading state for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] EvalReadState: no state present for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] EvalReadState: no state present for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:57:21 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:57:21 [DEBUG] null_resource.nullresource[1]: applying the planned Create change
2019/08/11 22:57:21 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:57:21 [DEBUG] null_resource.nullresource[0]: applying the planned Create change
2019/08/11 22:57:21 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:57:21 [DEBUG] null_resource.nullresource[2]: applying the planned Create change
2019/08/11 22:57:21 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:21 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[0]
2019/08/11 22:57:21 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[1]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:57:21 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[2]
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:57:21 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:57:21 [TRACE] EvalApplyProvisioners: provisioning null_resource.nullresource[1] with "remote-exec"
2019/08/11 22:57:21 [TRACE] EvalApplyProvisioners: provisioning null_resource.nullresource[2] with "remote-exec"
2019/08/11 22:57:21 [TRACE] EvalApplyProvisioners: provisioning null_resource.nullresource[0] with "remote-exec"
2019/08/11 22:57:21 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:57:21 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:57:21 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019-08-11T22:57:21.713+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:21 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:57:21.713+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:21 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:57:21.713+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:21 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:57:25 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:25 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:25 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:25 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:30 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:30 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:30 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:30 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:35 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:35 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:35 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:35 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:40 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:40 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:40 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:40 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:57:42.714+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [ERROR] error creating shell: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:57:42.714+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [WARN] retryable error: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:57:42.714+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [ERROR] error creating shell: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:57:42.714+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [INFO] sleeping for 1s
2019-08-11T22:57:42.714+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [WARN] retryable error: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:57:42.714+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [INFO] sleeping for 1s
2019-08-11T22:57:42.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [ERROR] error creating shell: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:57:42.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [WARN] retryable error: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:57:42.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:42 [INFO] sleeping for 1s
2019-08-11T22:57:43.715+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:43 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:57:43.715+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:43 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:57:43.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:57:43 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:57:45 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:45 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:45 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:45 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:50 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:50 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:50 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:50 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:57:55 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:57:55 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:57:55 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:57:55 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:00 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:00 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:00 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:58:04.716+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [ERROR] error creating shell: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:04.716+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [WARN] retryable error: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:04.716+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [INFO] sleeping for 2s
2019-08-11T22:58:04.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [ERROR] error creating shell: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:04.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [WARN] retryable error: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:04.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [INFO] sleeping for 2s
2019-08-11T22:58:04.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [ERROR] error creating shell: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:04.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [WARN] retryable error: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:04.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:04 [INFO] sleeping for 2s
2019/08/11 22:58:05 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:05 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:05 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:05 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:58:06.717+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:06 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:58:06.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:06 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:58:06.720+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:06 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:58:10 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:10 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:10 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:10 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:15 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:15 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:15 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:15 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:20 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:20 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:20 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:20 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:25 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:25 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:25 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:25 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:58:27.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [ERROR] error creating shell: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:27.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [WARN] retryable error: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:27.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [INFO] sleeping for 4s
2019-08-11T22:58:27.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [ERROR] error creating shell: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:27.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [WARN] retryable error: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:27.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [INFO] sleeping for 4s
2019-08-11T22:58:27.721+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [ERROR] error creating shell: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:27.721+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [WARN] retryable error: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:27.721+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:27 [INFO] sleeping for 4s
2019/08/11 22:58:30 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:30 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:30 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:30 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:58:31.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:31 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:58:31.719+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:31 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:58:31.721+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:31 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:58:35 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:35 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:35 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:35 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:40 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:40 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:40 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:40 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:45 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:45 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:45 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:45 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:58:50 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:50 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:50 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:50 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:58:52.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [ERROR] error creating shell: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:52.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [ERROR] error creating shell: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:52.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [WARN] retryable error: unknown error Post http://10.129.25.186:5985/wsman: dial tcp 10.129.25.186:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:52.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [WARN] retryable error: unknown error Post http://10.129.25.218:5985/wsman: dial tcp 10.129.25.218:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:52.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [INFO] sleeping for 8s
2019-08-11T22:58:52.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [INFO] sleeping for 8s
2019-08-11T22:58:52.723+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [ERROR] error creating shell: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:52.723+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [WARN] retryable error: unknown error Post http://10.129.25.197:5985/wsman: dial tcp 10.129.25.197:5985: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-11T22:58:52.723+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:58:52 [INFO] sleeping for 8s
2019/08/11 22:58:55 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:58:55 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:58:55 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:58:55 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:00 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:00 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:00 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:59:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:59:00.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:00 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:59:00.722+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:00 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:59:00.724+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:00 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:59:04.112+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:04 [DEBUG] Uploading file to 'C:/Temp/terraform_1595552139.cmd'
2019-08-11T22:59:04.561+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:04 [DEBUG] Uploading file to 'C:/Temp/terraform_1595552139.cmd'
2019/08/11 22:59:05 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:05 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:05 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:59:05 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:59:05.318+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:05 [DEBUG] Uploading file to 'C:/Temp/terraform_1595552139.cmd'
2019/08/11 22:59:10 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:10 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:10 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:59:10 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:15 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:15 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:15 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:59:15 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:59:17.194+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:17 [DEBUG] starting remote command: C:/Temp/terraform_1595552139.cmd
2019-08-11T22:59:19.342+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:19 [DEBUG] Uploading file to 'C:/Temp/terraform_1595552139.cmd'
2019/08/11 22:59:20 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:20 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:20 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:59:20 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019-08-11T22:59:20.676+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:20 [DEBUG] starting remote command: C:/Temp/terraform_1595552139.cmd
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:59:21 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[0]
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:59:21 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:59:21 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:59:21 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 216
2019/08/11 22:59:21 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:59:21 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource[0]
2019/08/11 22:59:21 [TRACE] vertex "null_resource.nullresource[0]": visit complete
2019-08-11T22:59:21.528+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:21 [DEBUG] starting remote command: C:/Temp/terraform_1595552139.cmd
2019-08-11T22:59:22.563+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:22 [DEBUG] Uploading file to 'C:/Temp/terraform_1595552139.cmd'
2019-08-11T22:59:22.701+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:59:22 [DEBUG] Uploading file to 'C:/Temp/terraform_1595552139.cmd'
2019/08/11 22:59:25 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:25 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:25 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:26 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:30 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:30 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:30 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:31 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:35 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:35 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:35 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:36 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:40 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:40 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:40 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:41 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:45 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:45 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:45 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:46 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:50 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:50 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:50 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:51 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:55 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 22:59:55 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:59:55 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 22:59:56 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:00 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:00 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:01 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:05 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:05 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:05 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:06 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:10 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:10 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:10 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:11 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:15 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:15 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:15 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:16 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:20 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:20 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:20 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:21 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:25 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:25 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:25 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:26 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:30 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:30 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:30 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:31 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:35 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:35 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:35 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:36 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:40 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:40 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:40 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:41 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:45 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:45 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:45 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:46 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:50 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:50 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:50 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:51 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:55 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:00:55 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:00:55 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:00:56 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:00 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:00 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:01 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:05 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:05 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:05 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:06 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:10 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:10 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:10 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:11 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:15 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:15 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:15 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:16 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:20 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:20 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:20 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:21 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:21 [TRACE] backend/local: waiting for the running operation to stop
2019/08/11 23:01:21 [WARN] terraform: Stop called, initiating interrupt sequence
2019/08/11 23:01:21 [WARN] terraform: run context exists, stopping
2019/08/11 23:01:21 [INFO] terraform: waiting for graceful stop to complete
2019/08/11 23:01:21 [TRACE] Context: requesting providers and provisioners to gracefully stop
2019/08/11 23:01:21 [TRACE] GRPCProvider: Stop
2019-08-11T23:01:21.169+0930 [DEBUG] plugin.terraform.exe: plugin received interrupt signal, ignoring: count=1 timestamp=2019-08-11T23:01:21.169+0930
2019-08-11T23:01:21.169+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin received interrupt signal, ignoring: count=1 timestamp=2019-08-11T23:01:21.169+0930
2019/08/11 23:01:25 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:25 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:25 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:26 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:30 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:30 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:30 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:31 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:35 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:35 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:35 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:36 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:40 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:40 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:40 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:41 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:45 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:45 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:45 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:46 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:50 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:50 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:50 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:51 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:55 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:01:55 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:01:55 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:01:56 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:00 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:00 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:00 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:01 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:05 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:05 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:05 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:06 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:10 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:10 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:10 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:11 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:15 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:15 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:15 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:16 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:20 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:20 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:20 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:21 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:25 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:25 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:25 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:26 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:30 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:30 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:30 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:31 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:35 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:35 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:35 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:36 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:40 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:40 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:40 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:41 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:45 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:45 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:45 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:46 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:50 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:50 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:50 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:51 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:55 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 23:02:55 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[2]"
2019/08/11 23:02:55 [TRACE] dag/walk: vertex "root" is waiting for "provider.null (close)"
2019/08/11 23:02:55 [WARN] running operation was forcefully canceled
2019-08-11T23:02:55.634+0930 [DEBUG] plugin.terraform.exe: plugin received interrupt signal, ignoring: count=2 timestamp=2019-08-11T23:02:55.634+0930
2019/08/11 23:02:55 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019-08-11T23:02:55.634+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin received interrupt signal, ignoring: count=2 timestamp=2019-08-11T23:02:55.634+0930
2019/08/11 23:02:55 [TRACE] statemgr.Filesystem: unlocked by closing terraform.tfstate
2019/08/11 23:02:55 [WARN] Early exit triggered by hook: *terraform.stopHook
2019/08/11 23:02:55 [WARN] Early exit triggered by hook: *terraform.stopHook
2019/08/11 23:02:55 [WARN] Errors while provisioning null_resource.nullresource[2] with "remote-exec", so aborting
2019/08/11 23:02:55 [WARN] Errors while provisioning null_resource.nullresource[1] with "remote-exec", so aborting
2019/08/11 23:02:55 [TRACE] EvalApplyProvisioners: null_resource.nullresource[2] provisioning failed, but we will continue anyway at the caller's request
2019/08/11 23:02:55 [TRACE] EvalApplyProvisioners: null_resource.nullresource[1] provisioning failed, but we will continue anyway at the caller's request
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 23:02:55 [TRACE] EvalMaybeTainted: null_resource.nullresource[1] encountered an error during creation, so it is now marked as tainted
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 23:02:55 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[1]
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 23:02:55 [TRACE] EvalMaybeTainted: null_resource.nullresource[2] encountered an error during creation, so it is now marked as tainted
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 23:02:55 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[2]
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 23:02:55 [WARN] Early exit triggered by hook: *terraform.stopHook
2019/08/11 23:02:55 [WARN] Early exit triggered by hook: *terraform.stopHook
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalApplyPost, early exit err: early exit
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalApplyPost, early exit err: early exit
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalSequence, early exit err: early exit
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalSequence, early exit err: early exit
2019/08/11 23:02:55 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource[2]
2019/08/11 23:02:55 [TRACE] vertex "null_resource.nullresource[2]": visit complete
2019/08/11 23:02:55 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource[1]
2019/08/11 23:02:55 [TRACE] vertex "null_resource.nullresource[1]": visit complete
2019/08/11 23:02:55 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/08/11 23:02:55 [TRACE] dag/walk: visiting "provisioner.remote-exec (close)"
2019/08/11 23:02:55 [TRACE] vertex "provisioner.remote-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/08/11 23:02:55 [TRACE] dag/walk: visiting "provider.null (close)"
2019/08/11 23:02:55 [TRACE] vertex "provisioner.remote-exec (close)": evaluating
2019/08/11 23:02:55 [TRACE] vertex "provider.null (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 23:02:55 [TRACE] vertex "provider.null (close)": evaluating
2019/08/11 23:02:55 [TRACE] [walkApply] Entering eval tree: provisioner.remote-exec (close)
2019/08/11 23:02:55 [TRACE] [walkApply] Entering eval tree: provider.null (close)
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 23:02:55 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/08/11 23:02:55 [TRACE] GRPCProvider: Close
2019/08/11 23:02:55 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/08/11 23:02:55 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 23:02:55 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019-08-11T23:02:55.639+0930 [WARN] plugin: error closing client during Kill: err="rpc error: code = Canceled desc = grpc: the client connection is closing"
2019-08-11T23:02:55.639+0930 [WARN] plugin: error closing client during Kill: err="rpc error: code = Canceled desc = grpc: the client connection is closing"
2019-08-11T23:02:55.639+0930 [WARN] plugin: plugin failed to exit gracefully
2019-08-11T23:02:55.639+0930 [WARN] plugin: plugin failed to exit gracefully
2019/08/11 23:02:55 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 23:02:55 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-08-11T23:02:55.647+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\docs\Master-TF\terraform-scratch\.terraform\plugins\windows_amd64\terraform-provider-null_v2.1.2_x4.exe pid=50096
2019-08-11T23:02:55.647+0930 [DEBUG] plugin: plugin exited
2019/08/11 23:02:55 [TRACE] [walkApply] Exiting eval tree: provider.null (close)
2019/08/11 23:02:55 [TRACE] vertex "provider.null (close)": visit complete
2019-08-11T23:02:55.661+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=21316
2019-08-11T23:02:55.661+0930 [DEBUG] plugin: plugin exited
2019/08/11 23:02:55 [TRACE] [walkApply] Exiting eval tree: provisioner.remote-exec (close)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment