Last active
October 7, 2019 09:40
-
-
Save galindro/7b97e4520b7721f8f4c7b757017c3dcf to your computer and use it in GitHub Desktop.
This file contains 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
2019/10/07 11:30:15 [INFO] Terraform version: 0.12.9 | |
2019/10/07 11:30:15 [INFO] Go runtime version: go1.12.9 | |
2019/10/07 11:30:15 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"} | |
2019/10/07 11:30:15 [DEBUG] Attempting to open CLI config file: /home/galindro/.terraformrc | |
2019/10/07 11:30:15 Loading CLI configuration from /home/galindro/.terraformrc | |
2019/10/07 11:30:15 [INFO] CLI command args: []string{"plan"} | |
2019/10/07 11:30:15 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/10/07 11:30:15 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/10/07 11:30:15 [DEBUG] New state was assigned lineage "6ec849cf-47d0-2179-e48b-eb34f6f39e77" | |
2019/10/07 11:30:15 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/10/07 11:30:15 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2019/10/07 11:30:15 [DEBUG] checking for provider in "." | |
2019/10/07 11:30:15 [DEBUG] checking for provider in "/usr/local/bin" | |
2019/10/07 11:30:15 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64" | |
2019/10/07 11:30:15 [DEBUG] found provider "terraform-provider-aws_v2.31.0_x4" | |
2019/10/07 11:30:15 [DEBUG] found valid plugin: "aws", "2.31.0", "/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4" | |
2019/10/07 11:30:15 [DEBUG] checking for provisioner in "." | |
2019/10/07 11:30:15 [DEBUG] checking for provisioner in "/usr/local/bin" | |
2019/10/07 11:30:15 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64" | |
2019/10/07 11:30:15 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2019/10/07 11:30:15 [INFO] backend/local: starting Plan operation | |
2019/10/07 11:30:15 [TRACE] backend/local: requesting state manager for workspace "default" | |
2019/10/07 11:30:15 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2019/10/07 11:30:15 [TRACE] backend/local: requesting state lock for workspace "default" | |
2019/10/07 11:30:15 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2019/10/07 11:30:15 [TRACE2019-10-07T11:30:15.829+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-10-07T11:30:15.874+0200 [DEBUG] plugin: starting plugin: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4] | |
2019-10-07T11:30:15.875+0200 [DEBUG] plugin: plugin started: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10779 | |
2019-10-07T11:30:15.875+0200 [DEBUG] plugin: waiting for RPC address: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 | |
2019-10-07T11:30:15.900+0200 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-07T11:30:15.897+0200 | |
2019-10-07T11:30:15.948+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin241304534 network=unix timestamp=2019-10-07T11:30:15.948+0200 | |
2019-10-07T11:30:15.948+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-10-07T11:30:16.080+0200 [DEBUG] plugin: plugin process exited: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10779 | |
2019-10-07T11:30:16.080+0200 [DEBUG] plugin: plugin exited | |
2019/10/07 11:30:16 [TRACE] terraform.NewContext: complete | |
2019/10/07 11:30:16 [TRACE] backend/local: finished building terraform.Context | |
2019/10/07 11:30:16 [TRACE] backend/local: requesting interactive input, if necessary | |
2019/10/07 11:30:16 [TRACE] Context.Input: Prompting for variables | |
2019/10/07 11:30:16 [TRACE] Context.Input: Prompting for provider arguments | |
2019/10/07 11:30:16 [TRACE] Context.Input: Provider provider.aws declared at main.tf:17,1-15 | |
2019/10/07 11:30:16 [INFO] terraform: building graph: GraphTypeValidate | |
2019/10/07 11:30:16 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "aws_acm_certificate.certs" references: [var.certs] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "local.validation_records" references: [aws_acm_certificate.certs data.aws_route53_zone.cert_zones] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "output.validation_records" references: [local.validation_records] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "output.validation_records_l" references: [local.validation_records] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "aws_route53_record.records" references: [aws_acm_certificate.certs data.aws_route53_zone.cert_zones local.validation_records local.validation_records local.validation_records local.validation_records local.validation_records] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cert_zones" references: [var.certs] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "output.route53" references: [aws_route53_record.records] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "var.certs" references: [] | |
2019/10/07 11:30:16 [DEBUG] Starting graph walk: walkValidate | |
2019-10-07T11:30:16.082+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-10-07T11:30:16.123+0200 [DEBUG] plugin: starting plugin: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4] | |
2019-10-07T11:30:16.123+0200 [DEBUG] plugin: plugin started: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10800 | |
2019-10-07T11:30:16.123+0200 [DEBUG] plugin: waiting for RPC address: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 | |
2019-10-07T11:30:16.144+0200 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-07T11:30:16.144+0200 | |
2019-10-07T11:30:16.186+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-10-07T11:30:16.186+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin596118473 network=unix timestamp=2019-10-07T11:30:16.186+0200 | |
2019-10-07T11:30:16.353+0200 [DEBUG] plugin: plugin process exited: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10800 | |
2019-10-07T11:30:16.353+0200 [DEBUG] plugin: plugin exited | |
2019/10/07 11:30:16 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close) | |
2019/10/07 11:30:16 [TRACE] vertex "provider.aws (close)": visit complete | |
2019/10/07 11:30:16 [TRACE] dag/walk: visiting "root" | |
2019/10/07 11:30:16 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2019/10/07 11:30:16 [INFO] backend/local: plan calling Refresh | |
2019/10/07 11:30:16 [INFO] terraform: building graph: GraphTypeRefresh | |
Refreshing Terraform state in-memory prior to plan... | |
2019/10/07 11:30:16 [DEBUG] ProviderTransformer: "data.aws_route53_zone.cert_zones" (*terraform.NodeRefreshableDataResource) needs provider.aws | |
The refreshed state will be used to calculate this plan, but will not be | |
persisted to local or remote state storage. | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "var.certs" references: [] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "local.validation_records" references: [data.aws_route53_zone.cert_zones] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "output.validation_records" references: [local.validation_records] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "output.validation_records_l" references: [local.validation_records] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "output.route53" references: [] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region] | |
2019/10/07 11:30:16 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cert_zones" references: [var.certs] | |
2019/10/07 11:30:16 [DEBUG] Starting graph walk: walkRefresh | |
2019-10-07T11:30:16.354+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-10-07T11:30:16.391+0200 [DEBUG] plugin: starting plugin: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4] | |
2019-10-07T11:30:16.392+0200 [DEBUG] plugin: plugin started: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10817 | |
2019-10-07T11:30:16.392+0200 [DEBUG] plugin: waiting for RPC address: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 | |
2019-10-07T11:30:16.415+0200 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-07T11:30:16.415+0200 | |
2019-10-07T11:30:16.460+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin492345263 network=unix timestamp=2019-10-07T11:30:16.460+0200 | |
2019-10-07T11:30:16.460+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-10-07T11:30:16.594+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:16 [INFO] No assume_role block read from configuration | |
2019-10-07T11:30:16.594+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:16 [INFO] Building AWS auth structure | |
2019-10-07T11:30:16.594+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:16 [INFO] Setting AWS metadata API timeout to 100ms | |
2019-10-07T11:30:17.256+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2019-10-07T11:30:17.256+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2019-10-07T11:30:17.256+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2019-10-07T11:30:17.257+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1 | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43 | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=19456a592ce85b8bd381d35998089ef76ea9bbe8f67d0442ce972f5fd4c336a2 | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093017Z | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2019-10-07T11:30:17.258+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:17.675+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2019-10-07T11:30:17.675+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:17.675+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:17.676+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:17.676+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411 | |
2019-10-07T11:30:17.676+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml | |
2019-10-07T11:30:17.676+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:17 GMT | |
2019-10-07T11:30:17.676+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 130d6376-e8e5-11e9-ab36-dbc001350a04 | |
2019-10-07T11:30:17.677+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:17.677+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:17.677+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:17.677+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2019-10-07T11:30:17.677+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult> | |
2019-10-07T11:30:17.678+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::1111111111111:user/bruno.galindro</Arn> | |
2019-10-07T11:30:17.678+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>JJJJJJJJJJJJJJJJJJ</UserId> | |
2019-10-07T11:30:17.678+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>1111111111111</Account> | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult> | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata> | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>130d6376-e8e5-11e9-ab36-dbc001350a04</RequestId> | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata> | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse> | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:17 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1 | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43 | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=19456a592ce85b8bd381d35998089ef76ea9bbe8f67d0442ce972f5fd4c336a2 | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093017Z | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2019-10-07T11:30:17.679+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411 | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:17 GMT | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 134514c8-e8e5-11e9-96a8-cd5ae7e6d0a6 | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::1111111111111:user/bruno.galindro</Arn> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>JJJJJJJJJJJJJJJJJJ</UserId> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>1111111111111</Account> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>134514c8-e8e5-11e9-96a8-cd5ae7e6d0a6</RequestId> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata> | |
2019-10-07T11:30:18.045+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse> | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1 | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: ec2.eu-west-2.amazonaws.com | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 87 | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/eu-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2d5d2561061c0ddf9dd2c3f113f9862492ab19017a71e904f122380e7695501f | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093018Z | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2019-10-07T11:30:18.047+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 540 | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:17 GMT | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Server: AmazonEC2 | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <requestId>d74a03dc-a8a4-4c01-b7ee-7aa34fc747a6</requestId> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <accountAttributeSet> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeName>supported-platforms</attributeName> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValueSet> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValue>VPC</attributeValue> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </attributeValueSet> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </accountAttributeSet> | |
2019-10-07T11:30:18.187+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </DescribeAccountAttributesResponse> | |
2019/10/07 11:30:18 [DEBUG] Resource state not found for node "data.aws_route53_zone.cert_zones[\"wildcard-my.zone.com\"]", instance data.aws_route53_zone.cert_zones["wildcard-my.zone.com"] | |
2019/10/07 11:30:18 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cert_zones[\"wildcard-my.zone.com\"]" references: [] | |
data.aws_route53_zone.cert_zones["wildcard-my.zone.com"]: Refreshing state... | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] Reading Route53 Zone: { | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: } | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListHostedZones Details: | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone HTTP/1.1 | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=92c770595668bc7792f59a06316b5fd84aff78f59d6d883814a38916ef82aba3 | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093018Z | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.190+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListHostedZones Details: | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Transfer-Encoding: chunked | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:17 GMT | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Vary: accept-encoding | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 9a113ca3-e3a2-4b65-a632-70e07cb9d161 | |
2019-10-07T11:30:18.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] <?xml version="1.0"?> | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ListHostedZonesResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZones><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>zone.com.</Name><CallerReference>2A4D6778-5F2E-464B-8E26-95C98B40023B</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>5</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>otherzone.com.</Name><CallerReference>59910EA3-8F70-7AAE-B9DC-60C7D215FF7C</CallerReference><Config><Comment></Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>64</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>otherzone2.com.</Name><CallerReference>20DF3841-D223-EC0F-AA4A-2EA8FD74DA33</CallerReference><Config><Comment></Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>38</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>otherzone3.com.</Name><CallerReference>11501703-45B6-D358-B43C-A7B1DC3445EC</CallerReference><Config><Comment>Returns portal</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>8</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>otherzone4.com.</Name><CallerReference>30B7CCE1-7261-3EB2-BF4E-933B3F45F621</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>21</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>zone.com.</Name><CallerReference>9017D9B1-43EC-C57E-A6E7-EB1F78C35AC1</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>52</ResourceRecordSetCount></HostedZone><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>ecs.local.</Name><CallerReference>7sxxflijtfvbet6bzbz2b7i2jr73fboa-jzs5gumo</CallerReference><Config><Comment>Created by AWS Cloud Map namespace with ARN arn:aws:servicediscovery:eu-west-1:1111111111111:namespace/ns-tanbz6ovosac2ib2</Comment><PrivateZone>true</PrivateZone></Config><ResourceRecordSetCount>2</ResourceRecordSetCount><LinkedService><ServicePrincipal>servicediscovery.amazonaws.com</ServicePrincipal><Description>arn:aws:servicediscovery:eu-west-1:1111111111111:namespace/ns-tanbz6ovosac2ib2</Description></LinkedService></HostedZone></HostedZones><IsTruncated>false</IsTruncated><MaxItems>100</MaxItems></ListHostedZonesResponse> | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:18 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details: | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone/NNNNNNNNNN HTTP/1.1 | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=4dbf89b0d4b27c8ff81c43b6a6656d0c8a67c1b2c5d6833ae766d7b47149e269 | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093018Z | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:18.609+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:19 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details: | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 623 | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:18 GMT | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: eae52d21-55bc-4654-b565-9720ed6ec050 | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:19 [DEBUG] [aws-sdk-go] <?xml version="1.0"?> | |
2019-10-07T11:30:19.002+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/NNNNNNNNNN</Id><Name>zone.com.</Name><CallerReference>9017D9B1-43EC-C57E-A6E7-EB1F78C35AC1</CallerReference><Config><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>52</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-758.awsdns-30.net</NameServer><NameServer>ns-495.awsdns-61.com</NameServer><NameServer>ns-1242.awsdns-27.org</NameServer><NameServer>ns-1910.awsdns-46.co.uk</NameServer></NameServers></DelegationSet></GetHostedZoneResponse> | |
2019-10-07T11:30:19.010+0200 [DEBUG] plugin: plugin process exited: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10817 | |
2019-10-07T11:30:19.010+0200 [DEBUG] plugin: plugin exited | |
2019/10/07 11:30:19 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close) | |
2019/10/07 11:30:19 [TRACE] vertex "provider.aws (close)": visit complete | |
2019/10/07 11:30:19 [INFO] backend/local: plan calling Plan | |
------------------------------------------------------------------------ | |
2019/10/07 11:30:19 [INFO] terraform: building graph: GraphTypePlan | |
2019/10/07 11:30:19 [DEBUG] ProviderTransformer: "aws_route53_record.records" (*terraform.NodePlannableResource) needs provider.aws | |
2019/10/07 11:30:19 [DEBUG] ProviderTransformer: "data.aws_route53_zone.cert_zones" (*terraform.NodePlannableResource) needs provider.aws | |
2019/10/07 11:30:19 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_acm_certificate.certs | |
2019/10/07 11:30:19 [DEBUG] ProviderTransformer: "aws_acm_certificate.certs" (*terraform.NodePlannableResource) needs provider.aws | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_region] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "aws_acm_certificate.certs" references: [var.certs] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "output.validation_records" references: [local.validation_records] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "local.validation_records" references: [aws_acm_certificate.certs data.aws_route53_zone.cert_zones] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "output.validation_records_l" references: [local.validation_records] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "output.route53" references: [aws_route53_record.records] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "var.certs" references: [] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "var.aws_region" references: [] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "aws_route53_record.records" references: [aws_acm_certificate.certs data.aws_route53_zone.cert_zones local.validation_records local.validation_records local.validation_records local.validation_records local.validation_records] | |
2019/10/07 11:30:19 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cert_zones" references: [var.certs] | |
2019/10/07 11:30:19 [DEBUG] Starting graph walk: walkPlan | |
2019-10-07T11:30:19.016+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-10-07T11:30:19.084+0200 [DEBUG] plugin: starting plugin: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4] | |
2019-10-07T11:30:19.084+0200 [DEBUG] plugin: plugin started: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10842 | |
2019-10-07T11:30:19.084+0200 [DEBUG] plugin: waiting for RPC address: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 | |
2019-10-07T11:30:19.112+0200 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-07T11:30:19.111+0200 | |
2019-10-07T11:30:19.185+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: network=unix address=/tmp/plugin541248682 timestamp=2019-10-07T11:30:19.185+0200 | |
2019-10-07T11:30:19.185+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-10-07T11:30:19.547+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:19 [INFO] No assume_role block read from configuration | |
2019-10-07T11:30:19.547+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:19 [INFO] Building AWS auth structure | |
2019-10-07T11:30:19.547+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:19 [INFO] Setting AWS metadata API timeout to 100ms | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1 | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43 | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=68a5e23fda735304dd1c4300f0fae676c3fdf5a2e842e85f4303be3bc4692828 | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093020Z | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2019-10-07T11:30:20.262+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411 | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:20 GMT | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 14e4bbff-e8e5-11e9-b734-b3c62f76fd3e | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:20.768+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::1111111111111:user/bruno.galindro</Arn> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>JJJJJJJJJJJJJJJJJJ</UserId> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>1111111111111</Account> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>14e4bbff-e8e5-11e9-b734-b3c62f76fd3e</RequestId> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse> | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:20 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1 | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43 | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=68a5e23fda735304dd1c4300f0fae676c3fdf5a2e842e85f4303be3bc4692828 | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093020Z | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2019-10-07T11:30:20.769+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:21 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411 | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:20 GMT | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 1519fcbe-e8e5-11e9-ba31-c1f6de9cb586 | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:21 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::1111111111111:user/bruno.galindro</Arn> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>JJJJJJJJJJJJJJJJJJ</UserId> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>1111111111111</Account> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>1519fcbe-e8e5-11e9-ba31-c1f6de9cb586</RequestId> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata> | |
2019-10-07T11:30:21.111+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse> | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:21 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1 | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: ec2.eu-west-2.amazonaws.com | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: User-Agent: aws-sdk-go/1.25.4 (go1.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.9 (+https://www.terraform.io) | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 87 | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=HHHHHHHHHHHHHHHHH/20191007/eu-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1a06add1d4db8dc9fb312258489e57dd6e9cd24d0c52437c94c0880b78c5b6b9 | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191007T093021Z | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2019-10-07T11:30:21.115+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:21.214+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:21 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 540 | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Mon, 07 Oct 2019 09:30:20 GMT | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Server: AmazonEC2 | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ----------------------------------------------------- | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/07 11:30:21 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <requestId>9e758d6a-c1d7-445e-94d7-07d251db444c</requestId> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <accountAttributeSet> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeName>supported-platforms</attributeName> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValueSet> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValue>VPC</attributeValue> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </attributeValueSet> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </accountAttributeSet> | |
2019-10-07T11:30:21.215+0200 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </DescribeAccountAttributesResponse> | |
2019/10/07 11:30:21 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.cert_zones[\"wildcard-my.zone.com\"]" references: [] | |
2019/10/07 11:30:21 [DEBUG] Resource instance state not found for node "aws_acm_certificate.certs[\"wildcard-my.zone.com\"]", instance aws_acm_certificate.certs["wildcard-my.zone.com"] | |
2019/10/07 11:30:21 [DEBUG] ReferenceTransformer: "aws_acm_certificate.certs[\"wildcard-my.zone.com\"]" references: [] | |
2019/10/07 11:30:21 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2019/10/07 11:30:21 [DEBUG] Resource instance state not found for node "aws_route53_record.records[0]", instance aws_route53_record.records[0] | |
2019/10/07 11:30:21 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/10/07 11:30:21 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/10/07 11:30:21 [DEBUG] ReferenceTransformer: "aws_route53_record.records[0]" references: [] | |
2019/10/07 11:30:21 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) | |
2019/10/07 11:30:21 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/10/07 11:30:21 [WARN] Provider "aws" produced an invalid plan for aws_route53_record.records[0], but we are tolerating it because it is using the legacy plugin SDK. | |
The following problems may be the cause of any confusing errors from downstream operations: | |
- .records: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)}) | |
2019/10/07 11:30:21 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy | |
2019-10-07T11:30:21.242+0200 [DEBUG] plugin: plugin process exited: path=/tmp/acm/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=10842 | |
2019-10-07T11:30:21.242+0200 [DEBUG] plugin: plugin exited | |
2019/10/07 11:30:21 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close) | |
2019/10/07 11:30:21 [TRACE] vertex "provider.aws (close)": visit complete | |
2019/10/07 11:30:21 [INFO] backend/local: plan operation completed | |
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
# aws_acm_certificate.certs["wildcard-my.zone.com"] will be created | |
+ resource "aws_acm_certificate" "certs" { | |
+ arn = (known after apply) | |
+ domain_name = "*.my.zone.com" | |
+ domain_validation_options = (known after apply) | |
+ id = (known after apply) | |
+ subject_alternative_names = [ | |
+ "*.us-east-2.my.zone.com", | |
] | |
+ tags = { | |
+ "Environment" = "shared" | |
+ "Name" = "wildcard-my.zone.com" | |
+ "Terraform" = "true" | |
} | |
+ validation_emails = (known after apply) | |
+ validation_method = "DNS" | |
} | |
# aws_route53_record.records[0] will be created | |
+ resource "aws_route53_record" "records" { | |
+ allow_overwrite = true | |
+ fqdn = (known after apply) | |
+ id = (known after apply) | |
+ name = (known after apply) | |
+ records = (known after apply) | |
+ ttl = 60 | |
+ type = (known after apply) | |
+ zone_id = (known after apply) | |
} | |
Plan: 2 to add, 0 to change, 0 to destroy. | |
------------------------------------------------------------------------ | |
Note: You didn't specify an "-out" parameter to save this plan, so Terraform | |
can't guarantee that exactly these actions will be performed if | |
"terraform apply" is subsequently run. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment