Skip to content

Instantly share code, notes, and snippets.

@anand-swaroop-git
Created August 12, 2019 01:34
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/cd84b62226f2a3a9e8a225f8c0039ab4 to your computer and use it in GitHub Desktop.
Save anand-swaroop-git/cd84b62226f2a3a9e8a225f8c0039ab4 to your computer and use it in GitHub Desktop.
count=2, TF complets successfully and shows the outputs.
2019/08/11 22:51:38 [INFO] Terraform version: 0.12.6
2019/08/11 22:51:38 [INFO] Go runtime version: go1.12.4
2019/08/11 22:51:38 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "apply"}
2019/08/11 22:51:38 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019/08/11 22:51:38 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/08/11 22:51:38 [INFO] CLI command args: []string{"apply"}
2019/08/11 22:51:38 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/08/11 22:51:38 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/08/11 22:51:38 [DEBUG] New state was assigned lineage "43e9eb70-0000-2344-cbcd-8c7fbbdc8de7"
2019/08/11 22:51:38 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/08/11 22:51:38 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/08/11 22:51:38 [DEBUG] checking for provider in "."
2019/08/11 22:51:38 [DEBUG] checking for provider in "C:\\Users\\hslasw"
2019/08/11 22:51:38 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2019/08/11 22:51:38 [DEBUG] found provider "terraform-provider-aws_v2.23.0_x4.exe"
2019/08/11 22:51:38 [DEBUG] found provider "terraform-provider-null_v2.1.2_x4.exe"
2019/08/11 22:51:38 [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:51:38 [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:51:38 [DEBUG] checking for provisioner in "."
2019/08/11 22:51:38 [DEBUG] checking for provisioner in "C:\\Users\\hslasw"
2019/08/11 22:51:38 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2019/08/11 22:51:38 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/08/11 22:51:38 [INFO] backend/local: starting Apply operation
2019/08/11 22:51:38 [TRACE] backend/local: requesting state manager for workspace "default"
2019/08/11 22:51:38 [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:51:38 [TRACE] backend/local: requesting state lock for workspace "default"
2019/08/11 22:51:38 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2019/08/11 22:51:38 [TRACE] statemgr.Filesystem: existing snapshot has lineage "0d3474c7-558b-a6b9-d971-3cd5255198fa" serial 199
2019/08/11 22:51:38 [TRACE] statemgr.Filesystem: locking terraform.tfstate using LockFileEx
2019/08/11 22:51:38 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2019/08/11 22:51:38 [TRACE] backend/local: reading remote state for workspace "default"
2019/08/11 22:51:38 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2019/08/11 22:51:38 [TRACE] statemgr.Filesystem: read snapshot with lineage "0d3474c7-558b-a6b9-d971-3cd5255198fa" serial 199
2019/08/11 22:51:38 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/08/11 22:51:38 [TRACE] backend/local: building context for current working directory
2019/08/11 22:51:38 [TRACE] terraform.NewContext: starting
2019/08/11 22:51:38 [TRACE] terraform.NewContext: resolving provider version selections
2019/08/11 22:51:38 [TRACE] terraform.NewContext: loading provider schemas
2019/08/11 22:51:38 [TRACE] LoadSchemas: retrieving schema for provider type "aws"
2019-08-11T22:51:38.562+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:38.582+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:51:38.844+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=29972
2019-08-11T22:51:38.844+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:51:38.905+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:38.905+0930
2019-08-11T22:51:38.926+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:51:38.926+0930
2019-08-11T22:51:38.926+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:38 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:51:39 [TRACE] GRPCProvider: Close
2019-08-11T22:51:39.014+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=29972
2019-08-11T22:51:39.014+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:39 [TRACE] LoadSchemas: retrieving schema for provider type "null"
2019-08-11T22:51:39.014+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:39.034+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:51:39.524+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=33404
2019-08-11T22:51:39.524+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:51:39.543+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:39.543+0930
2019-08-11T22:51:39.567+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:51:39.567+0930
2019-08-11T22:51:39.567+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:39 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:51:39 [TRACE] GRPCProvider: Close
2019-08-11T22:51:39.618+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=33404
2019-08-11T22:51:39.618+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:39 [TRACE] LoadSchemas: retrieving schema for provisioner "remote-exec"
2019-08-11T22:51:39.618+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:51:39.625+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=44444
2019-08-11T22:51:39.625+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:51:39.652+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] Terraform version: 0.12.6
2019-08-11T22:51:39.652+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] Go runtime version: go1.12.4
2019-08-11T22:51:39.652+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:39.652+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:51:39.653+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:51:39.653+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:39.653+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:51:39 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:51:39.655+0930 [DEBUG] plugin.terraform.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp=2019-08-11T22:51:39.655+0930
2019-08-11T22:51:39.655+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:51:39.667+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=44444
2019-08-11T22:51:39.667+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:39 [TRACE] terraform.NewContext: complete
2019/08/11 22:51:39 [TRACE] backend/local: finished building terraform.Context
2019/08/11 22:51:39 [TRACE] backend/local: requesting interactive input, if necessary
2019/08/11 22:51:39 [TRACE] Context.Input: Prompting for variables
2019/08/11 22:51:39 [TRACE] Context.Input: Prompting for provider arguments
2019/08/11 22:51:39 [TRACE] Context.Input: Provider provider.aws declared at main.tf:31,1-15
2019/08/11 22:51:39 [TRACE] Context.Input: Provider provider.null implied by resource block at main.tf:53,1-40
2019/08/11 22:51:39 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2019/08/11 22:51:39 [TRACE] Context.Input: Input for provider.null: map[string]cty.Value{}
2019/08/11 22:51:39 [TRACE] backend/local: running validation operation
2019/08/11 22:51:39 [INFO] terraform: building graph: GraphTypeValidate
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:51:39 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.StateTransformer
2019/08/11 22:51:39 [TRACE] StateTransformer: state is empty, so nothing to do
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance" (*terraform.NodeValidatableResource) config from main.tf:41,1-38
2019/08/11 22:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource" (*terraform.NodeValidatableResource) config from main.tf:53,1-40
2019/08/11 22:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg" (*terraform.NodeValidatableResource) config from main.tf:80,1-47
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/08/11 22:51:39 [TRACE] MissingProviderTransformer: added implicit provisioner .remote-exec, first implied by null_resource.nullresource
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/08/11 22:51:39 [TRACE] ProvisionerTransformer: null_resource.nullresource is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:51:39 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:51:39 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.nullresource
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:51:39 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg is provided by provider.aws or inherited equivalent
2019/08/11 22:51:39 [TRACE] ProviderTransformer: aws_instance.ec2instance is provided by provider.aws or inherited equivalent
2019/08/11 22:51:39 [TRACE] ProviderTransformer: null_resource.nullresource is provided by provider.null or inherited equivalent
2019/08/11 22:51:39 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg
2019/08/11 22:51:39 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/11 22:51:39 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance
2019/08/11 22:51:39 [DEBUG] ProviderTransformer: "aws_instance.ec2instance" (*terraform.NodeValidatableResource) needs provider.aws
2019/08/11 22:51:39 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource
2019/08/11 22:51:39 [DEBUG] ProviderTransformer: "null_resource.nullresource" (*terraform.NodeValidatableResource) needs provider.null
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_secret_key var.aws_access_key]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "output.private_ip" references: [aws_instance.ec2instance]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "provider.null" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance" references: [var.instance_count var.instance_name aws_security_group.ec2instance-sg]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "null_resource.nullresource" references: [var.instance_count]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: [var.instance_name var.vpc_id var.instance_name]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:51:39 [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:51:39 [DEBUG] Starting graph walk: walkValidate
2019/08/11 22:51:39 [TRACE] dag/walk: updating graph
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.null"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.admin_password"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.private_ip"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "provider.aws"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provisioner.remote-exec"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provider.null"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "output.private_ip", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:51:39 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:51:39 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provider.null"
2019/08/11 22:51:39 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:51:39 [TRACE] vertex "provider.null": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: provider.null
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:51:39 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provider.aws"
2019/08/11 22:51:39 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:51:39 [TRACE] vertex "provider.aws": evaluating
2019/08/11 22:51:39 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: provider.aws
2019/08/11 22:51:39 [TRACE] vertex "var.username": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provisioner.remote-exec"
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec": starting visit (*terraform.NodeProvisioner)
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: provisioner.remote-exec
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:51:39 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019-08-11T22:51:39.669+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:39.669+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:51:39.676+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=5332
2019-08-11T22:51:39.676+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:51:39.688+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:51:39.696+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=35856
2019-08-11T22:51:39.696+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:51:39.705+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] Terraform version: 0.12.6
2019-08-11T22:51:39.705+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] Go runtime version: go1.12.4
2019-08-11T22:51:39.705+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:39.706+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:51:39.706+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:51:39.706+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:39 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:39.706+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:51:39 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:51:39.707+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:51:39.707+0930
2019-08-11T22:51:39.707+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: provisioner.remote-exec
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec": visit complete
2019-08-11T22:51:39.713+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:39.712+0930
2019-08-11T22:51:39.736+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2019-08-11T22:51:39.736+0930
2019-08-11T22:51:39.736+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:39 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null
2019/08/11 22:51:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/08/11 22:51:39 [TRACE] buildProviderConfig for provider.null: no configuration at all
2019/08/11 22:51:39 [TRACE] GRPCProvider: GetSchema
2019-08-11T22:51:39.737+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:39.759+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:51:39.766+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=18992
2019-08-11T22:51:39.766+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:51:39 [TRACE] GRPCProvider: PrepareProviderConfig
2019/08/11 22:51:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: provider.null
2019/08/11 22:51:39 [TRACE] vertex "provider.null": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] vertex "null_resource.nullresource": starting visit (*terraform.NodeValidatableResource)
2019/08/11 22:51:39 [TRACE] vertex "null_resource.nullresource": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: null_resource.nullresource
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019-08-11T22:51:39.826+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:39.826+0930
2019-08-11T22:51:39.847+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:51:39.847+0930
2019-08-11T22:51:39.847+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:39 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/08/11 22:51:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/08/11 22:51:39 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/08/11 22:51:39 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/08/11 22:51:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvisioner
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalValidateProvisioner
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: null_resource.nullresource
2019/08/11 22:51:39 [TRACE] vertex "null_resource.nullresource": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provider.null (close)"
2019/08/11 22:51:39 [TRACE] vertex "provider.null (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provisioner.remote-exec (close)"
2019/08/11 22:51:39 [TRACE] vertex "provider.null (close)": evaluating
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: provider.null (close)
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec (close)": evaluating
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: provisioner.remote-exec (close)
2019/08/11 22:51:39 [TRACE] GRPCProvider: Close
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019-08-11T22:51:39.858+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=35856
2019-08-11T22:51:39.858+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: provider.null (close)
2019/08/11 22:51:39 [TRACE] vertex "provider.null (close)": visit complete
2019-08-11T22:51:39.862+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=5332
2019-08-11T22:51:39.862+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: provisioner.remote-exec (close)
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec (close)": visit complete
2019/08/11 22:51:39 [TRACE] GRPCProvider: PrepareProviderConfig
2019/08/11 22:51:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:39 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2019/08/11 22:51:39 [TRACE] vertex "provider.aws": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:51:39 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodeValidatableResource)
2019/08/11 22:51:39 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/08/11 22:51:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:39 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] vertex "aws_instance.ec2instance": starting visit (*terraform.NodeValidatableResource)
2019/08/11 22:51:39 [TRACE] vertex "aws_instance.ec2instance": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: aws_instance.ec2instance
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/08/11 22:51:39 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: aws_instance.ec2instance
2019/08/11 22:51:39 [TRACE] vertex "aws_instance.ec2instance": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:51:39 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:51:39 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: output.private_ip
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provider.aws (close)"
2019/08/11 22:51:39 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:51:39 [TRACE] vertex "provider.aws (close)": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:51:39 [TRACE] GRPCProvider: Close
2019/08/11 22:51:39 [TRACE] EvalWriteOutput: Removing output.private_ip from state (it is now null)
2019/08/11 22:51:39 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: output.private_ip
2019/08/11 22:51:39 [TRACE] vertex "output.private_ip": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/08/11 22:51:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/08/11 22:51:39 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:51:39 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-08-11T22:51:39.966+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=18992
2019-08-11T22:51:39.966+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:39 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2019/08/11 22:51:39 [TRACE] vertex "provider.aws (close)": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "root"
2019/08/11 22:51:39 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:51:39 [TRACE] vertex "root": visit complete
2019/08/11 22:51:39 [INFO] backend/local: apply calling Refresh
2019/08/11 22:51:39 [INFO] terraform: building graph: GraphTypeRefresh
2019/08/11 22:51:39 [TRACE] No managed resources in state during refresh; skipping managed resource transformer
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:51:39 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.StateTransformer
2019/08/11 22:51:39 [TRACE] StateTransformer: state is empty, so nothing to do
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:51:39 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes)
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:51:39 [DEBUG] pruning unused provider.aws
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "output.private_ip" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2019/08/11 22:51:39 [DEBUG] Starting graph walk: walkRefresh
2019/08/11 22:51:39 [TRACE] dag/walk: updating graph
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.admin_password"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "output.private_ip"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:51:39 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:51:39 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:51:39 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:51:39 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.username": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:51:39 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:51:39 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:51:39 [TRACE] [walkRefresh] Entering eval tree: output.private_ip
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:51:39 [TRACE] EvalWriteOutput: Removing output.private_ip from state (it is now null)
2019/08/11 22:51:39 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:51:39 [TRACE] [walkRefresh] Exiting eval tree: output.private_ip
2019/08/11 22:51:39 [TRACE] vertex "output.private_ip": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "root"
2019/08/11 22:51:39 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:51:39 [TRACE] vertex "root": visit complete
2019/08/11 22:51:39 [INFO] backend/local: apply calling Plan
2019/08/11 22:51:39 [INFO] terraform: building graph: GraphTypePlan
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:51:39 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.StateTransformer
2019/08/11 22:51:39 [TRACE] StateTransformer: state is empty, so nothing to do
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg" (*terraform.NodePlannableResource) config from main.tf:80,1-47
2019/08/11 22:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance" (*terraform.NodePlannableResource) config from main.tf:41,1-38
2019/08/11 22:51:39 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource" (*terraform.NodePlannableResource) config from main.tf:53,1-40
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/08/11 22:51:39 [TRACE] MissingProviderTransformer: added implicit provisioner .remote-exec, first implied by null_resource.nullresource
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/08/11 22:51:39 [TRACE] ProvisionerTransformer: null_resource.nullresource is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:51:39 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:51:39 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.nullresource
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:51:39 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg is provided by provider.aws or inherited equivalent
2019/08/11 22:51:39 [TRACE] ProviderTransformer: aws_instance.ec2instance is provided by provider.aws or inherited equivalent
2019/08/11 22:51:39 [TRACE] ProviderTransformer: null_resource.nullresource is provided by provider.null or inherited equivalent
2019/08/11 22:51:39 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg
2019/08/11 22:51:39 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodePlannableResource) needs provider.aws
2019/08/11 22:51:39 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance
2019/08/11 22:51:39 [DEBUG] ProviderTransformer: "aws_instance.ec2instance" (*terraform.NodePlannableResource) needs provider.aws
2019/08/11 22:51:39 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource
2019/08/11 22:51:39 [DEBUG] ProviderTransformer: "null_resource.nullresource" (*terraform.NodePlannableResource) needs provider.null
2019/08/11 22:51:39 [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:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:51:39 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource
2019/08/11 22:51:39 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "output.private_ip" references: [aws_instance.ec2instance]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "null_resource.nullresource" references: [var.instance_count aws_instance.ec2instance var.username var.admin_password]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "provider.null" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance" references: [var.instance_count aws_security_group.ec2instance-sg var.instance_name]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_secret_key var.aws_access_key]
2019/08/11 22:51:39 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: [var.instance_name var.instance_name var.vpc_id]
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/08/11 22:51:39 [TRACE] ForcedCBDTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/08/11 22:51:39 [TRACE] ForcedCBDTransformer: "aws_instance.ec2instance" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/08/11 22:51:39 [TRACE] ForcedCBDTransformer: "null_resource.nullresource" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/08/11 22:51:39 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/08/11 22:51:39 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:39 [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:51:39 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:51:39 [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:51:39 [DEBUG] Starting graph walk: walkPlan
2019/08/11 22:51:39 [TRACE] dag/walk: updating graph
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.null"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/11 22:51:39 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.vpc_id"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "aws_instance.ec2instance"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "var.username"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "provider.aws"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "var.admin_password"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "var.instance_count"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provider.null"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "null_resource.nullresource" waiting on "provisioner.remote-exec"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_instance.ec2instance" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.private_ip"
2019/08/11 22:51:39 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: dependencies changed for "output.private_ip", sending new deps
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:51:39 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provisioner.remote-exec"
2019/08/11 22:51:39 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:51:39 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:51:39 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:51:39 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec": starting visit (*terraform.NodeProvisioner)
2019/08/11 22:51:39 [TRACE] vertex "provisioner.remote-exec": evaluating
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:51:39 [TRACE] [walkPlan] Entering eval tree: provisioner.remote-exec
2019/08/11 22:51:39 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:51:39 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.username": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:51:39 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:39 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provider.null"
2019/08/11 22:51:39 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:51:39 [TRACE] vertex "provider.null": evaluating
2019/08/11 22:51:39 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:51:39 [TRACE] [walkPlan] Entering eval tree: provider.null
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:51:39 [TRACE] dag/walk: visiting "provider.aws"
2019/08/11 22:51:39 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:51:39 [TRACE] vertex "provider.aws": evaluating
2019/08/11 22:51:39 [TRACE] [walkPlan] Entering eval tree: provider.aws
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:39 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-08-11T22:51:39.969+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:51:39.969+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:39.976+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=32720
2019-08-11T22:51:39.976+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:51:39.989+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:51:39.996+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=28720
2019-08-11T22:51:39.996+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:51:40.003+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:40 [INFO] Terraform version: 0.12.6
2019-08-11T22:51:40.003+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:40 [INFO] Go runtime version: go1.12.4
2019-08-11T22:51:40.003+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:40 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:40.004+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:40 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:51:40.004+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:51:40.004+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:40 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:40.005+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:51:40 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:51:40.007+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:51:40.006+0930
2019-08-11T22:51:40.007+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:40 [TRACE] [walkPlan] Exiting eval tree: provisioner.remote-exec
2019/08/11 22:51:40 [TRACE] vertex "provisioner.remote-exec": visit complete
2019-08-11T22:51:40.012+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:40.012+0930
2019-08-11T22:51:40.036+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2019-08-11T22:51:40.036+0930
2019-08-11T22:51:40.036+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:40 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null
2019/08/11 22:51:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/08/11 22:51:40 [TRACE] buildProviderConfig for provider.null: no configuration at all
2019/08/11 22:51:40 [TRACE] GRPCProvider: GetSchema
2019-08-11T22:51:40.036+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:40.057+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:51:40.065+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=49648
2019-08-11T22:51:40.065+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:51:40.126+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:40.126+0930
2019-08-11T22:51:40.148+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:51:40.148+0930
2019-08-11T22:51:40.148+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:40 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/08/11 22:51:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:40 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:40 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/08/11 22:51:40 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/08/11 22:51:40 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:51:40 [TRACE] GRPCProvider: Configure
2019/08/11 22:51:40 [TRACE] [walkPlan] Exiting eval tree: provider.null
2019/08/11 22:51:40 [TRACE] vertex "provider.null": visit complete
2019/08/11 22:51:40 [TRACE] GRPCProvider: Configure
2019-08-11T22:51:40.221+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [INFO] No assume_role block read from configuration
2019-08-11T22:51:40.221+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [INFO] Building AWS auth structure
2019-08-11T22:51:40.221+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [INFO] Setting AWS metadata API timeout to 100ms
2019-08-11T22:51:40.490+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-11T22:51:40.490+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [INFO] AWS Auth provider used: "StaticProvider"
2019-08-11T22:51:40.490+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:40 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:51:40.491+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:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:51:40.491+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=2bfc7593c464d43fa0c18d55ce68723d8c2cdb81d4ed5e13855a00d51b2febfe
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132140Z
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:51:40.491+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:41 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:41 GMT
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: f4ee8ca6-bc3a-11e9-96dc-f58e31191db8
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:41 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>f4ee8ca6-bc3a-11e9-96dc-f58e31191db8</RequestId>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:41 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:41 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:51:41.690+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:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:51:41.690+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=6e9efa44008c7a8407ada7fb521c085ecbe94180bbe753a1f8bb11ec1fdeb174
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132141Z
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:51:41.690+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:42 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:41 GMT
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: f5806c0e-bc3a-11e9-ae00-090fd4311bf2
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:42 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>f5806c0e-bc3a-11e9-ae00-090fd4311bf2</RequestId>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:51:42.645+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:42.647+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:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 87
2019-08-11T22:51:42.647+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=e3be6777f51fd2b7b66ba831eee6d02fbfe01f99d902e6c3f969d62ac91f1b82
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132142Z
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-11T22:51:42.647+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 540
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:42 GMT
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>1c4ac2c9-fb22-4bcd-838b-f6fcd3ec4780</requestId>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <accountAttributeSet>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeName>supported-platforms</attributeName>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValueSet>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValue>VPC</attributeValue>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attributeValueSet>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </accountAttributeSet>
2019-08-11T22:51:42.808+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeAccountAttributesResponse>
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2019/08/11 22:51:42 [TRACE] vertex "provider.aws": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodePlannableResource)
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": expanding dynamic subgraph
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_security_group.ec2instance-sg - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:42 [DEBUG] Resource instance state not found for node "aws_security_group.ec2instance-sg", instance aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:42 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: []
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": entering dynamic subgraph
2019/08/11 22:51:42 [TRACE] dag/walk: updating graph
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:42 [TRACE] EvalReadState: reading state for aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] EvalReadState: no state present for aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:42 [TRACE] Re-validating config for "aws_security_group.ec2instance-sg"
2019/08/11 22:51:42 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:42 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:42 [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:
- .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)})})
- .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)})})
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:42 [TRACE] EvalWriteState: writing current state object for aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:51:42 [TRACE] EvalWriteDiff: recorded Create change for aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": dynamic subgraph completed successfully
2019/08/11 22:51:42 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "aws_instance.ec2instance"
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance": starting visit (*terraform.NodePlannableResource)
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance": expanding dynamic subgraph
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_instance.ec2instance[0] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:42 [DEBUG] Resource instance state not found for node "aws_instance.ec2instance[0]", instance aws_instance.ec2instance[0]
2019/08/11 22:51:42 [DEBUG] Resource instance state not found for node "aws_instance.ec2instance[1]", instance aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:42 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[0]" references: []
2019/08/11 22:51:42 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[1]" references: []
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_instance.ec2instance[0] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
aws_instance.ec2instance[0] - *terraform.NodePlannableResourceInstance
aws_instance.ec2instance[1] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance": entering dynamic subgraph
2019/08/11 22:51:42 [TRACE] dag/walk: updating graph
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[0]"
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[1]"
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:51:42 [TRACE] dag/walk: added edge: "root" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:51:42 [TRACE] dag/walk: added edge: "root" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:51:42 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "aws_instance.ec2instance[0]"
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance[0]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance[0]": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance[0]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:42 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[0]
2019/08/11 22:51:42 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[0]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "aws_instance.ec2instance[1]"
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance[1]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance[1]": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:42 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:42 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:51:42 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:51:42 [TRACE] Re-validating config for "aws_instance.ec2instance[0]"
2019/08/11 22:51:42 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:42 [TRACE] Re-validating config for "aws_instance.ec2instance[1]"
2019/08/11 22:51:42 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:42 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:42 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:42 [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:
- .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)})
- .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:51:42 [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)
- .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)
- .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:51:42 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:42 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[0]
2019/08/11 22:51:42 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:51:42 [TRACE] EvalWriteDiff: recorded Create change for aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] EvalWriteDiff: recorded Create change for aws_instance.ec2instance[0]
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance[1]
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: aws_instance.ec2instance[0]
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance[1]": visit complete
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance[0]": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "root"
2019/08/11 22:51:42 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:51:42 [TRACE] vertex "root": visit complete
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance": dynamic subgraph completed successfully
2019/08/11 22:51:42 [TRACE] vertex "aws_instance.ec2instance": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "provider.aws (close)"
2019/08/11 22:51:42 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:51:42 [TRACE] vertex "provider.aws (close)": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:51:42 [TRACE] GRPCProvider: Close
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "null_resource.nullresource"
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource": starting visit (*terraform.NodePlannableResource)
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:51:42 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:51:42 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: output.private_ip
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource": expanding dynamic subgraph
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
null_resource.nullresource[0] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[1] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:42 [DEBUG] Resource instance state not found for node "null_resource.nullresource[0]", instance null_resource.nullresource[0]
2019/08/11 22:51:42 [DEBUG] Resource instance state not found for node "null_resource.nullresource[1]", instance null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:42 [DEBUG] ReferenceTransformer: "null_resource.nullresource[1]" references: []
2019/08/11 22:51:42 [DEBUG] ReferenceTransformer: "null_resource.nullresource[0]" references: []
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/08/11 22:51:42 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:42 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
null_resource.nullresource[0] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[1] - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
null_resource.nullresource[0] - *terraform.NodePlannableResourceInstance
null_resource.nullresource[1] - *terraform.NodePlannableResourceInstance
------
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource": entering dynamic subgraph
2019/08/11 22:51:42 [TRACE] dag/walk: updating graph
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[0]"
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[1]"
2019/08/11 22:51:42 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:51:42 [TRACE] dag/walk: added edge: "root" waiting on "null_resource.nullresource[1]"
2019/08/11 22:51:42 [TRACE] dag/walk: added edge: "root" waiting on "null_resource.nullresource[0]"
2019/08/11 22:51:42 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:51:42 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "null_resource.nullresource[0]"
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource[0]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource[0]": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource[0]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "null_resource.nullresource[1]"
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource[1]": starting visit (*terraform.NodePlannableResourceInstance)
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource[1]": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:42 [TRACE] EvalWriteOutput: Saving value for output.private_ip in state
2019/08/11 22:51:42 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: output.private_ip
2019/08/11 22:51:42 [TRACE] vertex "output.private_ip": visit complete
2019-08-11T22:51:42.834+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=49648
2019-08-11T22:51:42.834+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2019/08/11 22:51:42 [TRACE] vertex "provider.aws (close)": visit complete
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:42 [TRACE] EvalReadState: reading state for null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] EvalReadState: reading state for null_resource.nullresource[0]
2019/08/11 22:51:42 [TRACE] EvalReadState: no state present for null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:51:42 [TRACE] EvalReadState: no state present for null_resource.nullresource[0]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:42 [TRACE] Re-validating config for "null_resource.nullresource[1]"
2019/08/11 22:51:42 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:42 [TRACE] Re-validating config for "null_resource.nullresource[0]"
2019/08/11 22:51:42 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:42 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:42 [TRACE] GRPCProvider: PlanResourceChange
2019-08-11T22:51:42.834+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:51:42 [DEBUG] Instance Diff is nil in SimpleDiff()
2019-08-11T22:51:42.834+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:51:42 [DEBUG] Instance Diff is nil in SimpleDiff()
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:42 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[0]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:42 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:51:42 [TRACE] EvalWriteDiff: recorded Create change for null_resource.nullresource[0]
2019/08/11 22:51:42 [TRACE] EvalWriteDiff: recorded Create change for null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource[0]
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: null_resource.nullresource[1]
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource[0]": visit complete
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource[1]": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "root"
2019/08/11 22:51:42 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:51:42 [TRACE] vertex "root": visit complete
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource": dynamic subgraph completed successfully
2019/08/11 22:51:42 [TRACE] vertex "null_resource.nullresource": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "provisioner.remote-exec (close)"
2019/08/11 22:51:42 [TRACE] vertex "provisioner.remote-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/08/11 22:51:42 [TRACE] vertex "provisioner.remote-exec (close)": evaluating
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: provisioner.remote-exec (close)
2019/08/11 22:51:42 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "provider.null (close)"
2019/08/11 22:51:42 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/08/11 22:51:42 [TRACE] vertex "provider.null (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/08/11 22:51:42 [TRACE] vertex "provider.null (close)": evaluating
2019/08/11 22:51:42 [TRACE] [walkPlan] Entering eval tree: provider.null (close)
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:51:42 [TRACE] GRPCProvider: Close
2019/08/11 22:51:42 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:51:42 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-08-11T22:51:42.844+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=28720
2019-08-11T22:51:42.844+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: provider.null (close)
2019/08/11 22:51:42 [TRACE] vertex "provider.null (close)": visit complete
2019-08-11T22:51:42.847+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=32720
2019-08-11T22:51:42.847+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:51:42 [TRACE] [walkPlan] Exiting eval tree: provisioner.remote-exec (close)
2019/08/11 22:51:42 [TRACE] vertex "provisioner.remote-exec (close)": visit complete
2019/08/11 22:51:42 [TRACE] dag/walk: visiting "root"
2019/08/11 22:51:42 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:51:42 [TRACE] vertex "root": visit complete
2019/08/11 22:51:43 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/08/11 22:51:43 [INFO] backend/local: apply calling Apply
2019/08/11 22:51:43 [INFO] terraform: building graph: GraphTypeApply
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/08/11 22:51:43 [TRACE] ConfigTransformer: Starting for path:
2019/08/11 22:51:43 [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:51:43 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/08/11 22:51:43 [TRACE] DiffTransformer starting
2019/08/11 22:51:43 [TRACE] DiffTransformer: found Create change for aws_security_group.ec2instance-sg
2019/08/11 22:51:43 [TRACE] DiffTransformer: aws_security_group.ec2instance-sg will be represented by aws_security_group.ec2instance-sg
2019/08/11 22:51:43 [TRACE] DiffTransformer: found Create change for aws_instance.ec2instance[1]
2019/08/11 22:51:43 [TRACE] DiffTransformer: aws_instance.ec2instance[1] will be represented by aws_instance.ec2instance[1]
2019/08/11 22:51:43 [TRACE] DiffTransformer: found Create change for aws_instance.ec2instance[0]
2019/08/11 22:51:43 [TRACE] DiffTransformer: aws_instance.ec2instance[0] will be represented by aws_instance.ec2instance[0]
2019/08/11 22:51:43 [TRACE] DiffTransformer: found Create change for null_resource.nullresource[0]
2019/08/11 22:51:43 [TRACE] DiffTransformer: null_resource.nullresource[0] will be represented by null_resource.nullresource[0]
2019/08/11 22:51:43 [TRACE] DiffTransformer: found Create change for null_resource.nullresource[1]
2019/08/11 22:51:43 [TRACE] DiffTransformer: null_resource.nullresource[1] will be represented by null_resource.nullresource[1]
2019/08/11 22:51:43 [TRACE] DiffTransformer complete
2019/08/11 22:51:43 [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_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
------
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:41,1-38
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:53,1-40
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg (prepare state)" (*terraform.NodeApplyableResource) config from main.tf:80,1-47
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "aws_security_group.ec2instance-sg" (*terraform.NodeApplyableResourceInstance) config from main.tf:80,1-47
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance[1]" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "aws_instance.ec2instance[0]" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource[0]" (*terraform.NodeApplyableResourceInstance) config from main.tf:53,1-40
2019/08/11 22:51:43 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.nullresource[1]" (*terraform.NodeApplyableResourceInstance) config from main.tf:53,1-40
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/08/11 22:51:43 [DEBUG] Resource state not found for node "aws_instance.ec2instance[1]", instance aws_instance.ec2instance[1]
2019/08/11 22:51:43 [DEBUG] Resource state not found for node "aws_instance.ec2instance[0]", instance aws_instance.ec2instance[0]
2019/08/11 22:51:43 [DEBUG] Resource state not found for node "null_resource.nullresource[0]", instance null_resource.nullresource[0]
2019/08/11 22:51:43 [DEBUG] Resource state not found for node "null_resource.nullresource[1]", instance null_resource.nullresource[1]
2019/08/11 22:51:43 [DEBUG] Resource state not found for node "aws_security_group.ec2instance-sg", instance aws_security_group.ec2instance-sg
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/08/11 22:51:43 [TRACE] MissingProviderTransformer: added implicit provisioner .remote-exec, first implied by null_resource.nullresource[0]
2019/08/11 22:51:43 [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_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
provisioner.remote-exec - *terraform.NodeProvisioner
------
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/08/11 22:51:43 [TRACE] ProvisionerTransformer: null_resource.nullresource (prepare state) is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:51:43 [TRACE] ProvisionerTransformer: null_resource.nullresource[0] is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:51:43 [TRACE] ProvisionerTransformer: null_resource.nullresource[1] is provisioned by .remote-exec ("provisioner.remote-exec")
2019/08/11 22:51:43 [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_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
provisioner.remote-exec - *terraform.NodeProvisioner
------
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/08/11 22:51:43 [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_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
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:51:43 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/08/11 22:51:43 [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_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
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:51:43 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/08/11 22:51:43 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/08/11 22:51:43 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:31,1-15
2019/08/11 22:51:43 [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_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
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:51:43 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/08/11 22:51:43 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.nullresource[1]
2019/08/11 22:51:43 [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_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
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:51:43 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/08/11 22:51:43 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg is provided by provider.aws or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: aws_instance.ec2instance[1] is provided by provider.aws or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: aws_instance.ec2instance (prepare state) is provided by provider.aws or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: null_resource.nullresource[1] is provided by provider.null or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: null_resource.nullresource (prepare state) is provided by provider.null or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: aws_security_group.ec2instance-sg (prepare state) is provided by provider.aws or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: aws_instance.ec2instance[0] is provided by provider.aws or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: null_resource.nullresource[0] is provided by provider.null or inherited equivalent
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance (prepare state)
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "aws_instance.ec2instance (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource[1]
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "null_resource.nullresource[1]" (*terraform.NodeApplyableResourceInstance) needs provider.null
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource (prepare state)
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "null_resource.nullresource (prepare state)" (*terraform.NodeApplyableResource) needs provider.null
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance[0]
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "aws_instance.ec2instance[0]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.nullresource[0]
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "null_resource.nullresource[0]" (*terraform.NodeApplyableResourceInstance) needs provider.null
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_security_group.ec2instance-sg
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "aws_security_group.ec2instance-sg" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:51:43 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_instance.ec2instance[1]
2019/08/11 22:51:43 [DEBUG] ProviderTransformer: "aws_instance.ec2instance[1]" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/08/11 22:51:43 [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_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
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:51:43 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/08/11 22:51:43 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2019/08/11 22:51:43 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/08/11 22:51:43 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/08/11 22:51:43 [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_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
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:51:43 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance (prepare state)
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource[1]
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource[1]
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource (prepare state)
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource (prepare state)
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance[0]
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.nullresource[0]
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching provisioner "remote-exec" config schema to null_resource.nullresource[0]
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_security_group.ec2instance-sg
2019/08/11 22:51:43 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_instance.ec2instance[1]
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance (prepare state)" references: [var.instance_count]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "null_resource.nullresource[1]" references: [var.instance_count aws_instance.ec2instance (prepare state) aws_instance.ec2instance[0] aws_instance.ec2instance[1] var.username var.admin_password]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.username" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "null_resource.nullresource (prepare state)" references: [var.instance_count]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg (prepare state)" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.vpc_id" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key var.aws_secret_key]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[0]" references: [var.instance_count var.instance_name aws_security_group.ec2instance-sg (prepare state) aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "null_resource.nullresource[0]" references: [var.instance_count var.admin_password aws_instance.ec2instance (prepare state) aws_instance.ec2instance[0] aws_instance.ec2instance[1] var.username]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "provisioner.remote-exec" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.instance_count" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "aws_security_group.ec2instance-sg" references: [var.instance_name var.vpc_id var.instance_name]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "aws_instance.ec2instance[1]" references: [var.instance_count var.instance_name aws_security_group.ec2instance-sg (prepare state) aws_security_group.ec2instance-sg aws_security_group.ec2instance-sg]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.admin_password" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "output.private_ip" references: [aws_instance.ec2instance (prepare state) aws_instance.ec2instance[0] aws_instance.ec2instance[1]]
2019/08/11 22:51:43 [DEBUG] ReferenceTransformer: "provider.null" references: []
2019/08/11 22:51:43 [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_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
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
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
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:51:43 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/08/11 22:51:43 [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_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_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
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
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
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
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:51:43 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/08/11 22:51:43 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/08/11 22:51:43 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/08/11 22:51:43 [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_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_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
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
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
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
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_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
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:51:43 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/08/11 22:51:43 [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_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_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
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
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
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
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_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
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
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:51:43 [TRACE] Executing graph transform *terraform.RootTransformer
2019/08/11 22:51:43 [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_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_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
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
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
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
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_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
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
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:51:43 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/08/11 22:51:43 [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_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
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
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
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
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
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.nullresource[0] - *terraform.NodeApplyableResourceInstance
null_resource.nullresource[1] - *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
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:51:43 [DEBUG] Starting graph walk: walkApply
2019/08/11 22:51:43 [TRACE] dag/walk: updating graph
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec (close)"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.username"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "null_resource.nullresource (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.aws_access_key"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.admin_password"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "root"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "provisioner.remote-exec"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.aws_secret_key"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.instance_name"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.instance_count"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "output.private_ip"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "null_resource.nullresource[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "var.vpc_id"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "provider.null"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "aws_security_group.ec2instance-sg"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added new vertex: "aws_instance.ec2instance (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "null_resource.nullresource (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[0]" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "output.private_ip" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_instance.ec2instance (prepare state)" waiting on "provider.aws"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource (prepare state)" waiting on "provider.null"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "var.username"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg (prepare state)" waiting on "provider.aws"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.remote-exec (close)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource (prepare state)" waiting on "provisioner.remote-exec"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "var.admin_password"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[1]" waiting on "aws_security_group.ec2instance-sg"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[0]" waiting on "aws_instance.ec2instance (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_instance.ec2instance (prepare state)" waiting on "var.instance_count"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_instance.ec2instance[1]" waiting on "aws_instance.ec2instance (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "aws_security_group.ec2instance-sg (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_secret_key"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "null_resource.nullresource (prepare state)"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provider.aws" waiting on "var.aws_access_key"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.nullresource[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.vpc_id"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.private_ip"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provisioner.remote-exec (close)" waiting on "null_resource.nullresource[0]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "var.username"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[0]" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_instance.ec2instance[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "aws_security_group.ec2instance-sg" waiting on "var.instance_name"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.nullresource[1]"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource[1]" waiting on "var.admin_password"
2019/08/11 22:51:43 [TRACE] dag/walk: added edge: "null_resource.nullresource (prepare state)" waiting on "var.instance_count"
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "provider.aws", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance[1]", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance[0]", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg (prepare state)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource (prepare state)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource[1]", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "aws_security_group.ec2instance-sg", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "null_resource.nullresource[0]", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "output.private_ip", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "aws_instance.ec2instance (prepare state)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "provisioner.remote-exec (close)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.aws_access_key"
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.admin_password"
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.vpc_id"
2019/08/11 22:51:43 [TRACE] vertex "var.vpc_id": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.instance_count"
2019/08/11 22:51:43 [TRACE] vertex "var.admin_password": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "provider.null"
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.aws_secret_key"
2019/08/11 22:51:43 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:51:43 [TRACE] vertex "var.aws_secret_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "provisioner.remote-exec"
2019/08/11 22:51:43 [TRACE] vertex "provider.null": evaluating
2019/08/11 22:51:43 [TRACE] vertex "provisioner.remote-exec": starting visit (*terraform.NodeProvisioner)
2019/08/11 22:51:43 [TRACE] vertex "var.vpc_id": visit complete
2019/08/11 22:51:43 [TRACE] [walkApply] Entering eval tree: provider.null
2019/08/11 22:51:43 [TRACE] vertex "provisioner.remote-exec": evaluating
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019/08/11 22:51:43 [TRACE] [walkApply] Entering eval tree: provisioner.remote-exec
2019/08/11 22:51:43 [TRACE] vertex "var.aws_secret_key": visit complete
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/08/11 22:51:43 [TRACE] vertex "var.aws_access_key": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.username"
2019/08/11 22:51:43 [TRACE] vertex "var.username": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] vertex "var.instance_count": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] vertex "var.admin_password": visit complete
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "var.instance_name"
2019/08/11 22:51:43 [TRACE] vertex "var.username": visit complete
2019/08/11 22:51:43 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2019/08/11 22:51:43 [TRACE] vertex "var.instance_count": visit complete
2019/08/11 22:51:43 [TRACE] vertex "var.instance_name": visit complete
2019/08/11 22:51:43 [TRACE] vertex "var.aws_access_key": visit complete
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "provider.aws"
2019/08/11 22:51:43 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2019/08/11 22:51:43 [TRACE] vertex "provider.aws": evaluating
2019/08/11 22:51:43 [TRACE] [walkApply] Entering eval tree: provider.aws
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-08-11T22:51:43.124+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:43.124+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:51:43.132+0930 [DEBUG] plugin: plugin started: path=C:\Users\hslasw\terraform.exe pid=43960
2019-08-11T22:51:43.132+0930 [DEBUG] plugin: waiting for RPC address: path=C:\Users\hslasw\terraform.exe
2019-08-11T22:51:43.145+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:51:43.152+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=27932
2019-08-11T22:51:43.152+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:51:43.166+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:43 [INFO] Terraform version: 0.12.6
2019-08-11T22:51:43.166+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:43 [INFO] Go runtime version: go1.12.4
2019-08-11T22:51:43.166+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:43 [INFO] CLI args: []string{"C:\\Users\\hslasw\\terraform.exe", "internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:43.166+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:43 [DEBUG] Attempting to open CLI config file: C:\Users\hslasw\AppData\Roaming\terraform.rc
2019-08-11T22:51:43.166+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:43 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-08-11T22:51:43.167+0930 [DEBUG] plugin.terraform.exe: 2019/08/11 22:51:43 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "remote-exec"}
2019-08-11T22:51:43.167+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:51:43 [INFO] Starting provisioner plugin remote-exec
2019-08-11T22:51:43.168+0930 [DEBUG] plugin.terraform.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-08-11T22:51:43.168+0930
2019-08-11T22:51:43.168+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:43 [TRACE] [walkApply] Exiting eval tree: provisioner.remote-exec
2019/08/11 22:51:43 [TRACE] vertex "provisioner.remote-exec": visit complete
2019-08-11T22:51:43.169+0930 [INFO] plugin.terraform-provider-null_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:43.169+0930
2019-08-11T22:51:43.192+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2019-08-11T22:51:43.192+0930
2019-08-11T22:51:43.192+0930 [DEBUG] plugin: using plugin: version=5
2019/08/11 22:51:43 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null
2019/08/11 22:51:43 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:43 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/08/11 22:51:43 [TRACE] buildProviderConfig for provider.null: no configuration at all
2019/08/11 22:51:43 [TRACE] GRPCProvider: GetSchema
2019-08-11T22:51:43.193+0930 [INFO] plugin: configuring client automatic mTLS
2019-08-11T22:51:43.214+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:51:43.222+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=23372
2019-08-11T22:51:43.222+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:51:43.289+0930 [INFO] plugin.terraform-provider-aws_v2.23.0_x4.exe: configuring server automatic mTLS: timestamp=2019-08-11T22:51:43.289+0930
2019-08-11T22:51:43.310+0930 [DEBUG] plugin: using plugin: version=5
2019-08-11T22:51:43.310+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:51:43.310+0930
2019/08/11 22:51:43 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2019/08/11 22:51:43 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:43 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/08/11 22:51:43 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2019/08/11 22:51:43 [TRACE] GRPCProvider: GetSchema
2019/08/11 22:51:43 [TRACE] GRPCProvider: Configure
2019/08/11 22:51:43 [TRACE] [walkApply] Exiting eval tree: provider.null
2019/08/11 22:51:43 [TRACE] vertex "provider.null": visit complete
2019/08/11 22:51:43 [TRACE] dag/walk: visiting "null_resource.nullresource (prepare state)"
2019/08/11 22:51:43 [TRACE] vertex "null_resource.nullresource (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/08/11 22:51:43 [TRACE] vertex "null_resource.nullresource (prepare state)": evaluating
2019/08/11 22:51:43 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource (prepare state)
2019/08/11 22:51:43 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:51:43 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource (prepare state)
2019/08/11 22:51:43 [TRACE] vertex "null_resource.nullresource (prepare state)": visit complete
2019/08/11 22:51:43 [TRACE] GRPCProvider: Configure
2019-08-11T22:51:43.384+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [INFO] No assume_role block read from configuration
2019-08-11T22:51:43.384+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [INFO] Building AWS auth structure
2019-08-11T22:51:43.384+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [INFO] Setting AWS metadata API timeout to 100ms
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [INFO] AWS Auth provider used: "StaticProvider"
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:43 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:51:43.734+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:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:51:43.734+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=6e699b8a75ec8145367547e77a58937f28e8be4a802e3bee3f5d882c75fef43e
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132143Z
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:51:43.734+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:44 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:43 GMT
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: f6bd3299-bc3a-11e9-bf92-0dab6e32491b
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:44 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>f6bd3299-bc3a-11e9-bf92-0dab6e32491b</RequestId>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:44 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:44 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: sts.amazonaws.com
2019-08-11T22:51:44.721+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:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 43
2019-08-11T22:51:44.721+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=cd5c012464ed2933d4c9882bfa9592664811e6b049afd82b7787ac2515787a55
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132144Z
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=GetCallerIdentity&Version=2011-06-15
2019-08-11T22:51:44.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 416
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:44 GMT
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amzn-Requestid: f74e4ead-bc3a-11e9-bc71-e967a8c116d3
2019-08-11T22:51:45.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <GetCallerIdentityResult>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Arn>arn:aws:iam::107096209866:user/ec2-service-account</Arn>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <UserId>AIDARR33OPHFN53VSTNEB</UserId>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <Account>107096209866</Account>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResult>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ResponseMetadata>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RequestId>f74e4ead-bc3a-11e9-bc71-e967a8c116d3</RequestId>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ResponseMetadata>
2019-08-11T22:51:45.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </GetCallerIdentityResponse>
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:45.675+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:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 87
2019-08-11T22:51:45.675+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=acc136723f4097e9720399b49df3afd95948aecea16d353260972c19ae8e8712
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132145Z
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-11T22:51:45.675+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 540
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:45 GMT
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>7ff48a19-1610-4287-b24b-aeddcb3db2c2</requestId>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <accountAttributeSet>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeName>supported-platforms</attributeName>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValueSet>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attributeValue>VPC</attributeValue>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attributeValueSet>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </accountAttributeSet>
2019-08-11T22:51:45.822+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeAccountAttributesResponse>
2019/08/11 22:51:45 [TRACE] [walkApply] Exiting eval tree: provider.aws
2019/08/11 22:51:45 [TRACE] vertex "provider.aws": visit complete
2019/08/11 22:51:45 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg (prepare state)"
2019/08/11 22:51:45 [TRACE] vertex "aws_security_group.ec2instance-sg (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/08/11 22:51:45 [TRACE] vertex "aws_security_group.ec2instance-sg (prepare state)": evaluating
2019/08/11 22:51:45 [TRACE] [walkApply] Entering eval tree: aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:51:45 [TRACE] dag/walk: visiting "aws_instance.ec2instance (prepare state)"
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:51:45 [TRACE] vertex "aws_instance.ec2instance (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/08/11 22:51:45 [TRACE] [walkApply] Exiting eval tree: aws_security_group.ec2instance-sg (prepare state)
2019/08/11 22:51:45 [TRACE] vertex "aws_security_group.ec2instance-sg (prepare state)": visit complete
2019/08/11 22:51:45 [TRACE] vertex "aws_instance.ec2instance (prepare state)": evaluating
2019/08/11 22:51:45 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance (prepare state)
2019/08/11 22:51:45 [TRACE] dag/walk: visiting "aws_security_group.ec2instance-sg"
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/08/11 22:51:45 [TRACE] vertex "aws_security_group.ec2instance-sg": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:51:45 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance (prepare state)
2019/08/11 22:51:45 [TRACE] vertex "aws_instance.ec2instance (prepare state)": visit complete
2019/08/11 22:51:45 [TRACE] vertex "aws_security_group.ec2instance-sg": evaluating
2019/08/11 22:51:45 [TRACE] [walkApply] Entering eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:51:45 [TRACE] EvalReadDiff: Read Create change from plan for aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:45 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:45 [TRACE] EvalReadState: reading state for aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] EvalReadState: no state present for aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:51:45 [TRACE] EvalReadDiff: Read Create change from plan for aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:45 [TRACE] Re-validating config for "aws_security_group.ec2instance-sg"
2019/08/11 22:51:45 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:45 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:45 [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:
- .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)})})
- .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)})})
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:51:45 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:45 [TRACE] EvalReadState: reading state for aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] EvalReadState: no state present for aws_security_group.ec2instance-sg
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:45 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:51:45 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:51:45 [DEBUG] aws_security_group.ec2instance-sg: applying the planned Create change
2019/08/11 22:51:45 [TRACE] GRPCProvider: ApplyResourceChange
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] Security Group create configuration: {
2019-08-11T22:51:45.837+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:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: "Testing-sg",
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: VpcId: "vpc-0a3ca3b8b6d7197a2"
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateSecurityGroup Details:
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:45.837+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:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 175
2019-08-11T22:51:45.837+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=f87c00225a3dff3648c0d5afc1614e348ba2b3b8ceabca5d43a82f71b8cce5a0
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132145Z
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:45.837+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:51:45.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateSecurityGroup Details:
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 283
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:45 GMT
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <CreateSecurityGroupResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>e9067247-ec6a-4da7-8011-7cb567fd979e</requestId>
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </CreateSecurityGroupResponse>
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [INFO] Security Group ID: sg-0fdd7e4be87ab6826
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Waiting for Security Group (sg-0fdd7e4be87ab6826) to exist
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Waiting for state to become: [exists]
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:46.015+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:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 79
2019-08-11T22:51:46.015+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=f0a893b18deaf5d2dc7bdfa295599a6845f2955cd9f7651c2108b5f38bd00b78
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132146Z
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeSecurityGroups&GroupId.1=sg-0fdd7e4be87ab6826&Version=2016-11-15
2019-08-11T22:51:46.015+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 1077
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:45 GMT
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>79b62519-0aba-49e1-8007-c5cf7efd37ab</requestId>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <securityGroupInfo>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:46.217+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:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissions/>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissionsEgress>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>-1</ipProtocol>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipPermissionsEgress>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </securityGroupInfo>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeSecurityGroupsResponse>
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Matching ^aws: with Name
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Matching ^aws: with Name
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Creating tags: [{
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-sg"
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }] for sg-0fdd7e4be87ab6826
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateTags Details:
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:46.217+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:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 108
2019-08-11T22:51:46.217+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=4fa8bbefe73eaed4e42009378469b7b807a3cc1ff9b8cfa4eb87469aa7f25793
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132146Z
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=CreateTags&ResourceId.1=sg-0fdd7e4be87ab6826&Tag.1.Key=Name&Tag.1.Value=Testing-sg&Version=2016-11-15
2019-08-11T22:51:46.217+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateTags Details:
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 221
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:46 GMT
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <CreateTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>e25d476c-b029-4fcf-b3e3-1166e0169060</requestId>
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </CreateTagsResponse>
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Revoking default egress rule for Security Group for sg-0fdd7e4be87ab6826
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:46.420+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:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 208
2019-08-11T22:51:46.420+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=3635c5d539ca75a2c99b10caf9d140c7ca6a3efb0679eef19da3a13d698b2e72
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132146Z
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RevokeSecurityGroupEgress&GroupId=sg-0fdd7e4be87ab6826&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:51:46.420+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 251
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:46 GMT
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RevokeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>9899452e-c767-4142-9781-8ab4c943dcd7</requestId>
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RevokeSecurityGroupEgressResponse>
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Revoking default IPv6 egress rule for Security Group for sg-0fdd7e4be87ab6826
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:46.642+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:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 211
2019-08-11T22:51:46.642+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=9d0b11cc13f0498c1abd4aff666442827a86390cd29b395e12af1d3601287d6d
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132146Z
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=RevokeSecurityGroupEgress&GroupId=sg-0fdd7e4be87ab6826&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:51:46.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RevokeSecurityGroupEgress Details:
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 400 Bad Request
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:45 GMT
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:46.837+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>9518c872-27a1-44fa-9d72-feef0bc3c397</RequestID></Response>
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [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:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: status code: 400, request id: 9518c872-27a1-44fa-9d72-feef0bc3c397
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Waiting for Security Group (sg-0fdd7e4be87ab6826) to exist
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Waiting for state to become: [exists]
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:46.837+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:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 79
2019-08-11T22:51:46.837+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=f0a893b18deaf5d2dc7bdfa295599a6845f2955cd9f7651c2108b5f38bd00b78
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132146Z
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeSecurityGroups&GroupId.1=sg-0fdd7e4be87ab6826&Version=2016-11-15
2019-08-11T22:51:46.837+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 838
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:46 GMT
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>d89b5128-5cd5-4b64-b5b6-26a67038a18d</requestId>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <securityGroupInfo>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:46.999+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:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissions/>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissionsEgress/>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-sg</value>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </securityGroupInfo>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeSecurityGroupsResponse>
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:46 [DEBUG] Authorizing security group {
2019-08-11T22:51:46.999+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:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupId: "sg-0fdd7e4be87ab6826",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: "Testing-sg",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: OwnerId: "107096209866",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-sg"
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: VpcId: "vpc-0a3ca3b8b6d7197a2"
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: } ingress rule: []*ec2.IpPermission{{
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 3389,
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.225.0/24",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "RDP from HAMBS VPN"
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 3389
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 0,
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "-1",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 0,
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: UserIdGroupPairs: [{
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "All traffic from VPC Endpoint for Secrets Management Service",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupId: "sg-052fd630c5936fec6"
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 80,
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:46.999+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "HTTP inbound for HAMBS Desktop"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 80
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 10933,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "OD from HAMBS Desktop"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 10933
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 3389,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "RDP inbound for HAMBS Desktop"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 3389
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 5985,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.224.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "WinRM from HAMBS WiFi"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 5985
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 443,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "HTTPS inbound for HAMBS Desktop"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 443
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 5985,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.220.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "WinRM from HAMBS Desktop"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 5985
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 0,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "-1",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "172.18.34.7/32",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "All traffic from OD"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 0
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }, {
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 3389,
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "tcp",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "192.168.224.0/24",
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Description: "RDP from HAMBS WiFi"
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 3389
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }}
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupIngress Details:
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:47.000+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:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2160
2019-08-11T22:51:47.000+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=70075e0d0267862f3a8643a2df3aa1dd3d64e6a0409fc251e4ddb4ccbc088135
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132147Z
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=AuthorizeSecurityGroupIngress&GroupId=sg-0fdd7e4be87ab6826&IpPermissions.1.FromPort=3389&IpPermissions.1.IpProtocol=tcp&IpPermissions.1.IpRanges.1.CidrIp=192.168.225.0%2F24&IpPermissions.1.IpRanges.1.Description=RDP+from+HAMBS+VPN&IpPermissions.1.ToPort=3389&IpPermissions.10.FromPort=3389&IpPermissions.10.IpProtocol=tcp&IpPermissions.10.IpRanges.1.CidrIp=192.168.224.0%2F24&IpPermissions.10.IpRanges.1.Description=RDP+from+HAMBS+WiFi&IpPermissions.10.ToPort=3389&IpPermissions.2.FromPort=0&IpPermissions.2.Groups.1.Description=All+traffic+from+VPC+Endpoint+for+Secrets+Management+Service&IpPermissions.2.Groups.1.GroupId=sg-052fd630c5936fec6&IpPermissions.2.IpProtocol=-1&IpPermissions.2.ToPort=0&IpPermissions.3.FromPort=80&IpPermissions.3.IpProtocol=tcp&IpPermissions.3.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.3.IpRanges.1.Description=HTTP+inbound+for+HAMBS+Desktop&IpPermissions.3.ToPort=80&IpPermissions.4.FromPort=10933&IpPermissions.4.IpProtocol=tcp&IpPermissions.4.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.4.IpRanges.1.Description=OD+from+HAMBS+Desktop&IpPermissions.4.ToPort=10933&IpPermissions.5.FromPort=3389&IpPermissions.5.IpProtocol=tcp&IpPermissions.5.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.5.IpRanges.1.Description=RDP+inbound+for+HAMBS+Desktop&IpPermissions.5.ToPort=3389&IpPermissions.6.FromPort=5985&IpPermissions.6.IpProtocol=tcp&IpPermissions.6.IpRanges.1.CidrIp=192.168.224.0%2F24&IpPermissions.6.IpRanges.1.Description=WinRM+from+HAMBS+WiFi&IpPermissions.6.ToPort=5985&IpPermissions.7.FromPort=443&IpPermissions.7.IpProtocol=tcp&IpPermissions.7.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.7.IpRanges.1.Description=HTTPS+inbound+for+HAMBS+Desktop&IpPermissions.7.ToPort=443&IpPermissions.8.FromPort=5985&IpPermissions.8.IpProtocol=tcp&IpPermissions.8.IpRanges.1.CidrIp=192.168.220.0%2F24&IpPermissions.8.IpRanges.1.Description=WinRM+from+HAMBS+Desktop&IpPermissions.8.ToPort=5985&IpPermissions.9.FromPort=0&IpPermissions.9.IpProtocol=-1&IpPermissions.9.IpRanges.1.CidrIp=172.18.34.7%2F32&IpPermissions.9.IpRanges.1.Description=All+traffic+from+OD&IpPermissions.9.ToPort=0&Version=2016-11-15
2019-08-11T22:51:47.000+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.205+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupIngress Details:
2019-08-11T22:51:47.205+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 259
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:46 GMT
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <AuthorizeSecurityGroupIngressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>5ee519ff-ce00-4a7a-957e-b47f7f4da70a</requestId>
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </AuthorizeSecurityGroupIngressResponse>
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Authorizing security group {
2019-08-11T22:51:47.206+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:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupId: "sg-0fdd7e4be87ab6826",
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: "Testing-sg",
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: OwnerId: "107096209866",
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-sg"
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: VpcId: "vpc-0a3ca3b8b6d7197a2"
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: } egress rule: []*ec2.IpPermission{{
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: FromPort: 0,
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpProtocol: "-1",
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IpRanges: [{
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: CidrIp: "0.0.0.0/0"
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ToPort: 0
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }}
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/AuthorizeSecurityGroupEgress Details:
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:47.206+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:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 211
2019-08-11T22:51:47.206+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=c2f6086ab941ef490c9f658535871940f03a3724ab50a6ffdf1f72022b0a3c6d
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132147Z
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=AuthorizeSecurityGroupEgress&GroupId=sg-0fdd7e4be87ab6826&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:51:47.206+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/AuthorizeSecurityGroupEgress Details:
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 257
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:46 GMT
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <AuthorizeSecurityGroupEgressResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>183df279-67ca-4f53-8840-d6b7805f90ec</requestId>
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <return>true</return>
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </AuthorizeSecurityGroupEgressResponse>
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Waiting for Security Group (sg-0fdd7e4be87ab6826) to exist
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Waiting for state to become: [exists]
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:47.436+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:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 79
2019-08-11T22:51:47.436+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=b9f029184b3c474265992bf26bea8bd01c27e54f25aa25e203f3e2f2c5799999
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132147Z
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeSecurityGroups&GroupId.1=sg-0fdd7e4be87ab6826&Version=2016-11-15
2019-08-11T22:51:47.436+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:47 GMT
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>722345fd-f3bd-4c42-ac89-02b6dd3336c6</requestId>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <securityGroupInfo>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:47.623+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:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissions>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>80</fromPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>80</toPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>HTTP inbound for HAMBS Desktop</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>10933</fromPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>10933</toPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>OD from HAMBS Desktop</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>-1</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userId>107096209866</userId>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-052fd630c5936fec6</groupId>
2019-08-11T22:51:47.623+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:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groups>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>172.18.34.7/32</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>All traffic from OD</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>3389</fromPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>3389</toPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.225.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>RDP from HAMBS VPN</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>RDP inbound for HAMBS Desktop</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.224.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>RDP from HAMBS WiFi</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>443</fromPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>443</toPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>HTTPS inbound for HAMBS Desktop</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>tcp</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <fromPort>5985</fromPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <toPort>5985</toPort>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.224.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>WinRM from HAMBS WiFi</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>192.168.220.0/24</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description>WinRM from HAMBS Desktop</description>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipPermissions>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipPermissionsEgress>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipProtocol>-1</ipProtocol>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groups/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrIp>0.0.0.0/0</cidrIp>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipRanges>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6Ranges/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <prefixListIds/>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ipPermissionsEgress>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-sg</value>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </securityGroupInfo>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeSecurityGroupsResponse>
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Local rule has more Security Groups, continuing (1/0)
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:51:47.623+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Local rule has more CIDR blocks, continuing (1/0)
2019-08-11T22:51:47.624+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Matching ^aws: with Name
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:47 [TRACE] EvalWriteState: writing current state object for aws_security_group.ec2instance-sg
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:51:47 [TRACE] EvalWriteState: writing current state object for aws_security_group.ec2instance-sg
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:51:47 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2019/08/11 22:51:47 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 200
2019/08/11 22:51:47 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:51:47 [TRACE] [walkApply] Exiting eval tree: aws_security_group.ec2instance-sg
2019/08/11 22:51:47 [TRACE] vertex "aws_security_group.ec2instance-sg": visit complete
2019/08/11 22:51:47 [TRACE] dag/walk: visiting "aws_instance.ec2instance[1]"
2019/08/11 22:51:47 [TRACE] vertex "aws_instance.ec2instance[1]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:51:47 [TRACE] dag/walk: visiting "aws_instance.ec2instance[0]"
2019/08/11 22:51:47 [TRACE] vertex "aws_instance.ec2instance[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:51:47 [TRACE] vertex "aws_instance.ec2instance[1]": evaluating
2019/08/11 22:51:47 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:47 [TRACE] vertex "aws_instance.ec2instance[0]": evaluating
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:47 [TRACE] [walkApply] Entering eval tree: aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:51:47 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:47 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:47 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:51:47 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:47 [TRACE] EvalReadDiff: Read Create change from plan for aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:51:47 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:51:47 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:51:47 [TRACE] Re-validating config for "aws_instance.ec2instance[1]"
2019/08/11 22:51:47 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:47 [TRACE] Re-validating config for "aws_instance.ec2instance[0]"
2019/08/11 22:51:47 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:51:47 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:47 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:51:47 [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:51:47 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:51:47 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:51:47 [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:51:47 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:51:47 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:47 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[1]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:51:47 [TRACE] EvalReadState: reading state for aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] EvalReadState: no state present for aws_instance.ec2instance[0]
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:51:47 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:51:47 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:51:47 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:51:47 [TRACE] GetResourceInstance: aws_security_group.ec2instance-sg is a single instance
2019/08/11 22:51:47 [DEBUG] aws_instance.ec2instance[0]: applying the planned Create change
2019/08/11 22:51:47 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:51:47 [DEBUG] aws_instance.ec2instance[1]: applying the planned Create change
2019/08/11 22:51:47 [TRACE] GRPCProvider: ApplyResourceChange
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "volume_tags" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "ebs_block_device" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "ephemeral_block_device" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "volume_tags" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "root_block_device" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "ebs_block_device" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "ipv6_addresses" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "root_block_device" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "network_interface" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "security_groups" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "security_groups" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "ephemeral_block_device" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] setting computed for "ipv6_addresses" from ComputedKeys
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Matching ^aws: with Name
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Matching ^aws: with Name
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Run configuration: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DisableApiTermination: false,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: EbsOptimized: false,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IamInstanceProfile: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Name: ""
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ImageId: "ami-05668736c7817378f",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: InstanceType: "t2.xlarge",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: KeyName: "condor-dev",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MaxCount: 1,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MinCount: 1,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Monitoring: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Enabled: false
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: NetworkInterfaces: [{
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DeviceIndex: 0,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Groups: ["sg-0fdd7e4be87ab6826"],
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: SubnetId: "subnet-01890bd3acb96210d"
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Placement: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: AvailabilityZone: "",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: ""
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: TagSpecifications: [{
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ResourceType: "instance",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-0"
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Run configuration: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DisableApiTermination: false,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: EbsOptimized: false,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: IamInstanceProfile: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Name: ""
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ImageId: "ami-05668736c7817378f",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: InstanceType: "t2.xlarge",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: KeyName: "condor-dev",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MaxCount: 1,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: MinCount: 1,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Monitoring: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Enabled: false
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: NetworkInterfaces: [{
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: DeviceIndex: 0,
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Groups: ["sg-0fdd7e4be87ab6826"],
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: SubnetId: "subnet-01890bd3acb96210d"
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }],
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Placement: {
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: AvailabilityZone: "",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: GroupName: ""
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: },
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: TagSpecifications: [{
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ResourceType: "instance",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Tags: [{
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Key: "Name",
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Value: "Testing-1"
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }]
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: }
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:51:47.641+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] Waiting for state to become: [success]
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details:
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:47.642+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:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 538
2019-08-11T22:51:47.642+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=0abc3ea10c9bb8526853a7e998787c53ec83a43e241abf58f7f8912d761a2728
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132147Z
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.642+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-0fdd7e4be87ab6826&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:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:47 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/RunInstances Details:
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:47.642+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:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 538
2019-08-11T22:51:47.642+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=cafdf1fd2657e4d27efb9fc2c83a52e3a9cda58284d9b7433090f89d7af277e8
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132147Z
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:47.642+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-0fdd7e4be87ab6826&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:51:47.642+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:48 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[0]"
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details:
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:47 GMT
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>16aba516-b45c-42c4-bfcc-1bbabe48810b</requestId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-064b01b01ecfad10e</reservationId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName></dnsName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason></reason>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName></groupName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <stateReason>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>pending</code>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <message>pending</message>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </stateReason>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping/>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken></clientToken>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-066526a7dc656a8c2</networkInterfaceId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description></description>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:a0:1e:85:10:e6</macAddress>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-09eab6a9f41d01a46</attachmentId>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RunInstancesResponse>
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [INFO] Instance ID: i-0ea2444959b539f01
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] Waiting for instance (i-0ea2444959b539f01) to become running
2019-08-11T22:51:48.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] Waiting for state to become: [running]
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/RunInstances Details:
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:48 GMT
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <RunInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>9a1c6da2-134d-42df-9b5b-8f7112f5317d</requestId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0fe5dce94e4023e75</reservationId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName></dnsName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason></reason>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName></groupName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <stateReason>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>pending</code>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <message>pending</message>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </stateReason>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping/>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken></clientToken>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0c0b3b07c2e31947a</networkInterfaceId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description></description>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:7b:6d:7c:53:ea</macAddress>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-055f95fecdeec359c</attachmentId>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </RunInstancesResponse>
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [INFO] Instance ID: i-015b4738f90f195a0
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] Waiting for instance (i-015b4738f90f195a0) to become running
2019-08-11T22:51:48.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:48 [DEBUG] Waiting for state to become: [running]
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:53 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:51:58 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[0]"
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:58.721+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:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:51:58.721+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=b3a8fadaf823cfca5d1be3653fee3976de035ce0bb99749ea73a8447548521d3
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132158Z
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:51:58.721+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:51:58.740+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:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:51:58.740+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=d9f3f07ce8edd1c6f80e185eb3064fe251c146bdd2b1e969a0e1b3b82bab731c
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132158Z
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:51:58.740+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:58 GMT
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>f6ac432a-42e5-43f3-9a31-4102e8ca3d12</requestId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-064b01b01ecfad10e</reservationId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-066526a7dc656a8c2</networkInterfaceId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:a0:1e:85:10:e6</macAddress>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-09eab6a9f41d01a46</attachmentId>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:51:58.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [TRACE] Waiting 3s before next try
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:21:58 GMT
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>7b2e70fc-7161-42d4-bffb-177505c05e3f</requestId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0fe5dce94e4023e75</reservationId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0c0b3b07c2e31947a</networkInterfaceId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:7b:6d:7c:53:ea</macAddress>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-055f95fecdeec359c</attachmentId>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:51:58.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:51:58 [TRACE] Waiting 3s before next try
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:01.950+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:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:52:01.950+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=ec30cbb56fdea498dae01a75d18b6585a9015d287f9f0b6130c18fbbc17ab9d5
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132201Z
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:01.950+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:01.954+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:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:52:01.954+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=5d8bc5682953c534ad32fe3b827d1f721481da98e46104876f252db67a9a3385
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132201Z
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:01.954+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:01 GMT
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>63526b0a-793b-4420-b29f-1777f9bd0b24</requestId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-064b01b01ecfad10e</reservationId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-066526a7dc656a8c2</networkInterfaceId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:a0:1e:85:10:e6</macAddress>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-09eab6a9f41d01a46</attachmentId>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:52:02.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:02 [TRACE] Waiting 6s before next try
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:01 GMT
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>8006c155-66a2-42f7-9460-89a6b4a4f2a5</requestId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0fe5dce94e4023e75</reservationId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>0</code>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>pending</name>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0c0b3b07c2e31947a</networkInterfaceId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:7b:6d:7c:53:ea</macAddress>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-055f95fecdeec359c</attachmentId>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attaching</status>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:52:02.105+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:02 [TRACE] Waiting 6s before next try
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:52:03 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[0]"
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.092+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:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:52:08.092+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=bfc34d62924c66858eec1555cc1b198148c0d43a18a6ee23f3cccf29a8740236
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:08.092+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.106+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:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:52:08.106+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=7d98a60be0fc8a3be2097806f27b0d91872242eaa4f79fbf141f793b205a8903
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:08.106+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "provider.aws (close)" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "output.private_ip" is waiting for "aws_instance.ec2instance[1]"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "null_resource.nullresource[0]" is waiting for "aws_instance.ec2instance[0]"
2019/08/11 22:52:08 [TRACE] dag/walk: vertex "null_resource.nullresource[1]" is waiting for "aws_instance.ec2instance[0]"
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:07 GMT
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>56d8a363-ece7-4c96-bc42-06c089cbff5d</requestId>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0fe5dce94e4023e75</reservationId>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:52:08.531+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0c0b3b07c2e31947a</networkInterfaceId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:7b:6d:7c:53:ea</macAddress>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-055f95fecdeec359c</attachmentId>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.532+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:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:52:08.532+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=7d98a60be0fc8a3be2097806f27b0d91872242eaa4f79fbf141f793b205a8903
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:08.532+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:07 GMT
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>024d9808-78e3-4a0e-be1c-e2711caccc26</requestId>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-064b01b01ecfad10e</reservationId>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:52:08.538+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-066526a7dc656a8c2</networkInterfaceId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:a0:1e:85:10:e6</macAddress>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-09eab6a9f41d01a46</attachmentId>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstances Details:
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.539+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:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 76
2019-08-11T22:52:08.539+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=bfc34d62924c66858eec1555cc1b198148c0d43a18a6ee23f3cccf29a8740236
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstances&InstanceId.1=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:08.539+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>b0a6c0b4-eeea-4901-8ee4-3c675f33f9c9</requestId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-0fe5dce94e4023e75</reservationId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:08.673+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-0</value>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-0c0b3b07c2e31947a</networkInterfaceId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:7b:6d:7c:53:ea</macAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-055f95fecdeec359c</attachmentId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.199</privateIpAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-199.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstances Details:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstancesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>9a2470f6-5c7f-419f-beac-0e322dd331a4</requestId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reservationId>r-064b01b01ecfad10e</reservationId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instancesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <imageId>ami-05668736c7817378f</imageId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceState>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <code>16</code>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <name>running</name>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceState>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dnsName/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <reason/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <keyName>condor-dev</keyName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <amiLaunchIndex>0</amiLaunchIndex>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <productCodes/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceType>t2.xlarge</instanceType>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <launchTime>2019-08-11T13:21:48.000Z</launchTime>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <placement>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tenancy>default</tenancy>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </placement>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <platform>windows</platform>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <monitoring>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>disabled</state>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </monitoring>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <architecture>x86_64</architecture>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceType>ebs</rootDeviceType>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <rootDeviceName>/dev/sda1</rootDeviceName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <blockDeviceMapping>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>/dev/sda1</deviceName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceName>xvdb</deviceName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebs>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </ebs>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </blockDeviceMapping>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <virtualizationType>hvm</virtualizationType>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <clientToken/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>Testing-1</value>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hypervisor>xen</hypervisor>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <networkInterfaceId>eni-066526a7dc656a8c2</networkInterfaceId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <subnetId>subnet-01890bd3acb96210d</subnetId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <description/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <macAddress>06:a0:1e:85:10:e6</macAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <sourceDestCheck>true</sourceDestCheck>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupId>sg-0fdd7e4be87ab6826</groupId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <groupName>Testing-sg</groupName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </groupSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachment>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentId>eni-attach-09eab6a9f41d01a46</attachmentId>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deviceIndex>0</deviceIndex>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:48.000Z</attachTime>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachment>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddressesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateIpAddress>10.129.25.207</privateIpAddress>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <privateDnsName>ip-10-129-25-207.ap-southeast-2.compute.internal</privateDnsName>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <primary>true</primary>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </privateIpAddressesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ipv6AddressesSet/>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <interfaceType>interface</interfaceType>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </networkInterfaceSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ebsOptimized>false</ebsOptimized>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <enaSupport>true</enaSupport>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <coreCount>4</coreCount>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <threadsPerCore>1</threadsPerCore>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cpuOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationSpecification>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <capacityReservationPreference>open</capacityReservationPreference>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </capacityReservationSpecification>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <hibernationOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <configured>false</configured>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </hibernationOptions>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instancesSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </reservationSet>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstancesResponse>
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] Matching ^aws: with Name
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] Matching ^aws: with Name
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.674+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:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 115
2019-08-11T22:52:08.674+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=9d9c440a1a99e8572852f68a281336a50b8e3920d6880de57dc901743753ee03
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.674+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:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 115
2019-08-11T22:52:08.674+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=d814f2fdda3f393b890eefdba4e403656741e2793341926a7fa8443135bb4ee0
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:08.674+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>3a4e44fc-65c6-4d69-b74a-93d8a90391fb</requestId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.515Z</createTime>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.363Z</createTime>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details:
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.898+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:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 142
2019-08-11T22:52:08.898+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=1048c2ea29bdbc0764ce645a9dbf7b786446df4c58734e76d004608c8d36df63
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-023c8c74b6a300a96&Filter.1.Value.2=vol-06830170f8ba25c12&Version=2016-11-15
2019-08-11T22:52:08.898+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>7f24e8d9-28be-4335-b4bb-f7c5c350edc7</requestId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.471Z</createTime>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.339Z</createTime>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:08 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeTags Details:
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:08.917+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:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 142
2019-08-11T22:52:08.917+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=7ce70cccf9a38185de1d708c76a881f969fd9fed1a1b671e6e7cb7cdd1f102ea
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132208Z
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-079c7d7161dc4f67b&Filter.1.Value.2=vol-0e99d41aa3eb6b2f6&Version=2016-11-15
2019-08-11T22:52:08.917+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details:
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 212
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>1d56e87c-78a6-4f12-b743-5777a9c63377</requestId>
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet/>
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeTagsResponse>
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.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:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 68
2019-08-11T22:52:09.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=43a950ec7149c9d62ed38352e2cec9f017069434510344f74ecb4e2d5912ebd7
2019-08-11T22:52:09.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:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0a3ca3b8b6d7197a2
2019-08-11T22:52:09.045+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeTags Details:
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 212
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeTagsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>ee91ae3c-98f3-4ce1-90ae-0a21f1140224</requestId>
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet/>
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeTagsResponse>
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.063+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:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 68
2019-08-11T22:52:09.063+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=43a950ec7149c9d62ed38352e2cec9f017069434510344f74ecb4e2d5912ebd7
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-0a3ca3b8b6d7197a2
2019-08-11T22:52:09.063+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>f59cec94-d125-44fe-9b99-f7f569fb5b2c</requestId>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcSet>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>available</state>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockAssociationSet>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <associationId>vpc-cidr-assoc-0d5f215938f6025b0</associationId>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockState>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>associated</state>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockState>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockAssociationSet>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dhcpOptionsId>dopt-01ad0f41c05c33aa1</dhcpOptionsId>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:09.222+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:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-name</key>
2019-08-11T22:52:09.222+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:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>AWS_Solutions</key>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>LandingZoneStackSet</value>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:logical-id</key>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>VPC</value>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-id</key>
2019-08-11T22:52:09.222+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:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceTenancy>default</instanceTenancy>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <isDefault>false</isDefault>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </vpcSet>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVpcsResponse>
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] Setting Security Group IDs: []string{"sg-0fdd7e4be87ab6826"}
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.222+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:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 107
2019-08-11T22:52:09.222+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=6151350fa50017c0052bafb0f3724fc6995217ed398eaac29e3df6b9814c616f
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-023c8c74b6a300a96&VolumeId.2=vol-06830170f8ba25c12
2019-08-11T22:52:09.222+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>c44f63a5-9d24-43ad-9711-342c86a9fa83</requestId>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcSet>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <vpcId>vpc-0a3ca3b8b6d7197a2</vpcId>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <ownerId>107096209866</ownerId>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>available</state>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockAssociationSet>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlock>10.129.24.0/22</cidrBlock>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <associationId>vpc-cidr-assoc-0d5f215938f6025b0</associationId>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cidrBlockState>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <state>associated</state>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockState>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </cidrBlockAssociationSet>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <dhcpOptionsId>dopt-01ad0f41c05c33aa1</dhcpOptionsId>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <tagSet>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>Name</key>
2019-08-11T22:52:09.224+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:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-name</key>
2019-08-11T22:52:09.224+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:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>AWS_Solutions</key>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>LandingZoneStackSet</value>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:logical-id</key>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>VPC</value>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <key>aws:cloudformation:stack-id</key>
2019-08-11T22:52:09.224+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:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </tagSet>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceTenancy>default</instanceTenancy>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <isDefault>false</isDefault>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </vpcSet>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVpcsResponse>
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] Setting Security Group IDs: []string{"sg-0fdd7e4be87ab6826"}
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVolumes Details:
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.224+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:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 107
2019-08-11T22:52:09.224+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=83d5d02615f46fae6763f1d1814ee557e51d7cad4187b06bc7e8bbb0b1e4fe85
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-0e99d41aa3eb6b2f6&VolumeId.2=vol-079c7d7161dc4f67b
2019-08-11T22:52:09.224+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>41759fea-a431-473a-b67d-00f7ba0b3b7a</requestId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.471Z</createTime>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-079c7d7161dc4f67b</volumeId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.339Z</createTime>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-0e99d41aa3eb6b2f6</volumeId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:52:09.402+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.403+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:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 114
2019-08-11T22:52:09.403+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=ead8e902e84da1497aa4285782041f8fa4587817bcd4d2a61b4406d92ba863e9
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:09.403+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVolumes Details:
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 2006
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeVolumesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>b0e31758-4d26-446a-a8d8-f965bf17e4dc</requestId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeSet>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>60</size>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-0a8b9a45b624a5ac0</snapshotId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.515Z</createTime>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-023c8c74b6a300a96</volumeId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>xvdb</device>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <size>50</size>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <snapshotId>snap-05e1fce90a0d56234</snapshotId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <availabilityZone>ap-southeast-2a</availabilityZone>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>in-use</status>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <createTime>2019-08-11T13:21:49.363Z</createTime>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachmentSet>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeId>vol-06830170f8ba25c12</volumeId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <device>/dev/sda1</device>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <status>attached</status>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <attachTime>2019-08-11T13:21:49.000Z</attachTime>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <deleteOnTermination>true</deleteOnTermination>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </attachmentSet>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <volumeType>standard</volumeType>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <encrypted>false</encrypted>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </volumeSet>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeVolumesResponse>
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.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:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 114
2019-08-11T22:52:09.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=bf38979c2b0b9f3ae113d4dd14ca5dd2d1c6f97c2e4e46818cf39ee6f5f31093
2019-08-11T22:52:09.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:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:09.415+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 359
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>36f1e190-f834-4129-b68c-31972e6c9b09</requestId>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <disableApiTermination>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>false</value>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </disableApiTermination>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.607+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:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 101
2019-08-11T22:52:09.607+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=3db6b97b906ba72adc393d64f42ff82c287bd1a2181a4ef953fcbf68ab96d736
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:09.607+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 359
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:08 GMT
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>5d51bd2a-4944-4e53-816b-5588782be14c</requestId>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <disableApiTermination>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <value>false</value>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </disableApiTermination>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.617+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:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 101
2019-08-11T22:52:09.617+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=36d780763c1b4e7a26233945e0eb51e158a6d929e7cb68381b5b4a0ff29c1548
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:09.617+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 289
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:09 GMT
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>3a84c5cd-052d-4d84-a520-75ffbb44490a</requestId>
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userData/>
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.819+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:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 95
2019-08-11T22:52:09.819+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=6614e82003f8dc8f86e2f0f7cf5e6fc735e6eb8851d222cb812dd9422ffb5129
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceCreditSpecifications&InstanceId.1=i-0ea2444959b539f01&Version=2016-11-15
2019-08-11T22:52:09.819+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceAttribute Details:
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 289
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:09 GMT
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>22184b62-ed9d-4adc-8a50-33b2dfb23d49</requestId>
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <userData/>
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceAttributeResponse>
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:09 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: POST / HTTP/1.1
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Host: ec2.ap-southeast-2.amazonaws.com
2019-08-11T22:52:09.903+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:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Length: 95
2019-08-11T22:52:09.903+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=4029baa5eaa82aeeb4ee502947218b27b74046258041f3580a5e4c581dd3fde4
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: X-Amz-Date: 20190811T132209Z
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Accept-Encoding: gzip
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Action=DescribeInstanceCreditSpecifications&InstanceId.1=i-015b4738f90f195a0&Version=2016-11-15
2019-08-11T22:52:09.903+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:09 GMT
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceCreditSpecificationsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>82b1ebb1-e993-4421-9397-0904503dc401</requestId>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceCreditSpecificationSet>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuCredits>standard</cpuCredits>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-0ea2444959b539f01</instanceId>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceCreditSpecificationSet>
2019-08-11T22:52:10.100+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceCreditSpecificationsResponse>
2019/08/11 22:52:10 [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:
- .ebs_optimized: was null, but now cty.False
- .monitoring: was null, but now cty.False
- .disable_api_termination: was null, but now cty.False
- .iam_instance_profile: was null, but now cty.StringVal("")
- .credit_specification: block count changed from 0 to 1
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:52:10 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[1]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:52:10 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[1]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:52:10 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:52:10 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 201
2019/08/11 22:52:10 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:52:10 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance[1]
2019/08/11 22:52:10 [TRACE] vertex "aws_instance.ec2instance[1]": visit complete
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:10 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeInstanceCreditSpecifications Details:
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: ---[ RESPONSE ]--------------------------------------
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: HTTP/1.1 200 OK
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Connection: close
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Transfer-Encoding: chunked
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Content-Type: text/xml;charset=UTF-8
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Date: Sun, 11 Aug 2019 13:22:09 GMT
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Server: AmazonEC2
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: Vary: accept-encoding
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe:
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: -----------------------------------------------------
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: 2019/08/11 22:52:10 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <DescribeInstanceCreditSpecificationsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <requestId>46cc55a3-4636-4f52-95ae-c81dd3cd968d</requestId>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceCreditSpecificationSet>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <item>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <cpuCredits>standard</cpuCredits>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: <instanceId>i-015b4738f90f195a0</instanceId>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </item>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </instanceCreditSpecificationSet>
2019-08-11T22:52:10.107+0930 [DEBUG] plugin.terraform-provider-aws_v2.23.0_x4.exe: </DescribeInstanceCreditSpecificationsResponse>
2019/08/11 22:52:10 [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:
- .iam_instance_profile: was null, but now cty.StringVal("")
- .ebs_optimized: was null, but now cty.False
- .monitoring: was null, but now cty.False
- .disable_api_termination: was null, but now cty.False
- .credit_specification: block count changed from 0 to 1
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:52:10 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:52:10 [TRACE] EvalWriteState: writing current state object for aws_instance.ec2instance[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:52:10 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:52:10 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 202
2019/08/11 22:52:10 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:52:10 [TRACE] [walkApply] Exiting eval tree: aws_instance.ec2instance[0]
2019/08/11 22:52:10 [TRACE] vertex "aws_instance.ec2instance[0]": visit complete
2019/08/11 22:52:10 [TRACE] dag/walk: visiting "provider.aws (close)"
2019/08/11 22:52:10 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:52:10 [TRACE] vertex "provider.aws (close)": evaluating
2019/08/11 22:52:10 [TRACE] [walkApply] Entering eval tree: provider.aws (close)
2019/08/11 22:52:10 [TRACE] dag/walk: visiting "null_resource.nullresource[0]"
2019/08/11 22:52:10 [TRACE] vertex "null_resource.nullresource[0]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:52:10 [TRACE] dag/walk: visiting "null_resource.nullresource[1]"
2019/08/11 22:52:10 [TRACE] vertex "null_resource.nullresource[1]": starting visit (*terraform.NodeApplyableResourceInstance)
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:52:10 [TRACE] GRPCProvider: Close
2019/08/11 22:52:10 [TRACE] dag/walk: visiting "output.private_ip"
2019/08/11 22:52:10 [TRACE] vertex "output.private_ip": starting visit (*terraform.NodeApplyableOutput)
2019/08/11 22:52:10 [TRACE] vertex "output.private_ip": evaluating
2019/08/11 22:52:10 [TRACE] [walkApply] Entering eval tree: output.private_ip
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/08/11 22:52:10 [TRACE] vertex "null_resource.nullresource[0]": evaluating
2019/08/11 22:52:10 [TRACE] vertex "null_resource.nullresource[1]": evaluating
2019/08/11 22:52:10 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] [walkApply] Entering eval tree: null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalSequence
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:52:10 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:52:10 [TRACE] EvalWriteOutput: Saving value for output.private_ip in state
2019/08/11 22:52:10 [TRACE] EvalWriteOutput: Saving Create change for output.private_ip in changeset
2019/08/11 22:52:10 [TRACE] [walkApply] Exiting eval tree: output.private_ip
2019/08/11 22:52:10 [TRACE] vertex "output.private_ip": visit complete
2019-08-11T22:52:10.125+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=23372
2019-08-11T22:52:10.125+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:52:10 [TRACE] [walkApply] Exiting eval tree: provider.aws (close)
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:52:10 [TRACE] vertex "provider.aws (close)": visit complete
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:52:10 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:52:10 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:52:10 [TRACE] EvalReadState: reading state for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] EvalReadState: no state present for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:52:10 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] EvalReadState: reading state for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:52:10 [TRACE] EvalReadState: no state present for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/08/11 22:52:10 [TRACE] EvalReadDiff: Read Create change from plan for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalDiff
2019/08/11 22:52:10 [TRACE] Re-validating config for "null_resource.nullresource[0]"
2019/08/11 22:52:10 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:52:10 [TRACE] Re-validating config for "null_resource.nullresource[1]"
2019/08/11 22:52:10 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/08/11 22:52:10 [TRACE] GRPCProvider: PlanResourceChange
2019/08/11 22:52:10 [TRACE] GRPCProvider: PlanResourceChange
2019-08-11T22:52:10.125+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:52:10 [DEBUG] Instance Diff is nil in SimpleDiff()
2019-08-11T22:52:10.125+0930 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4.exe: 2019/08/11 22:52:10 [DEBUG] Instance Diff is nil in SimpleDiff()
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/08/11 22:52:10 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:52:10 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReadState
2019/08/11 22:52:10 [TRACE] EvalReadState: reading state for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] EvalReadState: no state present for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] EvalReadState: reading state for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:52:10 [TRACE] EvalReadState: no state present for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:52:10 [TRACE] <root>: eval: terraform.EvalNoop
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApply
2019/08/11 22:52:10 [DEBUG] null_resource.nullresource[1]: applying the planned Create change
2019/08/11 22:52:10 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:52:10 [DEBUG] null_resource.nullresource[0]: applying the planned Create change
2019/08/11 22:52:10 [TRACE] GRPCProvider: ApplyResourceChange
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:52:10 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[1]
2019/08/11 22:52:10 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[0]
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:52:10 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/08/11 22:52:10 [TRACE] EvalApplyProvisioners: provisioning null_resource.nullresource[0] with "remote-exec"
2019/08/11 22:52:10 [TRACE] EvalApplyProvisioners: provisioning null_resource.nullresource[1] with "remote-exec"
2019/08/11 22:52:10 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019/08/11 22:52:10 [TRACE] GetResourceInstance: aws_instance.ec2instance has multiple keyed instances
2019-08-11T22:52:10.128+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:10 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:52:10.128+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:10 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:52:13 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:13 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:18 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:18 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:23 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:23 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:28 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:28 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019-08-11T22:52:31.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:31 [ERROR] error creating shell: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:52:31.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:31 [WARN] retryable error: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:52:31.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:31 [INFO] sleeping for 1s
2019-08-11T22:52:31.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:31 [ERROR] error creating shell: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:52:31.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:31 [WARN] retryable error: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:52:31.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:31 [INFO] sleeping for 1s
2019-08-11T22:52:32.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:32 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:52:32.129+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:32 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:52:33 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:33 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:38 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:38 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:43 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:43 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:48 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:48 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:52:53 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:53 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:53 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:52:53.133+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:53 [ERROR] error creating shell: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:52:53.133+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:53 [WARN] retryable error: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:52:53.133+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:53 [INFO] sleeping for 2s
2019-08-11T22:52:53.133+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:53 [ERROR] error creating shell: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:52:53.133+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:53 [WARN] retryable error: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:52:53.133+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:53 [INFO] sleeping for 2s
2019/08/11 22:52:53 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019-08-11T22:52:55.134+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:55 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:52:55.134+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:52:55 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:52:58 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:58 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:52:58 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:52:58 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:03 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:03 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:03 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:03 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:08 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:08 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:13 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:13 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019-08-11T22:53:16.136+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:16 [ERROR] error creating shell: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:53:16.136+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:16 [WARN] retryable error: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:53:16.136+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:16 [ERROR] error creating shell: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:53:16.136+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:16 [INFO] sleeping for 4s
2019-08-11T22:53:16.136+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:16 [WARN] retryable error: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:53:16.136+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:16 [INFO] sleeping for 4s
2019/08/11 22:53:18 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:18 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019-08-11T22:53:20.137+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:20 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:53:20.137+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:20 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:53:23 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:23 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:28 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:28 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:33 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:33 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:38 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:38 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019-08-11T22:53:41.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:41 [ERROR] error creating shell: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:53:41.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:41 [WARN] retryable error: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:53:41.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:41 [INFO] sleeping for 8s
2019-08-11T22:53:41.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:41 [ERROR] error creating shell: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:53:41.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:41 [WARN] retryable error: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:53:41.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:41 [INFO] sleeping for 8s
2019/08/11 22:53:43 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:43 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:48 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:48 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:53:49.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:49 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:53:49.139+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:53:49 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:53:53 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:53 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:53 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:53 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:58 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:53:58 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:53:58 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:53:58 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:03 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:03 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:03 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:03 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:08 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:08 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:54:10.140+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:10 [ERROR] error creating shell: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:54:10.140+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:10 [WARN] retryable error: unknown error Post http://10.129.25.199:5985/wsman: dial tcp 10.129.25.199: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:54:10.140+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:10 [INFO] sleeping for 16s
2019-08-11T22:54:10.140+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:10 [ERROR] error creating shell: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:54:10.140+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:10 [WARN] retryable error: unknown error Post http://10.129.25.207:5985/wsman: dial tcp 10.129.25.207: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:54:10.140+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:10 [INFO] sleeping for 16s
2019/08/11 22:54:13 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:13 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:18 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:18 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:23 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:23 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:54:26.141+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:26 [DEBUG] connecting to remote shell using WinRM
2019-08-11T22:54:26.141+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:26 [DEBUG] connecting to remote shell using WinRM
2019/08/11 22:54:28 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:28 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:54:28.706+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:28 [DEBUG] Uploading file to 'C:/Temp/terraform_1668942545.cmd'
2019-08-11T22:54:28.881+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:28 [DEBUG] Uploading file to 'C:/Temp/terraform_1668942545.cmd'
2019/08/11 22:54:33 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:33 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:38 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:38 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:54:38.356+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:38 [DEBUG] starting remote command: C:/Temp/terraform_1668942545.cmd
2019-08-11T22:54:42.193+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:42 [DEBUG] starting remote command: C:/Temp/terraform_1668942545.cmd
2019-08-11T22:54:42.675+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:42 [DEBUG] Uploading file to 'C:/Temp/terraform_1668942545.cmd'
2019/08/11 22:54:43 [TRACE] dag/walk: vertex "provider.null (close)" is waiting for "null_resource.nullresource[0]"
2019/08/11 22:54:43 [TRACE] dag/walk: vertex "provisioner.remote-exec (close)" is waiting for "null_resource.nullresource[1]"
2019/08/11 22:54:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "null_resource.nullresource[0]"
2019-08-11T22:54:44.478+0930 [DEBUG] plugin.terraform.exe: remote-exec-provisioner (internal) 2019/08/11 22:54:44 [DEBUG] Uploading file to 'C:/Temp/terraform_1668942545.cmd'
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:54:45 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[1]
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:54:45 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:54:45 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:54:45 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 203
2019/08/11 22:54:45 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:54:45 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource[1]
2019/08/11 22:54:45 [TRACE] vertex "null_resource.nullresource[1]": visit complete
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/08/11 22:54:46 [TRACE] EvalWriteState: writing current state object for null_resource.nullresource[0]
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalIf
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 204
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:54:46 [TRACE] [walkApply] Exiting eval tree: null_resource.nullresource[0]
2019/08/11 22:54:46 [TRACE] vertex "null_resource.nullresource[0]": visit complete
2019/08/11 22:54:46 [TRACE] dag/walk: visiting "provider.null (close)"
2019/08/11 22:54:46 [TRACE] vertex "provider.null (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/08/11 22:54:46 [TRACE] dag/walk: visiting "provisioner.remote-exec (close)"
2019/08/11 22:54:46 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/08/11 22:54:46 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/08/11 22:54:46 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/08/11 22:54:46 [TRACE] vertex "provisioner.remote-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/08/11 22:54:46 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:54:46 [TRACE] vertex "provisioner.remote-exec (close)": evaluating
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/08/11 22:54:46 [TRACE] [walkApply] Entering eval tree: provisioner.remote-exec (close)
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/08/11 22:54:46 [TRACE] vertex "provider.null (close)": evaluating
2019/08/11 22:54:46 [TRACE] [walkApply] Entering eval tree: provider.null (close)
2019/08/11 22:54:46 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/08/11 22:54:46 [TRACE] GRPCProvider: Close
2019/08/11 22:54:46 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/08/11 22:54:46 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-08-11T22:54:46.721+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=27932
2019-08-11T22:54:46.721+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:54:46 [TRACE] [walkApply] Exiting eval tree: provider.null (close)
2019/08/11 22:54:46 [TRACE] vertex "provider.null (close)": visit complete
2019-08-11T22:54:46.726+0930 [DEBUG] plugin: plugin process exited: path=C:\Users\hslasw\terraform.exe pid=43960
2019-08-11T22:54:46.726+0930 [DEBUG] plugin: plugin exited
2019/08/11 22:54:46 [TRACE] [walkApply] Exiting eval tree: provisioner.remote-exec (close)
2019/08/11 22:54:46 [TRACE] vertex "provisioner.remote-exec (close)": visit complete
2019/08/11 22:54:46 [TRACE] dag/walk: visiting "root"
2019/08/11 22:54:46 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/08/11 22:54:46 [TRACE] vertex "root": visit complete
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 205
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2019/08/11 22:54:46 [TRACE] statemgr.Filesystem: unlocked by closing terraform.tfstate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment