Skip to content

Instantly share code, notes, and snippets.

@grimm26
Last active February 13, 2018 16:54
Show Gist options
  • Save grimm26/3b88f0720cc68996959e8f739d075dda to your computer and use it in GitHub Desktop.
Save grimm26/3b88f0720cc68996959e8f739d075dda to your computer and use it in GitHub Desktop.
sns feedback
> $ cat main.tf
provider "aws" {}
resource "aws_sns_topic" "m" {
name = "mktest2"
lambda_success_feedback_role_arn = "arn:aws:iam::112233445566:role/SNSSuccessFeedback"
lambda_failure_feedback_role_arn = "arn:aws:iam::112233445566:role/SNSFailureFeedback"
lambda_success_feedback_sample_rate = "100"
}
> $ terraform init
Initializing provider plugins...
- Checking for available provider plugins on https://releases.hashicorp.com...
- Downloading plugin for provider "aws" (1.9.0)...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.aws: version = "~> 1.9"
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
> $ terraform apply
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ aws_sns_topic.m
id: <computed>
arn: <computed>
lambda_failure_feedback_role_arn: "arn:aws:iam::112233445566:role/SNSFailureFeedback"
lambda_success_feedback_role_arn: "arn:aws:iam::112233445566:role/SNSSuccessFeedback"
lambda_success_feedback_sample_rate: "100"
name: "mktest2"
policy: <computed>
Plan: 1 to add, 0 to change, 0 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
aws_sns_topic.m: Creating...
arn: "" => "<computed>"
lambda_failure_feedback_role_arn: "" => "arn:aws:iam::112233445566:role/SNSFailureFeedback"
lambda_success_feedback_role_arn: "" => "arn:aws:iam::112233445566:role/SNSSuccessFeedback"
lambda_success_feedback_sample_rate: "" => "100"
name: "" => "mktest2"
policy: "" => "<computed>"
aws_sns_topic.m: Creation complete after 1s (ID: arn:aws:sns:us-east-2:112233445566:mktest2)
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
> $ aws sns get-topic-attributes --topic-arn arn:aws:sns:us-east-2:112233445566:mktest2 --query 'Attributes.[LambdaSuccessFeedbackRoleArn, LambdaFailureFeedbackRoleArn]'
[
"arn:aws:iam::112233445566:role/SNSSuccessFeedback",
null
]
2018/02/13 10:48:40 [INFO] Terraform version: 0.11.3
2018/02/13 10:48:40 [INFO] Go runtime version: go1.9.3
2018/02/13 10:48:40 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply"}
2018/02/13 10:48:40 [DEBUG] Attempting to open CLI config file: /Users/mkeisler/.terraformrc
2018/02/13 10:48:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/02/13 10:48:40 [INFO] CLI command args: []string{"apply"}
2018/02/13 10:48:40 [INFO] command: empty terraform config, returning nil
2018/02/13 10:48:40 [DEBUG] command: no data state file found for backend config
2018/02/13 10:48:40 [DEBUG] New state was assigned lineage "d18356a5-43cd-4d9e-bb82-6ebe0d60531f"
2018/02/13 10:48:40 [INFO] command: backend initialized: <nil>
2018/02/13 10:48:40 [DEBUG] checking for provider in "."
2018/02/13 10:48:40 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/02/13 10:48:40 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/02/13 10:48:40 [DEBUG] found provider "terraform-provider-aws_v1.9.0_x4"
2018/02/13 10:48:40 [DEBUG] found valid plugin: "aws", "1.9.0", "/tmp/tf/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4"
2018/02/13 10:48:40 [DEBUG] checking for provisioner in "."
2018/02/13 10:48:40 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/02/13 10:48:40 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/02/13 10:48:40 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/02/13 10:48:40 [INFO] backend/local: starting Apply operation
2018/02/13 10:48:40 [INFO] terraform: building graph: GraphTypeInput
2018/02/13 10:48:40 [DEBUG] Resource state not found for "aws_sns_topic.m": aws_sns_topic.m
2018/02/13 10:48:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic.m - *terraform.NodeAbstractResource
2018/02/13 10:48:40 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_sns_topic.m - *terraform.NodeAbstractResource
2018/02/13 10:48:40 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/13 10:48:40 [DEBUG] resource aws_sns_topic.m using provider provider.aws
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "aws_sns_topic.m" references: []
2018/02/13 10:48:40 [DEBUG] Starting graph walk: walkInput
2018-02-13T10:48:40.574-0600 [DEBUG] plugin: starting plugin: path=/tmp/tf/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4 args=[/tmp/tf/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4]
2018-02-13T10:48:40.584-0600 [DEBUG] plugin: waiting for RPC address: path=/tmp/tf/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4
2018-02-13T10:48:40.869-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: plugin address: timestamp=2018-02-13T10:48:40.869-0600 network=unix address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin000829132
2018/02/13 10:48:40 [INFO] terraform: building graph: GraphTypeValidate
2018/02/13 10:48:40 [DEBUG] Resource state not found for "aws_sns_topic.m": aws_sns_topic.m
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "aws_sns_topic.m" references: []
2018/02/13 10:48:40 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic.m - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/02/13 10:48:40 [DEBUG] Starting graph walk: walkValidate
2018/02/13 10:48:40 [DEBUG] Resource state not found for "aws_sns_topic.m": aws_sns_topic.m
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "aws_sns_topic.m" references: []
2018/02/13 10:48:40 [INFO] backend/local: apply calling Refresh
2018/02/13 10:48:40 [INFO] terraform: building graph: GraphTypeRefresh
2018/02/13 10:48:40 [INFO] backend/local: apply calling Plan
2018/02/13 10:48:40 [INFO] terraform: building graph: GraphTypePlan
2018/02/13 10:48:40 [DEBUG] Resource state not found for "aws_sns_topic.m": aws_sns_topic.m
2018/02/13 10:48:40 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic.m - *terraform.NodePlannableResource
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "aws_sns_topic.m" references: []
2018/02/13 10:48:40 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018-02-13T10:48:40.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:40 [INFO] No assume_role block read from configuration
2018-02-13T10:48:40.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:40 [INFO] Building AWS region structure
2018-02-13T10:48:40.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:40 [INFO] Building AWS auth structure
2018-02-13T10:48:40.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:40 [INFO] Setting AWS metadata API timeout to 100ms
2018-02-13T10:48:41.666-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:41 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-13T10:48:41.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:41 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-02-13T10:48:41.668-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:41 [INFO] Initializing DeviceFarm SDK connection
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:41 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d19d73fca553b0a965dd98f591de2dd74a6f8ea619d47ffecab8eca5912c3f6f
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164841Z
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-13T10:48:41.669-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 405
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:41 GMT
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: bf7df59d-10dd-11e8-8793-8b78881b8d22
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>643927032162</Account>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>bf7df59d-10dd-11e8-8793-8b78881b8d22</RequestId>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse>
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=27f623acf26f5c95d5b859288a8670f9cc22619d417cb8569cd585989e5ef290
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164842Z
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08
2018-02-13T10:48:42.177-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 529
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:41 GMT
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: bf97bf78-10dd-11e8-9c33-d19e3966347b
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-13T14:55:44Z</PasswordLastUsed>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>mkeisler</UserName>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>bf97bf78-10dd-11e8-9c33-d19e3966347b</RequestId>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse>
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=0d6e618e58fcd245a29fd23a43410fdd0c02f24ac1a7cdd427232e2ba801c196
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164842Z
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:42.347-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.348-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-13T10:48:42.348-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:42 GMT
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:42 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>a66e3a2b-da58-4161-a826-f12b25deb4aa</requestId>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet>
2018-02-13T10:48:42.522-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse>
2018/02/13 10:48:42 [DEBUG] Resource state not found for "aws_sns_topic.m": aws_sns_topic.m
2018/02/13 10:48:42 [DEBUG] ReferenceTransformer: "aws_sns_topic.m" references: []
2018/02/13 10:48:42 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic.m - *terraform.NodePlannableResourceInstance
2018/02/13 10:48:42 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/02/13 10:48:43 [INFO] terraform: building graph: GraphTypeApply
2018/02/13 10:48:43 [DEBUG] Resource state not found for "aws_sns_topic.m": aws_sns_topic.m
2018/02/13 10:48:43 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic.m - *terraform.NodeApplyableResource
2018/02/13 10:48:43 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/13 10:48:43 [DEBUG] resource aws_sns_topic.m using provider provider.aws
2018/02/13 10:48:43 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/13 10:48:43 [DEBUG] ReferenceTransformer: "aws_sns_topic.m" references: []
2018/02/13 10:48:43 [DEBUG] Starting graph walk: walkApply
2018-02-13T10:48:43.850-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:43 [INFO] No assume_role block read from configuration
2018-02-13T10:48:43.850-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:43 [INFO] Building AWS region structure
2018-02-13T10:48:43.850-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:43 [INFO] Building AWS auth structure
2018-02-13T10:48:43.850-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:43 [INFO] Setting AWS metadata API timeout to 100ms
2018-02-13T10:48:44.523-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [INFO] Initializing DeviceFarm SDK connection
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com
2018-02-13T10:48:44.524-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=80424b7590afb00b4a5dc565b00fcc01d2c891c11ebf5f6088c371f454ae66b7
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164844Z
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-13T10:48:44.525-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 405
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:44 GMT
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: c0f6da72-10dd-11e8-96b1-5f71a024cae1
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>643927032162</Account>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>c0f6da72-10dd-11e8-96b1-5f71a024cae1</RequestId>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse>
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=63b92fd95d93883324df9198bcfab0fd3397bf6242c8b65067b0e6be5fe577b0
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164844Z
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08
2018-02-13T10:48:44.630-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 529
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:44 GMT
2018-02-13T10:48:44.746-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: c105ce5d-10dd-11e8-9b00-49c428eab68c
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-13T14:55:44Z</PasswordLastUsed>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>mkeisler</UserName>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>c105ce5d-10dd-11e8-9b00-49c428eab68c</RequestId>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse>
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=cedffd67c2bf48b845dac68e14cb01b122cea05f74dd6879a61ee31993f3fa29
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164844Z
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-13T10:48:44.747-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:44 GMT
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>a82576a1-acad-46a5-9474-5fd607d2d377</requestId>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet>
2018-02-13T10:48:45.214-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse>
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] SNS create topic: mktest2
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] DEBUG: Request sns/CreateTopic Details:
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sns.us-east-2.amazonaws.com
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 50
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=16b9183d76c7452b16a99fec926cd626d331e8e42b3e6c8e288f45a36fb9afbe
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164845Z
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=CreateTopic&Name=mktest2&Version=2010-03-31
2018-02-13T10:48:45.218-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] DEBUG: Response sns/CreateTopic Details:
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 314
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:45 GMT
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: fe28ad55-913a-5ae0-b3e4-ffa8881782d1
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:45.533-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] <CreateTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateTopicResult>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <TopicArn>arn:aws:sns:us-east-2:643927032162:mktest2</TopicArn>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </CreateTopicResult>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>fe28ad55-913a-5ae0-b3e4-ffa8881782d1</RequestId>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </CreateTopicResponse>
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] Updating LambdaSuccessFeedbackSampleRate
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] Waiting for state to become: [success]
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] DEBUG: Request sns/SetTopicAttributes Details:
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sns.us-east-2.amazonaws.com
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 171
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180213/us-east-2/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=0368717af6315359075610c482d4810dffc8c6c1cc35baa3006b4d5d5c6015b1
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180213T164845Z
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=SetTopicAttributes&AttributeName=LambdaSuccessFeedbackSampleRate&AttributeValue=100&TopicArn=arn%3Aaws%3Asns%3Aus-east-2%3A643927032162%3Amktest2&Version=2010-03-31
2018-02-13T10:48:45.534-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] DEBUG: Response sns/SetTopicAttributes Details:
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 215
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Tue, 13 Feb 2018 16:48:45 GMT
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 8fb5caa1-8bc8-5cf5-b1e8-985c92e55163
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/13 10:48:45 [DEBUG] [aws-sdk-go] <SetTopicAttributesResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata>
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>8fb5caa1-8bc8-5cf5-b1e8-985c92e55163</RequestId>
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata>
2018-02-13T10:48:45.692-0600 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </SetTopicAttributesResponse>
2018/02/13 10:48:45 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-02-13T10:48:45.706-0600 [DEBUG] plugin: plugin process exited: path=/tmp/tf/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment