Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erikpaasonen/b75e45552cd1df07e8987464ad1aaa5e to your computer and use it in GitHub Desktop.
Save erikpaasonen/b75e45552cd1df07e8987464ad1aaa5e to your computer and use it in GitHub Desktop.
failed Terraform Destroy on aws_waf_web_acl
2018/04/05 11:26:39 [INFO] Terraform version: 0.11.5
2018/04/05 11:26:39 [INFO] Go runtime version: go1.10
2018/04/05 11:26:39 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.5/bin/terraform", "destroy", "-auto-approve"}
2018/04/05 11:26:39 [DEBUG] Attempting to open CLI config file: ~/.terraformrc
2018/04/05 11:26:39 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/04/05 11:26:39 [INFO] CLI command args: []string{"destroy", "-auto-approve"}
2018/04/05 11:26:39 [INFO] command: empty terraform config, returning nil
2018/04/05 11:26:39 [DEBUG] command: no data state file found for backend config
2018/04/05 11:26:39 [DEBUG] New state was assigned lineage "8c27772e-22e4-b518-d03d-e3c8630238a5"
2018/04/05 11:26:39 [INFO] command: backend initialized: <nil>
2018/04/05 11:26:39 [DEBUG] checking for provider in "."
2018/04/05 11:26:39 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.5/bin"
2018/04/05 11:26:39 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/04/05 11:26:39 [DEBUG] found provider "terraform-provider-aws_v1.13.0_x4"
2018/04/05 11:26:39 [DEBUG] found valid plugin: "aws", "1.13.0", "~/tftest/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4"
2018/04/05 11:26:39 [DEBUG] checking for provisioner in "."
2018/04/05 11:26:39 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.5/bin"
2018/04/05 11:26:39 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/04/05 11:26:39 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/04/05 11:26:39 [INFO] backend/local: starting Apply operation
2018/04/05 11:26:40 [INFO] terraform: building graph: GraphTypeInput
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42052cb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc42052cb90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc42052cbe0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_waf_rule.example - *terraform.NodeAbstractResource
aws_waf_rule_group.example - *terraform.NodeAbstractResource
aws_waf_web_acl.waf_acl - *terraform.NodeAbstractResource
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_waf_rule.example - *terraform.NodeAbstractResource
aws_waf_rule_group.example - *terraform.NodeAbstractResource
aws_waf_web_acl.waf_acl - *terraform.NodeAbstractResource
2018/04/05 11:26:40 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/05 11:26:40 [DEBUG] resource aws_waf_rule.example using provider provider.aws
2018/04/05 11:26:40 [DEBUG] resource aws_waf_rule_group.example using provider provider.aws
2018/04/05 11:26:40 [DEBUG] resource aws_waf_web_acl.waf_acl using provider provider.aws
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example" references: [aws_waf_rule.example]
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl" references: [aws_waf_rule_group.example]
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/05 11:26:40 [DEBUG] Starting graph walk: walkInput
2018-04-05T11:26:40.209-0500 [DEBUG] plugin: starting plugin: path=~/tftest/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4 args=[~/tftest/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4]
2018-04-05T11:26:40.215-0500 [DEBUG] plugin: waiting for RPC address: path=~/tftest/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4
2018-04-05T11:26:40.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: plugin address: timestamp=2018-04-05T11:26:40.226-0500 network=unix address=/var/folders/jm/8_8x99j536bfjyhkmnr9hljw0000gn/T/plugin483764887
2018/04/05 11:26:40 [INFO] terraform: building graph: GraphTypeValidate
2018/04/05 11:26:40 [TRACE] ConfigTransformer: Starting for path: []
Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42052cb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc42052cb90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc42052cbe0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_waf_rule.example - *terraform.NodeValidatableResource
aws_waf_rule_group.example - *terraform.NodeValidatableResource
aws_waf_web_acl.waf_acl - *terraform.NodeValidatableResource
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_waf_rule.example - *terraform.NodeValidatableResource
aws_waf_rule_group.example - *terraform.NodeValidatableResource
aws_waf_web_acl.waf_acl - *terraform.NodeValidatableResource
2018/04/05 11:26:40 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/05 11:26:40 [TRACE] Attach provider request: []string{} aws
2018/04/05 11:26:40 [DEBUG] resource aws_waf_rule.example using provider provider.aws
2018/04/05 11:26:40 [DEBUG] resource aws_waf_rule_group.example using provider provider.aws
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example" references: [aws_waf_rule.example]
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl" references: [aws_waf_rule_group.example]
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/05 11:26:40 [DEBUG] Starting graph walk: walkValidate
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42052cb40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc42052cb90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_waf_rule_group.example - *terraform.NodeValidatableResourceInstance
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_waf_rule_group.example - *terraform.NodeValidatableResourceInstance
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example" references: []
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc42052cbe0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl" references: []
2018/04/05 11:26:40 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_waf_web_acl.waf_acl - *terraform.NodeValidatableResourceInstance
2018/04/05 11:26:40 [INFO] backend/local: apply calling Refresh
2018/04/05 11:26:40 [INFO] terraform: building graph: GraphTypeRefresh
2018/04/05 11:26:40 [TRACE] ConfigTransformer: Starting for path: []
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f06e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204f0640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4204f0690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:40 [DEBUG] resource aws_waf_rule.example using provider provider.aws
2018/04/05 11:26:40 [DEBUG] resource aws_waf_rule_group.example using provider provider.aws
2018/04/05 11:26:40 [DEBUG] resource aws_waf_web_acl.waf_acl using provider provider.aws
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example" references: [aws_waf_rule.example]
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl" references: [aws_waf_rule_group.example]
2018/04/05 11:26:40 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018-04-05T11:26:40.272-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] No assume_role block read from configuration
2018-04-05T11:26:40.272-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] Building AWS region structure
2018-04-05T11:26:40.272-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] Building AWS auth structure
2018-04-05T11:26:40.272-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-05T11:26:40.966-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-05T11:26:40.966-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [INFO] Initializing DeviceFarm SDK connection
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:40 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5f740eb5e36f44203ed30cb8a7a7806f27e51eb3bc1bc492057a5363a5f2fef0
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162640Z
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-05T11:26:40.967-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 418
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:40 GMT
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 1f5a3f65-38ee-11e8-bb2f-8f29cb19dc62
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:iam::[ACCOUNTNUM]:user/[AWSUSERNAME]</Arn>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>[AWSUSERID]</UserId>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>[ACCOUNTNUM]</Account>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>1f5a3f65-38ee-11e8-bb2f-8f29cb19dc62</RequestId>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse>
2018-04-05T11:26:41.453-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: iam.amazonaws.com
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 33
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8387893cc4f8bab3c6d57cdcf88a6efd9cafcc450a9045f8ed1b01000412a9f7
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162641Z
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetUser&Version=2010-05-08
2018-04-05T11:26:41.455-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 491
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:41 GMT
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 1f9e4d6e-38ee-11e8-81f2-395966b82e3f
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetUserResult>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <User>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Path>/</Path>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserName>[AWSUSERNAME]</UserName>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:iam::[ACCOUNTNUM]:user/[AWSUSERNAME]</Arn>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>[AWSUSERID]</UserId>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateDate>2017-03-31T15:35:56Z</CreateDate>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </User>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetUserResult>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>1f9e4d6e-38ee-11e8-81f2-395966b82e3f</RequestId>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata>
2018-04-05T11:26:41.894-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetUserResponse>
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:41 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-1.amazonaws.com
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 87
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9422a3d814c66bb126256054194365286ca06aabe9dc2e7a5b0f944fa141448a
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162641Z
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-05T11:26:41.895-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:42 GMT
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>77ceb2f6-631c-412b-ab42-0ee52151f09e</requestId>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <accountAttributeSet>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeName>supported-platforms</attributeName>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValueSet>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValue>VPC</attributeValue>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attributeValueSet>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </accountAttributeSet>
2018-04-05T11:26:42.183-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeAccountAttributesResponse>
2018/04/05 11:26:42 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204f0640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:42 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_waf_rule.example - *terraform.NodeRefreshableManagedResourceInstance
2018/04/05 11:26:42 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_waf_rule.example - *terraform.NodeRefreshableManagedResourceInstance
2018/04/05 11:26:42 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:42 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_waf_rule.example - *terraform.NodeRefreshableManagedResourceInstance
2018/04/05 11:26:42 [TRACE] Graph after step *terraform.RootTransformer:
aws_waf_rule.example - *terraform.NodeRefreshableManagedResourceInstance
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] DEBUG: Request waf/GetRule Details:
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: waf.amazonaws.com
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 49
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=5416215befdd3bb30b31a3e78c5eb10cd2701dd5e5d4113a7fba7810ddedf369
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162642Z
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Target: AWSWAF_20150824.GetRule
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.187-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] DEBUG: Response waf/GetRule Details:
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 114
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:41 GMT
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 20079658-38ee-11e8-b6ab-d301e16f0b23
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:42.593-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] {"Rule":{"MetricName":"example","Name":"example","Predicates":[],"RuleId":"f0a3692a-7f4e-4dc1-ad7e-fb9d2055572d"}}
2018/04/05 11:26:42 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4204f0690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] DEBUG: Request waf/GetRuleGroup Details:
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: waf.amazonaws.com
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 54
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=22bc8971132f29190b71248371f08d06f0159a52d5f05e9623aaedacf65c6ee0
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162642Z
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Target: AWSWAF_20150824.GetRuleGroup
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.595-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] DEBUG: Response waf/GetRuleGroup Details:
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 108
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:42 GMT
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 204562d6-38ee-11e8-8c12-d76d41a98b3c
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] {"RuleGroup":{"MetricName":"example","Name":"example","RuleGroupId":"1de8e0d2-ec31-4e68-95c9-b20a13fb2f38"}}
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:42 [DEBUG] [aws-sdk-go] DEBUG: Request waf/ListActivatedRulesInRuleGroup Details:
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: waf.amazonaws.com
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 54
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=fe1ac3d65e650a3ab62b3fd8bd394a7ceba23bc34f7ad49a38020fb6cd8f1baa
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162642Z
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Target: AWSWAF_20150824.ListActivatedRulesInRuleGroup
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:42.973-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [DEBUG] [aws-sdk-go] DEBUG: Response waf/ListActivatedRulesInRuleGroup Details:
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 127
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:42 GMT
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 207d89cc-38ee-11e8-b6ab-d301e16f0b23
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:43.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [DEBUG] [aws-sdk-go] {"ActivatedRules":[{"Action":{"Type":"COUNT"},"Priority":50,"RuleId":"f0a3692a-7f4e-4dc1-ad7e-fb9d2055572d","Type":"REGULAR"}]}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f06e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_waf_web_acl.waf_acl - *terraform.NodeRefreshableManagedResourceInstance
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [DEBUG] [aws-sdk-go] DEBUG: Request waf/GetWebACL Details:
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: waf.amazonaws.com
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 51
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=d6569e1d91137110d1bcf842caae951c2904845bd46f4b18f4998defde1deb10
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162643Z
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Target: AWSWAF_20150824.GetWebACL
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:43.364-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [DEBUG] [aws-sdk-go] DEBUG: Response waf/GetWebACL Details:
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 148
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:42 GMT
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 20a5aab3-38ee-11e8-a71a-690b7fe0d4e2
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:43.632-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [DEBUG] [aws-sdk-go] {"WebACL":{"DefaultAction":{"Type":"ALLOW"},"MetricName":"tfWebACL","Name":"tfWebACL","Rules":[],"WebACLId":"6b32b9ae-72e1-4e7c-941a-b6f4cb4f83d9"}}
2018/04/05 11:26:43 [INFO] backend/local: apply calling Plan
2018/04/05 11:26:43 [INFO] terraform: building graph: GraphTypePlanDestroy
2018/04/05 11:26:43 [TRACE] StateTransformer: starting
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4200d1cc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule_group.example (destroy)": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4200d1cc0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f1770), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl (destroy)": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f1770), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420481270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule.example (destroy)": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420481270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule_group.example using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule_group.example (destroy) using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_web_acl.waf_acl using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_web_acl.waf_acl (destroy) using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule.example using provider provider.aws
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example" references: [aws_waf_rule.example]
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl" references: [aws_waf_rule_group.example]
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule.example (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/05 11:26:43 [INFO] terraform: building graph: GraphTypeApply
2018/04/05 11:26:43 [TRACE] DiffTransformer: starting
2018/04/05 11:26:43 [TRACE] DiffTransformer: Module: DESTROY: aws_waf_rule.example
DESTROY: aws_waf_rule_group.example
DESTROY: aws_waf_web_acl.waf_acl
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule_group.example (destroy)": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4204f0b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule.example (destroy)": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204f0aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl (destroy)": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f0be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] resource aws_waf_web_acl.waf_acl (destroy) using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule_group.example (destroy) using provider provider.aws
2018/04/05 11:26:43 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_waf_rule.example (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_rule_group.example (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_web_acl.waf_acl (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule_group.example": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4204f0b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule_group.example (destroy)": &terraform.ResourceState{Type:"aws_waf_rule_group", Dependencies:[]string{"aws_waf_rule.example"}, Primary:(*terraform.InstanceState)(0xc4204f0b90), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule.example": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204f0aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_rule.example (destroy)": &terraform.ResourceState{Type:"aws_waf_rule", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204f0aa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f0be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [DEBUG] Attaching resource state to "aws_waf_web_acl.waf_acl (destroy)": &terraform.ResourceState{Type:"aws_waf_web_acl", Dependencies:[]string{"aws_waf_rule_group.example"}, Primary:(*terraform.InstanceState)(0xc4204f0be0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/05 11:26:43 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/05 11:26:43 [TRACE] Attach provider request: []string{} aws
2018/04/05 11:26:43 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4202cda40)}
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule.example (destroy) using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_web_acl.waf_acl using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_web_acl.waf_acl (destroy) using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule_group.example using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule_group.example (destroy) using provider provider.aws
2018/04/05 11:26:43 [DEBUG] resource aws_waf_rule.example using provider provider.aws
2018/04/05 11:26:43 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_waf_rule.example - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_rule.example (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_rule_group.example - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_rule_group.example (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_web_acl.waf_acl - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_waf_web_acl.waf_acl (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example" references: [aws_waf_rule.example]
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule.example" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule.example (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl" references: [aws_waf_rule_group.example]
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_web_acl.waf_acl (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule_group.example (destroy)" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/05 11:26:43 [DEBUG] ReferenceTransformer: "aws_waf_rule.example (destroy)" references: []
tBoundary
aws_waf_rule.example (destroy) - *terraform.NodeDestroyResource
aws_waf_rule_group.example (destroy) - *terraform.NodeDestroyResource
aws_waf_web_acl.waf_acl (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_waf_rule.example (destroy) - *terraform.NodeDestroyResource
aws_waf_rule_group.example (destroy) - *terraform.NodeDestroyResource
aws_waf_web_acl.waf_acl (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/05 11:26:43 [DEBUG] Starting graph walk: walkDestroy
2018-04-05T11:26:43.644-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [INFO] No assume_role block read from configuration
2018-04-05T11:26:43.644-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [INFO] Building AWS region structure
2018-04-05T11:26:43.644-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [INFO] Building AWS auth structure
2018-04-05T11:26:43.644-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:43 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-05T11:26:44.327-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-05T11:26:44.328-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-05T11:26:44.328-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [INFO] Initializing DeviceFarm SDK connection
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: sts.amazonaws.com
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 43
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d392caffe73e6127ab6d6271821e9631cbb894e9bf42af4791a0554958e5af18
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162644Z
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-05T11:26:44.329-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 418
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:44 GMT
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 214fa630-38ee-11e8-bbb8-e54412d97156
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetCallerIdentityResult>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:iam::[ACCOUNTNUM]:user/[AWSUSERNAME]</Arn>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>[AWSUSERID]</UserId>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Account>[ACCOUNTNUM]</Account>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResult>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>214fa630-38ee-11e8-bbb8-e54412d97156</RequestId>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetCallerIdentityResponse>
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:44 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: iam.amazonaws.com
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 33
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1eac4d9efce719c9f169ee32f2b4b85c0280bdf52ad271221cdff1ce440c78d0
2018-04-05T11:26:44.726-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-05T11:26:44.727-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162644Z
2018-04-05T11:26:44.727-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:44.727-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:44.727-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=GetUser&Version=2010-05-08
2018-04-05T11:26:44.727-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 491
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:44 GMT
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 217ef376-38ee-11e8-b8df-e385ffa0b8af
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <GetUserResult>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <User>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Path>/</Path>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserName>[AWSUSERNAME]</UserName>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <Arn>arn:aws:iam::[ACCOUNTNUM]:user/[AWSUSERNAME]</Arn>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <UserId>[AWSUSERID]</UserId>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <CreateDate>2017-03-31T15:35:56Z</CreateDate>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </User>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetUserResult>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <ResponseMetadata>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <RequestId>217ef376-38ee-11e8-b8df-e385ffa0b8af</RequestId>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </ResponseMetadata>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </GetUserResponse>
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: ec2.us-west-1.amazonaws.com
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 87
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5cf6c1bfbe09910b1efce6f9030bfd592cabfbd1170aa56d8b0c901a2b842e92
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162645Z
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-05T11:26:45.057-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:45.567-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-05T11:26:45.567-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:45.567-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:45.567-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:45.567-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Transfer-Encoding: chunked
2018-04-05T11:26:45.567-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: text/xml;charset=UTF-8
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:45 GMT
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Server: AmazonEC2
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Vary: Accept-Encoding
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <requestId>cc8853bc-0dea-4bbd-9850-fd6d591732fe</requestId>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <accountAttributeSet>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeName>supported-platforms</attributeName>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValueSet>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <item>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: <attributeValue>VPC</attributeValue>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </attributeValueSet>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </item>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </accountAttributeSet>
2018-04-05T11:26:45.568-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: </DescribeAccountAttributesResponse>
2018-04-05T11:26:45.569-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] Locking "global"
2018-04-05T11:26:45.569-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] Locked "global"
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] Waiting for state to become: [success]
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] DEBUG: Request waf/GetChangeToken Details:
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: waf.amazonaws.com
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 2
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=2b57ef0b37571fe73488b1ed255ecd5c6e264c0475cc5bdc867655b28ec38adc
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162645Z
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Target: AWSWAF_20150824.GetChangeToken
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.570-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] DEBUG: Response waf/GetChangeToken Details:
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 200 OK
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 54
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:44 GMT
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 21fd99c3-38ee-11e8-ab7f-75b035610369
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:45.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] {"ChangeToken":"d4a5f073-b11c-430d-b631-af705f276c1a"}
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:45 [DEBUG] [aws-sdk-go] DEBUG: Request waf/UpdateWebACL Details:
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: POST / HTTP/1.1
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Host: waf.amazonaws.com
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: User-Agent: aws-sdk-go/1.13.21 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 258
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=[AWSCREDENTIAL]/20180405/us-east-1/waf/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=95cc722783f608703f979d6fee8a6df89cfe0590c2768005bc102fdbd009da38
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Date: 20180405T162645Z
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amz-Target: AWSWAF_20150824.UpdateWebACL
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Accept-Encoding: gzip
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:45.863-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:46 [DEBUG] [aws-sdk-go] DEBUG: Response waf/UpdateWebACL Details:
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: ---[ RESPONSE ]--------------------------------------
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: HTTP/1.1 400 Bad Request
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Connection: close
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Length: 91
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Content-Type: application/x-amz-json-1.1
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: Date: Thu, 05 Apr 2018 16:26:45 GMT
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: X-Amzn-Requestid: 2243cafa-38ee-11e8-8c12-d76d41a98b3c
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4:
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: -----------------------------------------------------
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:46 [DEBUG] [aws-sdk-go] {"__type":"WAFInvalidOperationException","message":"Operation is invalid for this entity."}
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:46 [DEBUG] [aws-sdk-go] DEBUG: Validate Response waf/UpdateWebACL failed, not retrying, error WAFInvalidOperationException: Operation is invalid for this entity.
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: status code: 400, request id: 2243cafa-38ee-11e8-8c12-d76d41a98b3c
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:46 [DEBUG] Unlocking "global"
2018-04-05T11:26:46.374-0500 [DEBUG] plugin.terraform-provider-aws_v1.13.0_x4: 2018/04/05 11:26:46 [DEBUG] Unlocked "global"
2018/04/05 11:26:46 [DEBUG] plugin: waiting for all plugin processes to complete...

Error: Error applying plan:
1 error(s) occurred:
* aws_waf_web_acl.waf_acl (destroy): 1 error(s) occurred:
* aws_waf_web_acl.waf_acl: Error Removing WAF ACL Rules: Error Updating WAF ACL: WAFInvalidOperationException: Operation is invalid for this entity.
status code: 400, request id: 2243cafa-38ee-11e8-8c12-d76d41a98b3c
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

2018-04-05T11:26:46.388-0500 [DEBUG] plugin: plugin process exited: path=~/tftest/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.13.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment