Skip to content

Instantly share code, notes, and snippets.

@ChernikovP
Created November 19, 2019 15:28
Show Gist options
  • Save ChernikovP/985339d5c730481cb87dcc4de54ba6a3 to your computer and use it in GitHub Desktop.
Save ChernikovP/985339d5c730481cb87dcc4de54ba6a3 to your computer and use it in GitHub Desktop.
SNS Topic Subscription delete/create failure log
Terraform will perform the following actions:
2019/11/19 10:23:42 [DEBUG] command: asking for input: "Do you want to perform these actions?"
# aws_sns_topic_subscription.foo_bar will be destroyed
- resource "aws_sns_topic_subscription" "foo_bar" {
- arn = "arn:aws:sns:us-east-2:187619804665:foo_bar:9fabb2d7-3c79-464c-91e2-f34ce7190865" -> null
- confirmation_timeout_in_minutes = 1 -> null
- endpoint = "<pagerduty_endpoint_url>" -> null
- endpoint_auto_confirms = true -> null
- id = "arn:aws:sns:us-east-2:187619804665:foo_bar:9fabb2d7-3c79-464c-91e2-f34ce7190865" -> null
- protocol = "https" -> null
- raw_message_delivery = false -> null
- topic_arn = "arn:aws:sns:us-east-2:187619804665:foo_bar" -> null
}
# aws_sns_topic_subscription.foo_bar_sub will be created
+ resource "aws_sns_topic_subscription" "foo_bar_sub" {
+ arn = (known after apply)
+ confirmation_timeout_in_minutes = 1
+ endpoint = "<pagerduty_endpoint_url>"
+ endpoint_auto_confirms = true
+ id = (known after apply)
+ protocol = "https"
+ raw_message_delivery = false
+ topic_arn = "arn:aws:sns:us-east-2:187619804665:foo_bar"
}
Plan: 1 to add, 0 to change, 1 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2019/11/19 10:23:44 [INFO] backend/local: apply calling Apply
2019/11/19 10:23:44 [INFO] terraform: building graph: GraphTypeApply
2019/11/19 10:23:44 [DEBUG] Resource state not found for node "aws_sns_topic_subscription.foo_bar_sub", instance aws_sns_topic_subscription.foo_bar_sub
2019/11/19 10:23:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/11/19 10:23:44 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/11/19 10:23:44 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.foo_bar" (*terraform.NodeAbstractResourceInstance) needs provider.aws
2019/11/19 10:23:44 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sns_topic_subscription.foo_bar (destroy)
2019/11/19 10:23:44 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.foo_bar (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.aws
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.foo_bar" references: []
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.foo_bar (destroy)" references: []
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019/11/19 10:23:44 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.foo_bar (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider.aws
2019/11/19 10:23:44 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.foo_bar_sub (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic.foo_bar (prepare state)" references: []
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.foo_bar (destroy)" references: []
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.foo_bar_sub" references: [aws_sns_topic.foo_bar (prepare state)]
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.foo_bar (clean up state)" references: []
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019/11/19 10:23:44 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.foo_bar_sub (prepare state)" references: []
2019-11-19T10:23:44.988-0500 [INFO] plugin: configuring client automatic mTLS
2019-11-19T10:23:45.015-0500 [DEBUG] plugin: starting plugin: path=/Users/pchernikov/Desktop/Rubicon/tf-sandbox/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.37.0_x4 args=[/Users/pchernikov/Desktop/Rubicon/tf-sandbox/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.37.0_x4]
2019-11-19T10:23:45.025-0500 [DEBUG] plugin: plugin started: path=/Users/pchernikov/Desktop/Rubicon/tf-sandbox/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.37.0_x4 pid=15381
2019-11-19T10:23:45.025-0500 [DEBUG] plugin: waiting for RPC address: path=/Users/pchernikov/Desktop/Rubicon/tf-sandbox/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.37.0_x4
2019-11-19T10:23:45.045-0500 [INFO] plugin.terraform-provider-aws_v2.37.0_x4: configuring server automatic mTLS: timestamp=2019-11-19T10:23:45.045-0500
2019-11-19T10:23:45.075-0500 [DEBUG] plugin: using plugin: version=5
2019-11-19T10:23:45.075-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: plugin address: address=/var/folders/sy/hxvhhwfn5gz7sjnrnwhhndf97t3qf2/T/plugin465876536 network=unix timestamp=2019-11-19T10:23:45.075-0500
2019-11-19T10:23:45.174-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [INFO] No assume_role block read from configuration
2019-11-19T10:23:45.174-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [INFO] Building AWS auth structure
2019-11-19T10:23:45.174-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [INFO] Setting AWS metadata API timeout to 100ms
2019-11-19T10:23:45.901-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-11-19T10:23:45.901-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2019-11-19T10:23:45.901-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:45 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sts.amazonaws.com
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 43
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8b62091acb73ecc473b0f99b21756be7fd2eb375d46450fb4b3f2f2908f24661
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152345Z
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-11-19T10:23:45.902-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 402
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:45 GMT
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 9416b74c-0ae0-11ea-a513-55242fa9e77e
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <GetCallerIdentityResult>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Arn>arn:aws:iam::187619804665:user/Pavel</Arn>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <UserId>AIDASXLYDAX4SG5NJ572V</UserId>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Account>187619804665</Account>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </GetCallerIdentityResult>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>9416b74c-0ae0-11ea-a513-55242fa9e77e</RequestId>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </GetCallerIdentityResponse>
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sts.amazonaws.com
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 43
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5d944cecaf645ec2d62c04cf76e48770e32736401d2ea1afc1ac628f61b6fdc9
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152346Z
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-11-19T10:23:46.189-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 402
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:45 GMT
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 9435895a-0ae0-11ea-b61e-5ded02ae7625
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <GetCallerIdentityResult>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Arn>arn:aws:iam::187619804665:user/Pavel</Arn>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <UserId>AIDASXLYDAX4SG5NJ572V</UserId>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Account>187619804665</Account>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </GetCallerIdentityResult>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>9435895a-0ae0-11ea-b61e-5ded02ae7625</RequestId>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:46.392-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </GetCallerIdentityResponse>
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: ec2.us-east-2.amazonaws.com
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 87
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=4ca7dc0d8b3004f04383d7c2c936e51548f4cf7ae3247238935145aa97880eaa
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152346Z
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-11-19T10:23:46.395-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 540
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml;charset=UTF-8
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:45 GMT
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Server: AmazonEC2
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <requestId>d0dc72db-5e7b-43f2-b33b-cfc10bffd4aa</requestId>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <accountAttributeSet>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <item>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <attributeName>supported-platforms</attributeName>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <attributeValueSet>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <item>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <attributeValue>VPC</attributeValue>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </item>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </attributeValueSet>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </item>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </accountAttributeSet>
2019-11-19T10:23:46.663-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </DescribeAccountAttributesResponse>
aws_sns_topic_subscription.foo_bar: Destroying... [id=arn:aws:sns:us-east-2:187619804665:foo_bar:9fabb2d7-3c79-464c-91e2-f34ce7190865]
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] SNS delete topic subscription: arn:aws:sns:us-east-2:187619804665:foo_bar:9fabb2d7-3c79-464c-91e2-f34ce7190865
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Request sns/Unsubscribe Details:
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 145
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=de956853460ea979025cffe7e30b95d3c28f5306e54c48dc490fe9ca548b170a
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152346Z
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=Unsubscribe&SubscriptionArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar%3A9fabb2d7-3c79-464c-91e2-f34ce7190865&Version=2010-03-31
2019-11-19T10:23:46.667-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019/11/19 10:23:46 [WARN] Provider "aws" produced an invalid plan for aws_sns_topic_subscription.foo_bar_sub, 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:
- .confirmation_timeout_in_minutes: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .raw_message_delivery: planned value cty.False does not match config value cty.NullVal(cty.Bool)
2019/11/19 10:23:46 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/11/19 10:23:46 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
aws_sns_topic_subscription.foo_bar_sub: Creating...
2019/11/19 10:23:46 [DEBUG] aws_sns_topic_subscription.foo_bar_sub: applying the planned Create change
2019/11/19 10:23:46 [TRACE] GRPCProvider: ApplyResourceChange
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] SNS create topic subscription: <pagerduty_endpoint_url> (https) @ 'arn:aws:sns:us-east-2:187619804665:foo_bar'
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Request sns/Subscribe Details:
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 215
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=806271d1287bc6a65ebf2ea9c1fdc38f4df033111901afa140bf796678350cf7
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152346Z
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=Subscribe&Endpoint=https%3A%2F%2Fevents.pagerduty.com%2Fintegration%2F63c95890b1fc486f9c1313656005e0cc%2Fenqueue&Protocol=https&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:23:46.669-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Response sns/Subscribe Details:
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 298
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:46 GMT
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 232c2a05-5961-5539-b0b8-7c4b5223d6ca
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] <SubscribeResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <SubscribeResult>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <SubscriptionArn>pending confirmation</SubscriptionArn>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </SubscribeResult>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>232c2a05-5961-5539-b0b8-7c4b5223d6ca</RequestId>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </SubscribeResponse>
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] Finished subscribing to topic arn:aws:sns:us-east-2:187619804665:foo_bar with subscription arn pending confirmation
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] SNS create topic subscription is pending so fetching the subscription list for topic : <pagerduty_endpoint_url> (https) @ 'arn:aws:sns:us-east-2:187619804665:foo_bar'
2019-11-19T10:23:46.965-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] Waiting for state to become: [success]
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7b38bc730d62026bed7800efc9589477971fb3cc98ea1aa6036b843ea1c5d985
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152346Z
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:23:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] DEBUG: Response sns/Unsubscribe Details:
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 201
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:46 GMT
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 1cb8f8ec-87bc-563e-bb75-aea28cfeb445
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:46 [DEBUG] [aws-sdk-go] <UnsubscribeResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>1cb8f8ec-87bc-563e-bb75-aea28cfeb445</RequestId>
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:46.989-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </UnsubscribeResponse>
aws_sns_topic_subscription.foo_bar: Destruction complete after 0s
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:46 GMT
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 99efb184-4960-582e-ab36-e7ca4223401f
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>99efb184-4960-582e-ab36-e7ca4223401f</RequestId>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:23:47.210-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [TRACE] Waiting 500ms before next try
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3935c8c1c2d8f162946a16ce8e4842114e221b739cf42870fc30d0fb1012f0a1
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152347Z
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:23:47.712-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:47 GMT
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: d2970bea-1e0e-5164-8b26-5da4154d5a13
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:23:47.957-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:23:47.958-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:23:47.958-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:47.958-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>d2970bea-1e0e-5164-8b26-5da4154d5a13</RequestId>
2019-11-19T10:23:47.958-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:47.958-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:23:47.958-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:47 [TRACE] Waiting 1s before next try
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:48 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=42123940ba532872c4abd715a3969cfd405ae1a6929b89ef765f8c275ad3d37c
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152348Z
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:23:48.960-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:49 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:48 GMT
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: bd06c647-34fb-5b46-9698-90093fbe8c51
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:49 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>bd06c647-34fb-5b46-9698-90093fbe8c51</RequestId>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:23:49.203-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:49 [TRACE] Waiting 2s before next try
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:51 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=67d90682e994b2740f666ddb95257e1e3a578e80bb010f60fd26633e66923d85
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152351Z
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:23:51.204-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:51 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:51 GMT
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 6de168ed-3bc2-550a-8d12-3ea3308525b0
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:51 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>6de168ed-3bc2-550a-8d12-3ea3308525b0</RequestId>
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:51.440-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:23:51.441-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:51 [TRACE] Waiting 4s before next try
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:55 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b1a98b978107cac3e7992109fbeb34076f926ff203ada5cf119912681e8b6e3c
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152355Z
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:23:55.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:55 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:23:54 GMT
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: 0f92a5ac-b0ae-56c7-80c1-f3e2bbe56954
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:23:55.687-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:55 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>0f92a5ac-b0ae-56c7-80c1-f3e2bbe56954</RequestId>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:23:55.688-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:23:55 [TRACE] Waiting 8s before next try
aws_sns_topic_subscription.foo_bar_sub: Still creating... [10s elapsed]
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:03 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6442ca1ce38987374572f7cb92af4bcbe7298b07848c9c905b5b151b968b49b6
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152403Z
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:24:03.689-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:03 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:24:03 GMT
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: d5dd6229-0482-548b-aadf-34670fd1b1dd
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:03 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:24:03.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:24:03.935-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:24:03.935-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>d5dd6229-0482-548b-aadf-34670fd1b1dd</RequestId>
2019-11-19T10:24:03.935-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:24:03.935-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:24:03.935-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:03 [TRACE] Waiting 10s before next try
aws_sns_topic_subscription.foo_bar_sub: Still creating... [20s elapsed]
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:13 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c421bbf618fe53761065ddb158a7ab608e64000c02f76bad9cafbc9624f8a9bd
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152413Z
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:24:13.938-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:14.193-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:14 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:14.193-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:24:14.193-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:24:14.193-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:24:14.193-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:24:13 GMT
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: eac2e7bf-9440-5319-a5f7-b1f19f1eeb4e
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:14 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>eac2e7bf-9440-5319-a5f7-b1f19f1eeb4e</RequestId>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:24:14.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:14 [TRACE] Waiting 10s before next try
aws_sns_topic_subscription.foo_bar_sub: Still creating... [30s elapsed]
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:24 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fde5e163a87a67a2ddde1a7a1b4a5e66ec8c76958c5012159cc78833bebaa349
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152424Z
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:24:24.194-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:24 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:24:23 GMT
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: bd94622c-0103-527c-8b11-34620a6bdc2a
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:24 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>bd94622c-0103-527c-8b11-34620a6bdc2a</RequestId>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:24:24.445-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:24 [TRACE] Waiting 10s before next try
aws_sns_topic_subscription.foo_bar_sub: Still creating... [40s elapsed]
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:34 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f330aaf1b61d2554ad0143047abf0508460e98418409c067cb0a90c6b9af7cf0
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152434Z
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:24:34.448-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:34 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:24:33 GMT
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: db00bf95-a63a-5337-bdea-e9dbad48d7e2
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:34 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>db00bf95-a63a-5337-bdea-e9dbad48d7e2</RequestId>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:24:34.697-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:34 [TRACE] Waiting 10s before next try
aws_sns_topic_subscription.foo_bar_sub: Still creating... [50s elapsed]
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:44 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: POST / HTTP/1.1
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Host: sns.us-east-2.amazonaws.com
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: User-Agent: aws-sdk-go/1.25.36 (go1.13.3; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.12 (+https://www.terraform.io)
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 112
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIASXLYDAX43EWEXNQK/20191119/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fcc77230c2d2efc02ec0e8fb7ba2cd3b2cbe6d88992a8d141c4831ef2d64a483
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amz-Date: 20191119T152444Z
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Accept-Encoding: gzip
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Action=ListSubscriptionsByTopic&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A187619804665%3Afoo_bar&Version=2010-03-31
2019-11-19T10:24:44.700-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:44 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListSubscriptionsByTopic Details:
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: ---[ RESPONSE ]--------------------------------------
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: HTTP/1.1 200 OK
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Connection: close
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Length: 319
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Content-Type: text/xml
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: Date: Tue, 19 Nov 2019 15:24:44 GMT
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: X-Amzn-Requestid: bad269ca-0c0b-5aa5-b06f-3f8407774411
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4:
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: -----------------------------------------------------
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:44 [DEBUG] [aws-sdk-go] <ListSubscriptionsByTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ListSubscriptionsByTopicResult>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <Subscriptions/>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResult>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <ResponseMetadata>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: <RequestId>bad269ca-0c0b-5aa5-b06f-3f8407774411</RequestId>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ResponseMetadata>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: </ListSubscriptionsByTopicResponse>
2019-11-19T10:24:44.934-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:44 [TRACE] Waiting 10s before next try
aws_sns_topic_subscription.foo_bar_sub: Still creating... [1m0s elapsed]
2019-11-19T10:24:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:46 [WARN] WaitForState timeout after 1m0s
2019-11-19T10:24:46.966-0500 [DEBUG] plugin.terraform-provider-aws_v2.37.0_x4: 2019/11/19 10:24:46 [WARN] WaitForState starting 30s refresh grace period
2019/11/19 10:24:46 [DEBUG] aws_sns_topic_subscription.foo_bar_sub: apply errored, but we're indicating that via the Error pointer rather than returning it: Error fetching subscriptions for SNS topic arn:aws:sns:us-east-2:187619804665:foo_bar: Error finding subscription for topic arn:aws:sns:us-east-2:187619804665:foo_bar with endpoint <pagerduty_endpoint_url> and protocol https
2019/11/19 10:24:46 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
Error: Error fetching subscriptions for SNS topic arn:aws:sns:us-east-2:187619804665:foo_bar: Error finding subscription for topic arn:aws:sns:us-east-2:187619804665:foo_bar with endpoint <pagerduty_endpoint_url> and protocol https
on main.tf line 9, in resource "aws_sns_topic_subscription" "foo_bar_sub":
9: resource "aws_sns_topic_subscription" "foo_bar_sub" {
2019-11-19T10:24:46.987-0500 [DEBUG] plugin: plugin process exited: path=/Users/pchernikov/Desktop/Rubicon/tf-sandbox/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.37.0_x4 pid=15381
2019-11-19T10:24:46.987-0500 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment