Last active
January 22, 2020 14:20
-
-
Save kerr-bighealth/cb91ba933d1f6e41b4244284b0427d33 to your computer and use it in GitHub Desktop.
Terraform debug log observing aws_codebuild_project resource creation failure due to IAM eventual consistency when dependent on IAM role.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/01/22 08:12:00 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/01/22 08:12:00 [INFO] Terraform version: 0.12.19 | |
2020/01/22 08:12:00 [INFO] Go runtime version: go1.12.13 | |
2020/01/22 08:12:00 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.2/versions/0.12.19/terraform", "apply", "-auto-approve"} | |
2020/01/22 08:12:00 [DEBUG] Attempting to open CLI config file: /Users/acme/.terraformrc | |
2020/01/22 08:12:00 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/01/22 08:12:00 [INFO] CLI command args: []string{"apply", "-auto-approve"} | |
2020/01/22 08:12:00 [DEBUG] New state was assigned lineage "c532aeb3-2d10-e291-831f-33032594b1f3" | |
2020/01/22 08:12:00 [DEBUG] checking for provider in "." | |
2020/01/22 08:12:00 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.2/versions/0.12.19" | |
2020/01/22 08:12:00 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2020/01/22 08:12:00 [DEBUG] found provider "terraform-provider-aws_v2.45.0_x4" | |
2020/01/22 08:12:00 [DEBUG] found valid plugin: "aws", "2.45.0", "/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4" | |
2020/01/22 08:12:00 [DEBUG] checking for provisioner in "." | |
2020/01/22 08:12:00 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.2/versions/0.12.19" | |
2020/01/22 08:12:00 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2020/01/22 08:12:00 [INFO] backend/local: starting Apply operation | |
2020-01-22T08:12:00.864-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:00.892-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:00.907-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32950 | |
2020-01-22T08:12:00.907-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:00.935-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:00.934-0600 | |
2020-01-22T08:12:00.965-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:00.965-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin801505613 network=unix timestamp=2020-01-22T08:12:00.965-0600 | |
2020-01-22T08:12:01.087-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32950 | |
2020-01-22T08:12:01.087-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:01 [INFO] terraform: building graph: GraphTypeValidate | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild" (*terraform.NodeValidatableResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "aws_codebuild_project.this" (*terraform.NodeValidatableResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" (*terraform.NodeValidatableResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [data.aws_iam_policy_document.infra_terraform_codebuild_assume_role] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [aws_iam_role.infra_terraform_codebuild] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:01 [DEBUG] Starting graph walk: walkValidate | |
2020-01-22T08:12:01.092-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:01.121-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:01.137-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32951 | |
2020-01-22T08:12:01.137-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:01.163-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:01.163-0600 | |
2020-01-22T08:12:01.193-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:01.193-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: network=unix address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin671207234 timestamp=2020-01-22T08:12:01.193-0600 | |
2020-01-22T08:12:01.341-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32951 | |
2020-01-22T08:12:01.341-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:01 [INFO] backend/local: apply calling Refresh | |
2020/01/22 08:12:01 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" (*terraform.NodeRefreshableDataResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:01 [DEBUG] Starting graph walk: walkRefresh | |
2020-01-22T08:12:01.345-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:01.372-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:01.388-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32952 | |
2020-01-22T08:12:01.388-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:01.412-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:01.412-0600 | |
2020-01-22T08:12:01.444-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin793996127 network=unix timestamp=2020-01-22T08:12:01.444-0600 | |
2020-01-22T08:12:01.444-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:01.546-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:01 [INFO] No assume_role block read from configuration | |
2020-01-22T08:12:01.546-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:01 [INFO] Building AWS auth structure | |
2020-01-22T08:12:01.546-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:01 [INFO] Setting AWS metadata API timeout to 100ms | |
2020-01-22T08:12:02.921-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020-01-22T08:12:02.922-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9896d4f7b2b5450885e3a36a7abccc7deed07ccab3b3d835ae03d5bf1b3b2e04 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141202Z | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:03 GMT | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 29dd10d4-3d21-11ea-bbd7-23f6908f77df | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>29dd10d4-3d21-11ea-bbd7-23f6908f77df</RequestId> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2ac53309bd8f82b8a44d71d90d6d2d86f7b481f4fb3f45c6390c451d6e80ef49 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141203Z | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:02 GMT | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 29f5efde-3d21-11ea-aac9-e3360ee6f35f | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>29f5efde-3d21-11ea-aac9-e3360ee6f35f</RequestId> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 87 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7b5c88bda9d12e951451f9a18b5f4e8a21d5e9cf1abb40a1ed61378bbdc6efeb | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141203Z | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 540 | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:02 GMT | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Server: AmazonEC2 | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <requestId>22eeca9b-102f-49db-ae5f-a3d78cd6490a</requestId> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <accountAttributeSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeName>supported-platforms</attributeName> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValueSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValue>VPC</attributeValue> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </attributeValueSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </accountAttributeSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </DescribeAccountAttributesResponse> | |
2020/01/22 08:12:03 [DEBUG] Resource state not found for node "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role", instance data.aws_iam_policy_document.infra_terraform_codebuild_assume_role | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
[0m[1mdata.aws_iam_policy_document.infra_terraform_codebuild_assume_role: Refreshing state...[0m | |
2020-01-22T08:12:03.927-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32952 | |
2020-01-22T08:12:03.927-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:03 [INFO] backend/local: apply calling Plan | |
2020/01/22 08:12:03 [INFO] terraform: building graph: GraphTypePlan | |
2020/01/22 08:12:03 [DEBUG] ProviderTransformer: "aws_codebuild_project.this" (*terraform.NodePlannableResource) needs provider.aws | |
2020/01/22 08:12:03 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" (*terraform.NodePlannableResource) needs provider.aws | |
2020/01/22 08:12:03 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild" (*terraform.NodePlannableResource) needs provider.aws | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [data.aws_iam_policy_document.infra_terraform_codebuild_assume_role] | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [aws_iam_role.infra_terraform_codebuild] | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:03 [DEBUG] Starting graph walk: walkPlan | |
2020-01-22T08:12:03.928-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:03.957-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:03.971-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32958 | |
2020-01-22T08:12:03.971-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:03.997-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:03.996-0600 | |
2020-01-22T08:12:04.027-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:04.027-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: network=unix address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin779560957 timestamp=2020-01-22T08:12:04.027-0600 | |
2020-01-22T08:12:04.120-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:04 [INFO] No assume_role block read from configuration | |
2020-01-22T08:12:04.120-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:04 [INFO] Building AWS auth structure | |
2020-01-22T08:12:04.120-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:04 [INFO] Setting AWS metadata API timeout to 100ms | |
2020-01-22T08:12:05.560-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020-01-22T08:12:05.561-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11c6b96d66c24ebe97a58e5a0c8abe89d78d082f018763961029a3d5b0a39360 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141205Z | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:05 GMT | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2b50c4fe-3d21-11ea-b14a-333752e5ef01 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2b50c4fe-3d21-11ea-b14a-333752e5ef01</RequestId> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11c6b96d66c24ebe97a58e5a0c8abe89d78d082f018763961029a3d5b0a39360 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141205Z | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:05 GMT | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2b6a404f-3d21-11ea-9a61-011d055aa2b2 | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2b6a404f-3d21-11ea-9a61-011d055aa2b2</RequestId> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 87 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f10667139a65a2ce4b3cc7edaa98d0bed21a2cceaa9b038f4046cd2f9573d665 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141206Z | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 540 | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:05 GMT | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Server: AmazonEC2 | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <requestId>1668ccc3-021d-4658-9d34-04290d220f95</requestId> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <accountAttributeSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeName>supported-platforms</attributeName> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValueSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValue>VPC</attributeValue> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </attributeValueSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </accountAttributeSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </DescribeAccountAttributesResponse> | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:06 [DEBUG] Resource instance state not found for node "aws_iam_role.infra_terraform_codebuild", instance aws_iam_role.infra_terraform_codebuild | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [] | |
2020/01/22 08:12:06 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.infra_terraform_codebuild, 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: | |
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) | |
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) | |
2020/01/22 08:12:06 [DEBUG] Resource instance state not found for node "aws_codebuild_project.this", instance aws_codebuild_project.this | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [] | |
2020/01/22 08:12:06 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_codebuild_project.this, 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: | |
- .queued_timeout: planned value cty.NumberIntVal(480) does not match config2020/01/22 08:12:00 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/01/22 08:12:00 [INFO] Terraform version: 0.12.19 | |
2020/01/22 08:12:00 [INFO] Go runtime version: go1.12.13 | |
2020/01/22 08:12:00 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.2/versions/0.12.19/terraform", "apply", "-auto-approve"} | |
2020/01/22 08:12:00 [DEBUG] Attempting to open CLI config file: /Users/acme/.terraformrc | |
2020/01/22 08:12:00 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/01/22 08:12:00 [INFO] CLI command args: []string{"apply", "-auto-approve"} | |
2020/01/22 08:12:00 [DEBUG] New state was assigned lineage "c532aeb3-2d10-e291-831f-33032594b1f3" | |
2020/01/22 08:12:00 [DEBUG] checking for provider in "." | |
2020/01/22 08:12:00 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.2/versions/0.12.19" | |
2020/01/22 08:12:00 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2020/01/22 08:12:00 [DEBUG] found provider "terraform-provider-aws_v2.45.0_x4" | |
2020/01/22 08:12:00 [DEBUG] found valid plugin: "aws", "2.45.0", "/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4" | |
2020/01/22 08:12:00 [DEBUG] checking for provisioner in "." | |
2020/01/22 08:12:00 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.2/versions/0.12.19" | |
2020/01/22 08:12:00 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2020/01/22 08:12:00 [INFO] backend/local: starting Apply operation | |
2020-01-22T08:12:00.864-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:00.892-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:00.907-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32950 | |
2020-01-22T08:12:00.907-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:00.935-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:00.934-0600 | |
2020-01-22T08:12:00.965-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:00.965-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin801505613 network=unix timestamp=2020-01-22T08:12:00.965-0600 | |
2020-01-22T08:12:01.087-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32950 | |
2020-01-22T08:12:01.087-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:01 [INFO] terraform: building graph: GraphTypeValidate | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild" (*terraform.NodeValidatableResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "aws_codebuild_project.this" (*terraform.NodeValidatableResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" (*terraform.NodeValidatableResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [data.aws_iam_policy_document.infra_terraform_codebuild_assume_role] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [aws_iam_role.infra_terraform_codebuild] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:01 [DEBUG] Starting graph walk: walkValidate | |
2020-01-22T08:12:01.092-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:01.121-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:01.137-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32951 | |
2020-01-22T08:12:01.137-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:01.163-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:01.163-0600 | |
2020-01-22T08:12:01.193-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:01.193-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: network=unix address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin671207234 timestamp=2020-01-22T08:12:01.193-0600 | |
2020-01-22T08:12:01.341-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32951 | |
2020-01-22T08:12:01.341-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:01 [INFO] backend/local: apply calling Refresh | |
2020/01/22 08:12:01 [INFO] terraform: building graph: GraphTypeRefresh | |
2020/01/22 08:12:01 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" (*terraform.NodeRefreshableDataResource) needs provider.aws | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:01 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:01 [DEBUG] Starting graph walk: walkRefresh | |
2020-01-22T08:12:01.345-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:01.372-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:01.388-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32952 | |
2020-01-22T08:12:01.388-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:01.412-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:01.412-0600 | |
2020-01-22T08:12:01.444-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin793996127 network=unix timestamp=2020-01-22T08:12:01.444-0600 | |
2020-01-22T08:12:01.444-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:01.546-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:01 [INFO] No assume_role block read from configuration | |
2020-01-22T08:12:01.546-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:01 [INFO] Building AWS auth structure | |
2020-01-22T08:12:01.546-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:01 [INFO] Setting AWS metadata API timeout to 100ms | |
2020-01-22T08:12:02.921-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020-01-22T08:12:02.922-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:02 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=9896d4f7b2b5450885e3a36a7abccc7deed07ccab3b3d835ae03d5bf1b3b2e04 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141202Z | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:02.923-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:03 GMT | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 29dd10d4-3d21-11ea-bbd7-23f6908f77df | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>29dd10d4-3d21-11ea-bbd7-23f6908f77df</RequestId> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=2ac53309bd8f82b8a44d71d90d6d2d86f7b481f4fb3f45c6390c451d6e80ef49 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141203Z | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:03.401-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:02 GMT | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 29f5efde-3d21-11ea-aac9-e3360ee6f35f | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>29f5efde-3d21-11ea-aac9-e3360ee6f35f</RequestId> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:03.572-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 87 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7b5c88bda9d12e951451f9a18b5f4e8a21d5e9cf1abb40a1ed61378bbdc6efeb | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141203Z | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-01-22T08:12:03.574-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 540 | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:02 GMT | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Server: AmazonEC2 | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <requestId>22eeca9b-102f-49db-ae5f-a3d78cd6490a</requestId> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <accountAttributeSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeName>supported-platforms</attributeName> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValueSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValue>VPC</attributeValue> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </attributeValueSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </accountAttributeSet> | |
2020-01-22T08:12:03.919-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </DescribeAccountAttributesResponse> | |
2020/01/22 08:12:03 [DEBUG] Resource state not found for node "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role", instance data.aws_iam_policy_document.infra_terraform_codebuild_assume_role | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
[0m[1mdata.aws_iam_policy_document.infra_terraform_codebuild_assume_role: Refreshing state...[0m | |
2020-01-22T08:12:03.927-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32952 | |
2020-01-22T08:12:03.927-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:03 [INFO] backend/local: apply calling Plan | |
2020/01/22 08:12:03 [INFO] terraform: building graph: GraphTypePlan | |
2020/01/22 08:12:03 [DEBUG] ProviderTransformer: "aws_codebuild_project.this" (*terraform.NodePlannableResource) needs provider.aws | |
2020/01/22 08:12:03 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" (*terraform.NodePlannableResource) needs provider.aws | |
2020/01/22 08:12:03 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild" (*terraform.NodePlannableResource) needs provider.aws | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [data.aws_iam_policy_document.infra_terraform_codebuild_assume_role] | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [aws_iam_role.infra_terraform_codebuild] | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:03 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:03 [DEBUG] Starting graph walk: walkPlan | |
2020-01-22T08:12:03.928-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:03.957-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:03.971-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32958 | |
2020-01-22T08:12:03.971-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:03.997-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:03.996-0600 | |
2020-01-22T08:12:04.027-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:04.027-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: network=unix address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin779560957 timestamp=2020-01-22T08:12:04.027-0600 | |
2020-01-22T08:12:04.120-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:04 [INFO] No assume_role block read from configuration | |
2020-01-22T08:12:04.120-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:04 [INFO] Building AWS auth structure | |
2020-01-22T08:12:04.120-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:04 [INFO] Setting AWS metadata API timeout to 100ms | |
2020-01-22T08:12:05.560-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020-01-22T08:12:05.561-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:05.562-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11c6b96d66c24ebe97a58e5a0c8abe89d78d082f018763961029a3d5b0a39360 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141205Z | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:05.563-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:05 GMT | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2b50c4fe-3d21-11ea-b14a-333752e5ef01 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2b50c4fe-3d21-11ea-b14a-333752e5ef01</RequestId> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:05 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=11c6b96d66c24ebe97a58e5a0c8abe89d78d082f018763961029a3d5b0a39360 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141205Z | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:05.838-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:05 GMT | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2b6a404f-3d21-11ea-9a61-011d055aa2b2 | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2b6a404f-3d21-11ea-9a61-011d055aa2b2</RequestId> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:06.001-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 87 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=f10667139a65a2ce4b3cc7edaa98d0bed21a2cceaa9b038f4046cd2f9573d665 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141206Z | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-01-22T08:12:06.004-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 540 | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:05 GMT | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Server: AmazonEC2 | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <requestId>1668ccc3-021d-4658-9d34-04290d220f95</requestId> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <accountAttributeSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeName>supported-platforms</attributeName> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValueSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValue>VPC</attributeValue> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </attributeValueSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </accountAttributeSet> | |
2020-01-22T08:12:06.402-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </DescribeAccountAttributesResponse> | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role" references: [] | |
2020/01/22 08:12:06 [DEBUG] Resource instance state not found for node "aws_iam_role.infra_terraform_codebuild", instance aws_iam_role.infra_terraform_codebuild | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [] | |
2020/01/22 08:12:06 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.infra_terraform_codebuild, 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: | |
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) | |
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) | |
2020/01/22 08:12:06 [DEBUG] Resource instance state not found for node "aws_codebuild_project.this", instance aws_codebuild_project.this | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [] | |
2020/01/22 08:12:06 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_codebuild_project.this, 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: | |
- .queued_timeout: planned value cty.NumberIntVal(480) does not match config value cty.NullVal(cty.Number) | |
- .build_timeout: planned value cty.NumberIntVal(60) does not match config value cty.NullVal(cty.Number) | |
- .badge_enabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .artifacts[0].encryption_disabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .artifacts[0].override_artifact_name: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2020-01-22T08:12:06.423-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32958 | |
2020-01-22T08:12:06.423-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:06 [INFO] backend/local: apply calling Apply | |
2020/01/22 08:12:06 [INFO] terraform: building graph: GraphTypeApply | |
2020/01/22 08:12:06 [DEBUG] Resource state not found for node "aws_codebuild_project.this", instance aws_codebuild_project.this | |
2020/01/22 08:12:06 [DEBUG] Resource state not found for node "aws_iam_role.infra_terraform_codebuild", instance aws_iam_role.infra_terraform_codebuild | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_codebuild_project.this (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild" (*terraform.NodeApplyableResourceInstance) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_codebuild_project.this" (*terraform.NodeApplyableResourceInstance) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild (prepare state)" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this (prepare state)" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role (prepare state)" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [data.aws_iam_policy_document.infra_terraform_codebuild_assume_role (prepare state)] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [aws_iam_role.infra_terraform_codebuild (prepare state) aws_iam_role.infra_terraform_codebuild aws_iam_role.infra_terraform_codebuild] | |
2020/01/22 08:12:06 [DEBUG] Starting graph walk: walkApply | |
2020-01-22T08:12:06.426-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:06.454-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:06.468-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32964 | |
2020-01-22T08:12:06.468-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:06.492-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:06.492-0600 | |
2020-01-22T08:12:06.522-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:06.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin511927219 network=unix timestamp=2020-01-22T08:12:06.522-0600 | |
2020-01-22T08:12:06.621-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [INFO] No assume_role block read from configuration | |
2020-01-22T08:12:06.621-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [INFO] Building AWS auth structure | |
2020-01-22T08:12:06.621-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [INFO] Setting AWS metadata API timeout to 100ms | |
2020-01-22T08:12:07.308-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020-01-22T08:12:07.308-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=49c56d85c5c2b30945fb88ff862f409522d61abd0126f82dc17dde16e2c5a447 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141207Z | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:06 GMT | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2c5b56fe-3d21-11ea-9762-cb55b8003646 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2c5b56fe-3d21-11ea-9762-cb55b8003646</RequestId> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=49c56d85c5c2b30945fb88ff862f409522d61abd0126f82dc17dde16e2c5a447 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141207Z | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:07 GMT | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2c74842f-3d21-11ea-ae8d-47e088ab274b | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2c74842f-3d21-11ea-ae8d-47e088ab274b</RequestId> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 87 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1216769778e7081e5ab8c6441282ddaeaaa4190de606168c503070d59688fba2 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141207Z | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 540 | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:07 GMT | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Server: AmazonEC2 | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <requestId>185f9b0b-0816-43c9-9dc6-c631076206ca</requestId> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <accountAttributeSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeName>supported-platforms</attributeName> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValueSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValue>VPC</attributeValue> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </attributeValueSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </accountAttributeSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </DescribeAccountAttributesResponse> | |
2020/01/22 08:12:08 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.infra_terraform_codebuild, 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: | |
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) | |
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) | |
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
[0m[1maws_iam_role.infra_terraform_codebuild: Creating...[0m[0m | |
2020/01/22 08:12:08 [DEBUG] aws_iam_role.infra_terraform_codebuild: applying the planned Create change | |
2020-01-22T08:12:08.039-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] Waiting for state to become: [success] | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreateRole Details: | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: iam.amazonaws.com | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 462 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=79501b2b1aa52a7ad60b1fe40e51f19df9d9b5ff8d01f950b501ebd35a748241 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141208Z | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=CreateRole&AssumeRolePolicyDocument=%7B%0A++%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B%0A++++%7B%0A++++++%22Sid%22%3A+%22%22%2C%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%22sts%3AAssumeRole%22%2C%0A++++++%22Principal%22%3A+%7B%0A++++++++%22Service%22%3A+%22codebuild.amazonaws.com%22%0A++++++%7D%0A++++%7D%0A++%5D%0A%7D&MaxSessionDuration=3600&Path=%2F&RoleName=TESTING-iam-eventual-consistency&Version=2010-05-08 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreateRole Details: | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 1028 | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:07 GMT | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 9b9deb60-12f2-4e4e-9c85-d34d3f332957 | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] <CreateRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <CreateRoleResult> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Role> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Path>/</Path> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <AssumeRolePolicyDocument>%7B%0A%20%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Sid%22%3A%20%22%22%2C%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%22sts%3AAssumeRole%22%2C%0A%20%20%20%20%20%20%22Principal%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%22Service%22%3A%20%22codebuild.amazonaws.com%22%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D</AssumeRolePolicyDocument> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleId>AROASQYK3OXCU7Y4IOE2Q</RoleId> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleName>TESTING-iam-eventual-consistency</RoleName> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency</Arn> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <CreateDate>2020-01-22T14:12:08Z</CreateDate> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </Role> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </CreateRoleResult> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>9b9deb60-12f2-4e4e-9c85-d34d3f332957</RequestId> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </CreateRoleResponse> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details: | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: iam.amazonaws.com | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 75 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=61be488a88141bb5e01840197ea3b516b2e5ee00b58aca548b3b8ff60e057686 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141208Z | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetRole&RoleName=TESTING-iam-eventual-consistency&Version=2010-05-08 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details: | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 877 | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:08 GMT | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 98adb5e5-33d5-4b57-a189-9721900887d3 | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetRoleResult> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Role> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Path>/</Path> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Sid%22%3A%22%22%2C%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22codebuild.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <MaxSessionDuration>3600</MaxSessionDuration> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleId>AROASQYK3OXCU7Y4IOE2Q</RoleId> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleLastUsed/> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleName>TESTING-iam-eventual-consistency</RoleName> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency</Arn> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <CreateDate>2020-01-22T14:12:08Z</CreateDate> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </Role> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetRoleResult> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>98adb5e5-33d5-4b57-a189-9721900887d3</RequestId> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetRoleResponse> | |
2020/01/22 08:12:08 [WARN] Provider "registry.terraform.io/-/aws" produced an unexpected new value for aws_iam_role.infra_terraform_codebuild, 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: | |
- .assume_role_policy: was cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"codebuild.amazonaws.com\"\n }\n }\n ]\n}"), but now cty.StringVal("{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"codebuild.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}") | |
- .description: was null, but now cty.StringVal("") | |
[0m[1maws_iam_role.infra_terraform_codebuild: Creation complete after 1s [id=TESTING-iam-eventual-consistency][0m[0m | |
2020/01/22 08:12:08 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_codebuild_project.this, 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: | |
- .badge_enabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .build_timeout: planned value cty.NumberIntVal(60) does not match config value cty.NullVal(cty.Number) | |
- .queued_timeout: planned value cty.NumberIntVal(480) does not match config value cty.NullVal(cty.Number) | |
- .artifacts[0].encryption_disabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .artifacts[0].override_artifact_name: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
[0m[1maws_codebuild_project.this: Creating...[0m[0m | |
2020/01/22 08:12:08 [DEBUG] aws_codebuild_project.this: applying the planned Create change | |
2020-01-22T08:12:08.547-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] setting computed for "environment.0.environment_variable" from ComputedKeys | |
2020-01-22T08:12:08.547-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] setting computed for "environment.0.environment_variable" from ComputedKeys | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] Waiting for state to become: [success] | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Request codebuild/CreateProject Details: | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: codebuild.us-west-2.amazonaws.com | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 672 | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/codebuild/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=8a3640be27265343fec370d0152ccb7dfa5aa0135cc6e7808338466b15810a5d | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-amz-json-1.1 | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141208Z | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Target: CodeBuild_20161006.CreateProject | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.549-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: {"artifacts":{"overrideArtifactName":false,"type":"NO_ARTIFACTS"},"environment":{"computeType":"BUILD_GENERAL1_SMALL","image":"aws/codebuild/standard:3.0","imagePullCredentialsType":"CODEBUILD","privilegedMode":false,"type":"LINUX_CONTAINER"},"logsConfig":{"cloudWatchLogs":{"status":"ENABLED"},"s3Logs":{"status":"DISABLED"}},"name":"TESTING-iam-eventual-consistency","queuedTimeoutInMinutes":480,"serviceRole":"arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency","source":{"buildspec":"","gitCloneDepth":0,"insecureSsl":false,"location":"https://github.com/hashicorp/terraform.git","reportBuildStatus":false,"type":"GITHUB"},"tags":[],"timeoutInMinutes":60} | |
2020-01-22T08:12:08.549-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:09 [DEBUG] [aws-sdk-go] DEBUG: Response codebuild/CreateProject Details: | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 400 Bad Request | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 168 | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-amz-json-1.1 | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:08 GMT | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: bd3e4a44-5506-4bf9-a73a-f135ae42a353 | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:09 [DEBUG] [aws-sdk-go] {"__type":"InvalidInputException","message":"CodeBuild is not authorized to perform: sts:AssumeRole on arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency"} | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:09 [DEBUG] [aws-sdk-go] DEBUG: Validate Response codebuild/CreateProject failed, attempt 0/25, error InvalidInputException: | |
2020/01/22 08:12:09 [DEBUG] aws_codebuild_project.this: apply errored, but we're indicating that via the Error pointer rather than returning it: Error creating CodeBuild project: InvalidInputException: | |
2020/01/22 08:12:09 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: Error creating CodeBuild project: InvalidInputException: | |
2020/01/22 08:12:09 [ERROR] <root>: eval: *terraform.EvalSequence, err: Error creating CodeBuild project: InvalidInputException: | |
[31m | |
[1m[31mError: [0m[0m[1mError creating CodeBuild project: InvalidInputException: [0m | |
[0m on main.tf line 28, in resource "aws_codebuild_project" "this": | |
28: resource "aws_codebuild_project" "this" [4m{[0m | |
[0m | |
[0m[0m | |
2020-01-22T08:12:09.054-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32964 | |
2020-01-22T08:12:09.054-0600 [DEBUG] plugin: plugin exited | |
value cty.NullVal(cty.Number) | |
- .build_timeout: planned value cty.NumberIntVal(60) does not match config value cty.NullVal(cty.Number) | |
- .badge_enabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .artifacts[0].encryption_disabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .artifacts[0].override_artifact_name: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
2020-01-22T08:12:06.423-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32958 | |
2020-01-22T08:12:06.423-0600 [DEBUG] plugin: plugin exited | |
2020/01/22 08:12:06 [INFO] backend/local: apply calling Apply | |
2020/01/22 08:12:06 [INFO] terraform: building graph: GraphTypeApply | |
2020/01/22 08:12:06 [DEBUG] Resource state not found for node "aws_codebuild_project.this", instance aws_codebuild_project.this | |
2020/01/22 08:12:06 [DEBUG] Resource state not found for node "aws_iam_role.infra_terraform_codebuild", instance aws_iam_role.infra_terraform_codebuild | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_codebuild_project.this (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_iam_role.infra_terraform_codebuild" (*terraform.NodeApplyableResourceInstance) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ProviderTransformer: "aws_codebuild_project.this" (*terraform.NodeApplyableResourceInstance) needs provider.aws | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild (prepare state)" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this (prepare state)" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.infra_terraform_codebuild_assume_role (prepare state)" references: [] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_iam_role.infra_terraform_codebuild" references: [data.aws_iam_policy_document.infra_terraform_codebuild_assume_role (prepare state)] | |
2020/01/22 08:12:06 [DEBUG] ReferenceTransformer: "aws_codebuild_project.this" references: [aws_iam_role.infra_terraform_codebuild (prepare state) aws_iam_role.infra_terraform_codebuild aws_iam_role.infra_terraform_codebuild] | |
2020/01/22 08:12:06 [DEBUG] Starting graph walk: walkApply | |
2020-01-22T08:12:06.426-0600 [INFO] plugin: configuring client automatic mTLS | |
2020-01-22T08:12:06.454-0600 [DEBUG] plugin: starting plugin: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 args=[/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4] | |
2020-01-22T08:12:06.468-0600 [DEBUG] plugin: plugin started: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32964 | |
2020-01-22T08:12:06.468-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 | |
2020-01-22T08:12:06.492-0600 [INFO] plugin.terraform-provider-aws_v2.45.0_x4: configuring server automatic mTLS: timestamp=2020-01-22T08:12:06.492-0600 | |
2020-01-22T08:12:06.522-0600 [DEBUG] plugin: using plugin: version=5 | |
2020-01-22T08:12:06.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: plugin address: address=/var/folders/wh/lzdkztnx3m5dmr9615csh6ww0000gp/T/plugin511927219 network=unix timestamp=2020-01-22T08:12:06.522-0600 | |
2020-01-22T08:12:06.621-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [INFO] No assume_role block read from configuration | |
2020-01-22T08:12:06.621-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [INFO] Building AWS auth structure | |
2020-01-22T08:12:06.621-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:06 [INFO] Setting AWS metadata API timeout to 100ms | |
2020-01-22T08:12:07.308-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2020-01-22T08:12:07.308-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=49c56d85c5c2b30945fb88ff862f409522d61abd0126f82dc17dde16e2c5a447 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141207Z | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:07.309-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:06 GMT | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2c5b56fe-3d21-11ea-9762-cb55b8003646 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2c5b56fe-3d21-11ea-9762-cb55b8003646</RequestId> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: sts.amazonaws.com | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 43 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=49c56d85c5c2b30945fb88ff862f409522d61abd0126f82dc17dde16e2c5a447 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141207Z | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2020-01-22T08:12:07.585-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 410 | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:07 GMT | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 2c74842f-3d21-11ea-ae8d-47e088ab274b | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetCallerIdentityResult> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:user/acme</Arn> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <UserId>AIDASQYK3OXC5SJKHUVC5</UserId> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Account>123456789012</Account> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResult> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>2c74842f-3d21-11ea-ae8d-47e088ab274b</RequestId> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:07.747-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetCallerIdentityResponse> | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:07 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: ec2.us-west-2.amazonaws.com | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 87 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1216769778e7081e5ab8c6441282ddaeaaa4190de606168c503070d59688fba2 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141207Z | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2020-01-22T08:12:07.750-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 540 | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:07 GMT | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Server: AmazonEC2 | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <requestId>185f9b0b-0816-43c9-9dc6-c631076206ca</requestId> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <accountAttributeSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeName>supported-platforms</attributeName> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValueSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <attributeValue>VPC</attributeValue> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </attributeValueSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </item> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </accountAttributeSet> | |
2020-01-22T08:12:08.035-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </DescribeAccountAttributesResponse> | |
2020/01/22 08:12:08 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.infra_terraform_codebuild, 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: | |
- .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) | |
- .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) | |
- .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
[0m[1maws_iam_role.infra_terraform_codebuild: Creating...[0m[0m | |
2020/01/22 08:12:08 [DEBUG] aws_iam_role.infra_terraform_codebuild: applying the planned Create change | |
2020-01-22T08:12:08.039-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] Waiting for state to become: [success] | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreateRole Details: | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: iam.amazonaws.com | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 462 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=79501b2b1aa52a7ad60b1fe40e51f19df9d9b5ff8d01f950b501ebd35a748241 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141208Z | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=CreateRole&AssumeRolePolicyDocument=%7B%0A++%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B%0A++++%7B%0A++++++%22Sid%22%3A+%22%22%2C%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%22sts%3AAssumeRole%22%2C%0A++++++%22Principal%22%3A+%7B%0A++++++++%22Service%22%3A+%22codebuild.amazonaws.com%22%0A++++++%7D%0A++++%7D%0A++%5D%0A%7D&MaxSessionDuration=3600&Path=%2F&RoleName=TESTING-iam-eventual-consistency&Version=2010-05-08 | |
2020-01-22T08:12:08.040-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreateRole Details: | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 1028 | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:07 GMT | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 9b9deb60-12f2-4e4e-9c85-d34d3f332957 | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] <CreateRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <CreateRoleResult> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Role> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Path>/</Path> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <AssumeRolePolicyDocument>%7B%0A%20%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Sid%22%3A%20%22%22%2C%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%22sts%3AAssumeRole%22%2C%0A%20%20%20%20%20%20%22Principal%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%22Service%22%3A%20%22codebuild.amazonaws.com%22%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D</AssumeRolePolicyDocument> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleId>AROASQYK3OXCU7Y4IOE2Q</RoleId> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleName>TESTING-iam-eventual-consistency</RoleName> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency</Arn> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <CreateDate>2020-01-22T14:12:08Z</CreateDate> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </Role> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </CreateRoleResult> | |
2020-01-22T08:12:08.346-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>9b9deb60-12f2-4e4e-9c85-d34d3f332957</RequestId> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </CreateRoleResponse> | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details: | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: iam.amazonaws.com | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 75 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=61be488a88141bb5e01840197ea3b516b2e5ee00b58aca548b3b8ff60e057686 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141208Z | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Action=GetRole&RoleName=TESTING-iam-eventual-consistency&Version=2010-05-08 | |
2020-01-22T08:12:08.347-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details: | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 200 OK | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 877 | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: text/xml | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:08 GMT | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: 98adb5e5-33d5-4b57-a189-9721900887d3 | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <GetRoleResult> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Role> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Path>/</Path> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Sid%22%3A%22%22%2C%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22codebuild.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <MaxSessionDuration>3600</MaxSessionDuration> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleId>AROASQYK3OXCU7Y4IOE2Q</RoleId> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleLastUsed/> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RoleName>TESTING-iam-eventual-consistency</RoleName> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <Arn>arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency</Arn> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <CreateDate>2020-01-22T14:12:08Z</CreateDate> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </Role> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetRoleResult> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <ResponseMetadata> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: <RequestId>98adb5e5-33d5-4b57-a189-9721900887d3</RequestId> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </ResponseMetadata> | |
2020-01-22T08:12:08.522-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: </GetRoleResponse> | |
2020/01/22 08:12:08 [WARN] Provider "registry.terraform.io/-/aws" produced an unexpected new value for aws_iam_role.infra_terraform_codebuild, 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: | |
- .assume_role_policy: was cty.StringVal("{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"codebuild.amazonaws.com\"\n }\n }\n ]\n}"), but now cty.StringVal("{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"codebuild.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}") | |
- .description: was null, but now cty.StringVal("") | |
[0m[1maws_iam_role.infra_terraform_codebuild: Creation complete after 1s [id=TESTING-iam-eventual-consistency][0m[0m | |
2020/01/22 08:12:08 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_codebuild_project.this, 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: | |
- .badge_enabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .build_timeout: planned value cty.NumberIntVal(60) does not match config value cty.NullVal(cty.Number) | |
- .queued_timeout: planned value cty.NumberIntVal(480) does not match config value cty.NullVal(cty.Number) | |
- .artifacts[0].encryption_disabled: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
- .artifacts[0].override_artifact_name: planned value cty.False does not match config value cty.NullVal(cty.Bool) | |
[0m[1maws_codebuild_project.this: Creating...[0m[0m | |
2020/01/22 08:12:08 [DEBUG] aws_codebuild_project.this: applying the planned Create change | |
2020-01-22T08:12:08.547-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] setting computed for "environment.0.environment_variable" from ComputedKeys | |
2020-01-22T08:12:08.547-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] setting computed for "environment.0.environment_variable" from ComputedKeys | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] Waiting for state to become: [success] | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:08 [DEBUG] [aws-sdk-go] DEBUG: Request codebuild/CreateProject Details: | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: POST / HTTP/1.1 | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Host: codebuild.us-west-2.amazonaws.com | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: User-Agent: aws-sdk-go/1.28.3 (go1.13.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.19 (+https://www.terraform.io) | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 672 | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIASQYK3OXC2YS2T4X2/20200122/us-west-2/codebuild/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token;x-amz-target, Signature=8a3640be27265343fec370d0152ccb7dfa5aa0135cc6e7808338466b15810a5d | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-amz-json-1.1 | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Date: 20200122T141208Z | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Security-Token: FwoGZXIvYXdzEKj//////////wEaDJISAUrff18wr17NNiKGAeoqp8Tv1eT9lhWWH7geXpvEPai0vkdJ6s16N+UW1raIV970u0gh7c3EuozmHS36QGX6dRpDBKjfOJwOQmfYTp91C+pg9QPCZ0190aw3Y75r7CKVkr0GipE+tF67UXCYNXqfRnHKANuB+egTmlObcBnVcuQ/wcrXhFP3Mii4UB5tyGg6IWiBKIuwofEFMigga+pFtRvbuMfVCcyQYkCf9s8sIOxSys5i3WLQhHJlYUsH2h8FCKFW | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amz-Target: CodeBuild_20161006.CreateProject | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Accept-Encoding: gzip | |
2020-01-22T08:12:08.548-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:08.549-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: {"artifacts":{"overrideArtifactName":false,"type":"NO_ARTIFACTS"},"environment":{"computeType":"BUILD_GENERAL1_SMALL","image":"aws/codebuild/standard:3.0","imagePullCredentialsType":"CODEBUILD","privilegedMode":false,"type":"LINUX_CONTAINER"},"logsConfig":{"cloudWatchLogs":{"status":"ENABLED"},"s3Logs":{"status":"DISABLED"}},"name":"TESTING-iam-eventual-consistency","queuedTimeoutInMinutes":480,"serviceRole":"arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency","source":{"buildspec":"","gitCloneDepth":0,"insecureSsl":false,"location":"https://github.com/hashicorp/terraform.git","reportBuildStatus":false,"type":"GITHUB"},"tags":[],"timeoutInMinutes":60} | |
2020-01-22T08:12:08.549-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:09 [DEBUG] [aws-sdk-go] DEBUG: Response codebuild/CreateProject Details: | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: HTTP/1.1 400 Bad Request | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Connection: close | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Length: 168 | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Content-Type: application/x-amz-json-1.1 | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: Date: Wed, 22 Jan 2020 14:12:08 GMT | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: X-Amzn-Requestid: bd3e4a44-5506-4bf9-a73a-f135ae42a353 | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: ----------------------------------------------------- | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:09 [DEBUG] [aws-sdk-go] {"__type":"InvalidInputException","message":"CodeBuild is not authorized to perform: sts:AssumeRole on arn:aws:iam::123456789012:role/TESTING-iam-eventual-consistency"} | |
2020-01-22T08:12:09.036-0600 [DEBUG] plugin.terraform-provider-aws_v2.45.0_x4: 2020/01/22 08:12:09 [DEBUG] [aws-sdk-go] DEBUG: Validate Response codebuild/CreateProject failed, attempt 0/25, error InvalidInputException: | |
2020/01/22 08:12:09 [DEBUG] aws_codebuild_project.this: apply errored, but we're indicating that via the Error pointer rather than returning it: Error creating CodeBuild project: InvalidInputException: | |
2020/01/22 08:12:09 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: Error creating CodeBuild project: InvalidInputException: | |
2020/01/22 08:12:09 [ERROR] <root>: eval: *terraform.EvalSequence, err: Error creating CodeBuild project: InvalidInputException: | |
[31m | |
[1m[31mError: [0m[0m[1mError creating CodeBuild project: InvalidInputException: [0m | |
[0m on main.tf line 28, in resource "aws_codebuild_project" "this": | |
28: resource "aws_codebuild_project" "this" [4m{[0m | |
[0m | |
[0m[0m | |
2020-01-22T08:12:09.054-0600 [DEBUG] plugin: plugin process exited: path=/Users/acme/Projects/terraform/a-codebuild-test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.45.0_x4 pid=32964 | |
2020-01-22T08:12:09.054-0600 [DEBUG] plugin: plugin exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment