Skip to content

Instantly share code, notes, and snippets.

@speller
Created October 10, 2019 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save speller/23fbc81c1c8c53cef8ce5cf63db86221 to your computer and use it in GitHub Desktop.
Save speller/23fbc81c1c8c53cef8ce5cf63db86221 to your computer and use it in GitHub Desktop.
TF debug log on failure
2019/10/10 18:23:43 [INFO] Terraform version: 0.12.6
2019/10/10 18:23:43 [INFO] Go runtime version: go1.12.4
2019/10/10 18:23:43 [INFO] CLI args: []string{"/usr/local/bin/terraform", "validate"}
2019/10/10 18:23:43 [DEBUG] Attempting to open CLI config file: /home/speller/.terraformrc
2019/10/10 18:23:43 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/10/10 18:23:43 [INFO] CLI command args: []string{"validate"}
2019/10/10 18:23:43 [DEBUG] checking for provider in "."
2019/10/10 18:23:43 [DEBUG] checking for provider in "/usr/local/bin"
2019/10/10 18:23:43 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2019/10/10 18:23:43 [DEBUG] found provider "terraform-provider-aws_v2.31.0_x4"
2019/10/10 18:23:43 [DEBUG] found valid plugin: "aws", "2.31.0", "/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4"
2019/10/10 18:23:43 [DEBUG] checking for provisioner in "."
2019/10/10 18:23:43 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/10/10 18:23:43 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2019-10-10T18:23:43.854+0900 [INFO] plugin: configuring client automatic mTLS
2019-10-10T18:23:43.883+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:23:43.888+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22543
2019-10-10T18:23:43.888+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:23:43.912+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:23:43.912+0900
2019-10-10T18:23:43.940+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin236560482 network=unix timestamp=2019-10-10T18:23:43.940+0900
2019-10-10T18:23:43.940+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:23:44.038+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22543
2019-10-10T18:23:44.038+0900 [DEBUG] plugin: plugin exited
2019/10/10 18:23:44 [INFO] terraform: building graph: GraphTypeValidate
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "aws_route53_record.validation-record" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "aws_api_gateway_domain_name.gateway-domain" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_route53_zone.api-zone
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "data.aws_route53_zone.api-zone" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_acm_certificate.domain-cert" references: [local.test_subdomain]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_acm_certificate_validation.cert-validation" references: [aws_route53_record.validation-record aws_acm_certificate.domain-cert]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_api_gateway_domain_name.gateway-domain" references: [local.test_subdomain aws_acm_certificate.domain-cert]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone" references: [var.domain_zone_name]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "local.test_subdomain" references: [var.auth_subdomain var.domain_zone_name]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.aws_default_region" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.auth_subdomain" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_secret_key var.aws_default_region var.aws_access_key]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_route53_record.validation-record" references: [aws_acm_certificate.domain-cert data.aws_route53_zone.api-zone aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.domain_zone_name" references: []
r.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:23:44 [DEBUG] Starting graph walk: walkValidate
2019/10/10 18:23:44 [TRACE] dag/walk: updating graph
2019-10-10T18:23:44.041+0900 [INFO] plugin: configuring client automatic mTLS
2019-10-10T18:23:44.067+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:23:44.071+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22565
2019-10-10T18:23:44.071+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:23:44.095+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:23:44.095+0900
2019-10-10T18:23:44.122+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin013607156 network=unix timestamp=2019-10-10T18:23:44.122+0900
2019-10-10T18:23:44.122+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:23:44.255+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22565
2019-10-10T18:23:44.255+0900 [DEBUG] plugin: plugin exited
2019/10/10 18:23:44 [INFO] Terraform version: 0.12.6
2019/10/10 18:23:44 [INFO] Go runtime version: go1.12.4
2019/10/10 18:23:44 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-auto-approve"}
2019/10/10 18:23:44 [DEBUG] Attempting to open CLI config file: /home/speller/.terraformrc
2019/10/10 18:23:44 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/10/10 18:23:44 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2019/10/10 18:23:44 [DEBUG] checking for provider in "."
2019/10/10 18:23:44 [DEBUG] checking for provider in "/usr/local/bin"
2019/10/10 18:23:44 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2019/10/10 18:23:44 [DEBUG] found provider "terraform-provider-aws_v2.31.0_x4"
2019/10/10 18:23:44 [DEBUG] found valid plugin: "aws", "2.31.0", "/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4"
2019/10/10 18:23:44 [DEBUG] checking for provisioner in "."
2019/10/10 18:23:44 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/10/10 18:23:44 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2019/10/10 18:23:44 [INFO] backend/local: starting Apply operation
2019-10-10T18:23:44.655+0900 [INFO] plugin: configuring client automatic mTLS
2019-10-10T18:23:44.679+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:23:44.683+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22608
2019-10-10T18:23:44.683+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:23:44.708+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:23:44.707+0900
2019-10-10T18:23:44.735+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin562422763 network=unix timestamp=2019-10-10T18:23:44.735+0900
2019-10-10T18:23:44.735+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:23:44.836+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22608
2019-10-10T18:23:44.836+0900 [DEBUG] plugin: plugin exited
2019/10/10 18:23:44 [TRACE] terraform.NewContext: complete
2019/10/10 18:23:44 [TRACE] backend/local: finished building terraform.Context
2019/10/10 18:23:44 [INFO] terraform: building graph: GraphTypeValidate
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "aws_api_gateway_domain_name.gateway-domain" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "data.aws_route53_zone.api-zone" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_acm_certificate.domain-cert
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "aws_acm_certificate.domain-cert" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_route53_record.validation-record
2019/10/10 18:23:44 [DEBUG] ProviderTransformer: "aws_route53_record.validation-record" (*terraform.NodeValidatableResource) needs provider.aws
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_acm_certificate.domain-cert" references: [local.test_subdomain]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_route53_record.validation-record" references: [aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert data.aws_route53_zone.api-zone]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_api_gateway_domain_name.gateway-domain" references: [local.test_subdomain aws_acm_certificate.domain-cert]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "local.test_subdomain" references: [var.auth_subdomain var.domain_zone_name]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.domain_zone_name" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.aws_default_region" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "aws_acm_certificate_validation.cert-validation" references: [aws_acm_certificate.domain-cert aws_route53_record.validation-record]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone" references: [var.domain_zone_name]
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "var.auth_subdomain" references: []
2019/10/10 18:23:44 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_default_region var.aws_secret_key var.aws_access_key]
2019/10/10 18:23:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_acm_certificate.domain-cert - *terraform.NodeValidatableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_acm_certificate_validation.cert-validation - *terraform.NodeValidatableResource
aws_acm_certificate.domain-cert - *terraform.NodeValidatableResource
aws_route53_record.validation-record - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeValidatableResource
aws_acm_certificate.domain-cert - *terraform.NodeValidatableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.validation-record - *terraform.NodeValidatableResource
aws_acm_certificate.domain-cert - *terraform.NodeValidatableResource
data.aws_route53_zone.api-zone - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.api-zone - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
var.domain_zone_name - *terraform.NodeRootVariable
local.test_subdomain - *terraform.NodeLocal
var.auth_subdomain - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:23:44 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
r.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:23:44 [DEBUG] Starting graph walk: walkValidate
2019/10/10 18:23:44 [TRACE] dag/walk: updating graph
2019-10-10T18:23:44.839+0900 [INFO] plugin: configuring client automatic mTLS
2019-10-10T18:23:44.866+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:23:44.871+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22628
2019-10-10T18:23:44.871+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:23:44.894+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:23:44.894+0900
2019-10-10T18:23:44.923+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin407552103 network=unix timestamp=2019-10-10T18:23:44.923+0900
2019-10-10T18:23:44.923+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:23:45.057+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22628
2019-10-10T18:23:45.057+0900 [DEBUG] plugin: plugin exited
2019/10/10 18:23:45 [INFO] backend/local: apply calling Refresh
2019/10/10 18:23:45 [INFO] terraform: building graph: GraphTypeRefresh
2019/10/10 18:23:45 [DEBUG] ProviderTransformer: "data.aws_route53_zone.api-zone" (*terraform.NodeRefreshableDataResource) needs provider.aws
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "local.test_subdomain" references: [var.auth_subdomain var.domain_zone_name]
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_access_key var.aws_secret_key var.aws_default_region]
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone" references: [var.domain_zone_name]
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "var.aws_default_region" references: []
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "var.domain_zone_name" references: []
2019/10/10 18:23:45 [DEBUG] ReferenceTransformer: "var.auth_subdomain" references: []
2019-10-10T18:23:45.059+0900 [INFO] plugin: configuring client automatic mTLS
2019-10-10T18:23:45.083+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:23:45.087+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22645
2019-10-10T18:23:45.087+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:23:45.110+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:23:45.110+0900
2019-10-10T18:23:45.139+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:23:45.139+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin117746876 network=unix timestamp=2019-10-10T18:23:45.138+0900
2019-10-10T18:23:45.227+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [INFO] No assume_role block read from configuration
2019-10-10T18:23:45.227+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [INFO] Building AWS auth structure
2019-10-10T18:23:45.227+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [INFO] Setting AWS metadata API timeout to 100ms
2019-10-10T18:23:45.590+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-10-10T18:23:45.590+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [INFO] AWS Auth provider used: "StaticProvider"
2019-10-10T18:23:45.591+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:45 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com
2019-10-10T18:23:45.592+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2667f08c0f55c59e532d3b4da207f6fe6bfbc4c91660c99cee19fb9c7847b043
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092345Z
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-10-10T18:23:45.592+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:51 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:23:51 GMT
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: ac89a6f3-eb3f-11e9-bb0e-3773aa4c9a81
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:51 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::860602778092:user/terraform_test</Arn>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>AIDA4QX7MIHWNL22AOEGD</UserId>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>860602778092</Account>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>ac89a6f3-eb3f-11e9-bb0e-3773aa4c9a81</RequestId>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse>
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:51 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:51 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com
2019-10-10T18:23:51.549+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=bc3e49ae0e8671f421caded755b9ef50b7e29ed729c99cbbe478a28e81dad685
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092351Z
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-10-10T18:23:51.549+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:57.287+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-10-10T18:23:57.287+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:23:57.287+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:23:57.287+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:23:57.287+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411
2019-10-10T18:23:57.287+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:23:57 GMT
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: aff81992-eb3f-11e9-a874-27b4caf3b866
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::860602778092:user/terraform_test</Arn>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>AIDA4QX7MIHWNL22AOEGD</UserId>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>860602778092</Account>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>aff81992-eb3f-11e9-a874-27b4caf3b866</RequestId>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata>
2019-10-10T18:23:57.288+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse>
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: ec2.ap-northeast-1.amazonaws.com
2019-10-10T18:23:57.291+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 87
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=aa84f05a4819ab430c6f297738b4dcd427b1d834cc0a58b673d361ec5cea85c1
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092357Z
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-10-10T18:23:57.291+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 540
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml;charset=UTF-8
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:23:57 GMT
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Server: AmazonEC2
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <requestId>609d7e5a-c725-4577-aed1-cff1fd75ce22</requestId>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <accountAttributeSet>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeName>supported-platforms</attributeName>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValueSet>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValue>VPC</attributeValue>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </attributeValueSet>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </accountAttributeSet>
2019-10-10T18:23:57.439+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </DescribeAccountAttributesResponse>
2019/10/10 18:23:57 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone" references: []
2019/10/10 18:23:57 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/10 18:23:57 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/10 18:23:57 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/10 18:23:57 [TRACE] vertex "data.aws_route53_zone.api-zone": entering dynamic subgraph
2019-10-10T18:23:57.442+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] Reading Route53 Zone: {
2019-10-10T18:23:57.442+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.442+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:57 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListHostedZones Details:
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone HTTP/1.1
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:23:57.443+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=478cedd01c034e8b03f0c6ad08ac0c6cc71233c8d60a8a2780c1918aa437be2f
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092357Z
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:57.443+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:58 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListHostedZones Details:
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 548
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:23:58 GMT
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 3be60e92-680f-4078-805f-6e8d18195b64
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:58 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:23:58.367+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ListHostedZonesResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZones><HostedZone><Id>/hostedzone/Z2EQCMF2D8EJH3</Id><Name>project-dev-dev.me.uk.</Name><CallerReference>RISWorkflow-RD:2940dd00-ac95-47ff-bcdb-04bc8ecb56ca</CallerReference><Config><Comment>HostedZone created by Route53 Registrar</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>3</ResourceRecordSetCount></HostedZone></HostedZones><IsTruncated>false</IsTruncated><MaxItems>100</MaxItems></ListHostedZonesResponse>
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:23:58 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone/Z2EQCMF2D8EJH3 HTTP/1.1
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:23:58.368+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=f094c495ba62191bf386b0a94d9e492904f8ca5222948c083d34f88da5dae423
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092358Z
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:23:58.368+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 703
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:04 GMT
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 3610342d-765c-4f16-af13-dcd24f4f652f
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:24:04.440+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/Z2EQCMF2D8EJH3</Id><Name>project-dev-dev.me.uk.</Name><CallerReference>RISWorkflow-RD:2940dd00-ac95-47ff-bcdb-04bc8ecb56ca</CallerReference><Config><Comment>HostedZone created by Route53 Registrar</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>3</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-1774.awsdns-29.co.uk</NameServer><NameServer>ns-1092.awsdns-08.org</NameServer><NameServer>ns-401.awsdns-50.com</NameServer><NameServer>ns-836.awsdns-40.net</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2019-10-10T18:24:04.452+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22645
2019-10-10T18:24:04.452+0900 [DEBUG] plugin: plugin exited
2019/10/10 18:24:04 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2019/10/10 18:24:04 [TRACE] vertex "provider.aws (close)": visit complete
2019/10/10 18:24:04 [TRACE] dag/walk: visiting "root"
2019/10/10 18:24:04 [INFO] backend/local: apply calling Plan
2019/10/10 18:24:04 [INFO] terraform: building graph: GraphTypePlan
2019/10/10 18:24:04 [DEBUG] ProviderTransformer: "aws_route53_record.validation-record" (*terraform.NodePlannableResource) needs provider.aws
2019/10/10 18:24:04 [DEBUG] ProviderTransformer: "data.aws_route53_zone.api-zone" (*terraform.NodePlannableResource) needs provider.aws
2019/10/10 18:24:04 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_acm_certificate_validation.cert-validation
2019/10/10 18:24:04 [DEBUG] ProviderTransformer: "aws_acm_certificate_validation.cert-validation" (*terraform.NodePlannableResource) needs provider.aws
2019/10/10 18:24:04 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_domain_name.gateway-domain
2019/10/10 18:24:04 [DEBUG] ProviderTransformer: "aws_api_gateway_domain_name.gateway-domain" (*terraform.NodePlannableResource) needs provider.aws
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "var.domain_zone_name" references: []
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "var.aws_default_region" references: []
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "aws_route53_record.validation-record" references: [data.aws_route53_zone.api-zone aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert]
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "aws_acm_certificate.domain-cert" references: [local.test_subdomain]
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone" references: [var.domain_zone_name]
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "local.test_subdomain" references: [var.auth_subdomain var.domain_zone_name]
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "aws_acm_certificate_validation.cert-validation" references: [aws_route53_record.validation-record aws_acm_certificate.domain-cert]
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "aws_api_gateway_domain_name.gateway-domain" references: [local.test_subdomain aws_acm_certificate.domain-cert]
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "var.auth_subdomain" references: []
2019/10/10 18:24:04 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_default_region var.aws_access_key var.aws_secret_key]
2019/10/10 18:24:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_acm_certificate.domain-cert - *terraform.NodePlannableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_acm_certificate_validation.cert-validation - *terraform.NodePlannableResource
aws_acm_certificate.domain-cert - *terraform.NodePlannableResource
aws_route53_record.validation-record - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_domain_name.gateway-domain - *terraform.NodePlannableResource
aws_acm_certificate.domain-cert - *terraform.NodePlannableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.validation-record - *terraform.NodePlannableResource
aws_acm_certificate.domain-cert - *terraform.NodePlannableResource
data.aws_route53_zone.api-zone - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.api-zone - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
var.domain_zone_name - *terraform.NodeRootVariable
local.test_subdomain - *terraform.NodeLocal
var.auth_subdomain - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:24:04 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
rraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:24:04 [DEBUG] Starting graph walk: walkPlan
2019/10/10 18:24:04 [TRACE] dag/walk: updating graph
2019-10-10T18:24:04.455+0900 [INFO] plugin: configuring client automatic mTLS
2019-10-10T18:24:04.479+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:24:04.483+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22665
2019-10-10T18:24:04.483+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:24:04.508+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:24:04.507+0900
2019-10-10T18:24:04.536+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:24:04.536+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin154966224 network=unix timestamp=2019-10-10T18:24:04.536+0900
2019-10-10T18:24:04.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [INFO] No assume_role block read from configuration
2019-10-10T18:24:04.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [INFO] Building AWS auth structure
2019-10-10T18:24:04.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [INFO] Setting AWS metadata API timeout to 100ms
2019-10-10T18:24:04.898+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-10-10T18:24:04.898+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [INFO] AWS Auth provider used: "StaticProvider"
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:04 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com
2019-10-10T18:24:04.899+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=96c235b43a1ffecc68c107cb4717ced5f1c7e5ca3331bcfc1168e4d85f17532d
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092404Z
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-10-10T18:24:04.899+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:06 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:06 GMT
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: b520714a-eb3f-11e9-8256-17df2d252cc7
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:06 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::860602778092:user/terraform_test</Arn>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>AIDA4QX7MIHWNL22AOEGD</UserId>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>860602778092</Account>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>b520714a-eb3f-11e9-8256-17df2d252cc7</RequestId>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse>
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:06 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:06 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com
2019-10-10T18:24:06.031+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ef9ca4975f447aa1e0dd219ff4a2040d4c44193ae00fbaf70d4b31fa51b35562
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092406Z
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-10-10T18:24:06.031+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:11 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:11 GMT
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: b8ae53ad-eb3f-11e9-9a1a-c7fec128bc0a
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:11 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::860602778092:user/terraform_test</Arn>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>AIDA4QX7MIHWNL22AOEGD</UserId>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>860602778092</Account>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>b8ae53ad-eb3f-11e9-9a1a-c7fec128bc0a</RequestId>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata>
2019-10-10T18:24:11.910+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse>
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:11 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: ec2.ap-northeast-1.amazonaws.com
2019-10-10T18:24:11.911+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 87
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8990c02bfd9d2d9a539b0dff4e1ca8691cf57a26bfe1b5841b6e282406b39d40
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092411Z
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-10-10T18:24:11.911+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 540
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml;charset=UTF-8
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:12 GMT
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Server: AmazonEC2
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <requestId>d8c7966c-9871-4c46-b85b-c08158029e08</requestId>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <accountAttributeSet>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeName>supported-platforms</attributeName>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValueSet>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValue>VPC</attributeValue>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </attributeValueSet>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </accountAttributeSet>
2019-10-10T18:24:12.015+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </DescribeAccountAttributesResponse>
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone" references: []
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/10 18:24:12 [DEBUG] Resource instance state not found for node "aws_acm_certificate.domain-cert", instance aws_acm_certificate.domain-cert
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_acm_certificate.domain-cert" references: []
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/10 18:24:12 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/10 18:24:12 [DEBUG] Resource instance state not found for node "aws_api_gateway_domain_name.gateway-domain", instance aws_api_gateway_domain_name.gateway-domain
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_api_gateway_domain_name.gateway-domain" references: []
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/10 18:24:12 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/10 18:24:12 [TRACE] vertex "aws_api_gateway_domain_name.gateway-domain": entering dynamic subgraph
2019/10/10 18:24:12 [TRACE] dag/walk: updating graph
2019/10/10 18:24:12 [TRACE] dag/walk: added new vertex: "aws_api_gateway_domain_name.gateway-domain"
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_route53_record.validation-record" references: []
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/10 18:24:12 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_acm_certificate_validation.cert-validation" references: []
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/10 18:24:12 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/10 18:24:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/10 18:24:12 [TRACE] vertex "aws_acm_certificate_validation.cert-validation": entering dynamic subgraph
2019/10/10 18:24:12 [TRACE] dag/walk: updating graph
2019/10/10 18:24:12 [TRACE] dag/walk: added new vertex: "aws_acm_certificate_validation.cert-validation"
2019/10/10 18:24:12 [WARN] Provider "aws" produced an invalid plan for aws_acm_certificate_validation.cert-validation, 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:
- .validation_record_fqdns: planned value cty.UnknownVal(cty.Set(cty.String)) does not match config value cty.SetVal([]cty.Value{cty.UnknownVal(cty.String)})
2019/10/10 18:24:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/10 18:24:12 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/10 18:24:12 [TRACE] EvalWriteState: writing current state object for aws_acm_certificate_validation.cert-validation
2019/10/10 18:24:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019-10-10T18:24:12.030+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22665
2019-10-10T18:24:12.030+0900 [DEBUG] plugin: plugin exited
2019/10/10 18:24:12 [INFO] backend/local: apply calling Apply
2019/10/10 18:24:12 [INFO] terraform: building graph: GraphTypeApply
2019/10/10 18:24:12 [DEBUG] Resource state not found for node "aws_api_gateway_domain_name.gateway-domain", instance aws_api_gateway_domain_name.gateway-domain
2019/10/10 18:24:12 [DEBUG] Resource state not found for node "aws_acm_certificate_validation.cert-validation", instance aws_acm_certificate_validation.cert-validation
2019/10/10 18:24:12 [DEBUG] Resource state not found for node "aws_acm_certificate.domain-cert", instance aws_acm_certificate.domain-cert
2019/10/10 18:24:12 [DEBUG] Resource state not found for node "aws_route53_record.validation-record", instance aws_route53_record.validation-record
idation.cert-validation (prepare state) - *terraform.NodeApplyableResource
aws_acm_certificate_validation.cert-validation (prepare state) - *terraform.NodeApplyableResource
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeApplyableResourceInstance
aws_api_gateway_domain_name.gateway-domain (prepare state) - *terraform.NodeApplyableResource
aws_api_gateway_domain_name.gateway-domain (prepare state) - *terraform.NodeApplyableResource
aws_route53_record.validation-record - *terraform.NodeApplyableResourceInstance
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
local.test_subdomain - *terraform.NodeLocal
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "aws_route53_record.validation-record (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/10/10 18:24:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_acm_certificate.domain-cert (prepare state)
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "aws_acm_certificate.domain-cert (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/10/10 18:24:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_acm_certificate_validation.cert-validation (prepare state)
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "aws_acm_certificate_validation.cert-validation (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "aws_route53_record.validation-record" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/10/10 18:24:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_domain_name.gateway-domain
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "aws_api_gateway_domain_name.gateway-domain" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/10/10 18:24:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_acm_certificate_validation.cert-validation
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "aws_acm_certificate_validation.cert-validation" (*terraform.NodeApplyableResourceInstance) needs provider.aws
2019/10/10 18:24:12 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_route53_zone.api-zone (prepare state)
2019/10/10 18:24:12 [DEBUG] ProviderTransformer: "data.aws_route53_zone.api-zone (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_acm_certificate_validation.cert-validation (prepare state)" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "var.aws_default_region" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "var.aws_access_key" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "var.aws_secret_key" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "data.aws_route53_zone.api-zone (prepare state)" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_acm_certificate.domain-cert" references: [local.test_subdomain]
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_route53_record.validation-record" references: [data.aws_route53_zone.api-zone (prepare state) aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert (prepare state) aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert (prepare state) aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert (prepare state)]
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "provider.aws" references: [var.aws_default_region var.aws_secret_key var.aws_access_key]
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "var.domain_zone_name" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "local.test_subdomain" references: [var.auth_subdomain var.domain_zone_name]
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_api_gateway_domain_name.gateway-domain (prepare state)" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_route53_record.validation-record (prepare state)" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_api_gateway_domain_name.gateway-domain" references: [aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert (prepare state) local.test_subdomain]
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_acm_certificate_validation.cert-validation" references: [aws_route53_record.validation-record aws_route53_record.validation-record aws_route53_record.validation-record (prepare state) aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert aws_acm_certificate.domain-cert (prepare state)]
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "aws_acm_certificate.domain-cert (prepare state)" references: []
2019/10/10 18:24:12 [DEBUG] ReferenceTransformer: "var.auth_subdomain" references: []
_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
local.test_subdomain - *terraform.NodeLocal
var.auth_subdomain - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_acm_certificate.domain-cert - *terraform.NodeApplyableResourceInstance
aws_acm_certificate.domain-cert (prepare state) - *terraform.NodeApplyableResource
aws_acm_certificate_validation.cert-validation - *terraform.NodeApplyableResourceInstance
aws_acm_certificate_validation.cert-validation (prepare state) - *terraform.NodeApplyableResource
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeApplyableResourceInstance
aws_api_gateway_domain_name.gateway-domain (prepare state) - *terraform.NodeApplyableResource
aws_route53_record.validation-record - *terraform.NodeApplyableResourceInstance
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.Node_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
local.test_subdomain - *terraform.NodeLocal
var.auth_subdomain - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_acm_certificate.domain-cert - *terraform.NodeApplyableResourceInstance
aws_acm_certificate.domain-cert (prepare state) - *terraform.NodeApplyableResource
aws_acm_certificate_validation.cert-validation - *terraform.NodeApplyableResourceInstance
aws_acm_certificate_validation.cert-validation (prepare state) - *terraform.NodeApplyableResource
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeApplyableResourceInstance
aws_api_gateway_domain_name.gateway-domain (prepare state) - *terraform.NodeApplyableResource
aws_route53_record.validation-record - *terraform.NodeApplyableResourceInstance
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.Noderecord.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
local.test_subdomain - *terraform.NodeLocal
var.auth_subdomain - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_acm_certificate.domain-cert - *terraform.NodeApplyableResourceInstance
aws_acm_certificate.domain-cert (prepare state) - *terraform.NodeApplyableResource
aws_acm_certificate_validation.cert-validation - *terraform.NodeApplyableResourceInstance
aws_acm_certificate_validation.cert-validation (prepare state) - *terraform.NodeApplyableResource
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeApplyableResourceInstance
aws_api_gateway_domain_name.gateway-domain (prepare state) - *terraform.NodeApplyableResource
aws_route53_record.validation-record - *terraform.NodeApplyableResourceInstance
aws_route53_record.validation-record (prepare state) - *terraform.NodeApplyableResource
data.aws_route53_zone.api-zone (prepare state) - *terraform.NodeApplyableResource
local.test_subdomain - *terraform.NodeLocal
provider.aws - *terraform.NodeApplyableProvider
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariaMode fixup) - *terraform.NodeCountBoundary
aws_acm_certificate_validation.cert-validation - *terraform.NodeApplyableResourceInstance
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeApplyableResourceInstance
provider.aws - *terraform.NodeApplyableProvider
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_acm_certificate_validation.cert-validation - *terraform.NodeApplyableResourceInstance
aws_api_gateway_domain_name.gateway-domain - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
var.auth_subdomain - *terraform.NodeRootVariable
var.aws_access_key - *terraform.NodeRootVariable
var.aws_default_region - *terraform.NodeRootVariable
var.aws_secret_key - *terraform.NodeRootVariable
var.domain_zone_name - *terraform.NodeRootVariable
------
2019/10/10 18:24:12 [DEBUG] Starting graph walk: walkApply
2019/10/10 18:24:12 [TRACE] dag/walk: updating graph
2019-10-10T18:24:12.034+0900 [INFO] plugin: configuring client automatic mTLS
2019/10/10 18:24:12 [TRACE] [walkApply] Exiting eval tree: local.test_subdomain
2019/10/10 18:24:12 [TRACE] vertex "local.test_subdomain": visit complete
2019-10-10T18:24:12.058+0900 [DEBUG] plugin: starting plugin: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 args=[/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4]
2019-10-10T18:24:12.062+0900 [DEBUG] plugin: plugin started: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22684
2019-10-10T18:24:12.062+0900 [DEBUG] plugin: waiting for RPC address: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4
2019-10-10T18:24:12.086+0900 [INFO] plugin.terraform-provider-aws_v2.31.0_x4: configuring server automatic mTLS: timestamp=2019-10-10T18:24:12.085+0900
2019-10-10T18:24:12.114+0900 [DEBUG] plugin: using plugin: version=5
2019-10-10T18:24:12.114+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: plugin address: address=/tmp/plugin822888607 network=unix timestamp=2019-10-10T18:24:12.114+0900
2019-10-10T18:24:12.202+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [INFO] No assume_role block read from configuration
2019-10-10T18:24:12.202+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [INFO] Building AWS auth structure
2019-10-10T18:24:12.202+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [INFO] Setting AWS metadata API timeout to 100ms
2019-10-10T18:24:12.561+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-10-10T18:24:12.561+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [INFO] AWS Auth provider used: "StaticProvider"
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:12 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com
2019-10-10T18:24:12.562+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=32b3b8d13a1a729fabfe895e839ca34ec3637d7b7642da9f206fc617dbaffd0b
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092412Z
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-10-10T18:24:12.562+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:13 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:13 GMT
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: b9874e08-eb3f-11e9-96a8-cd5ae7e6d0a6
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:13 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::860602778092:user/terraform_test</Arn>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>AIDA4QX7MIHWNL22AOEGD</UserId>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>860602778092</Account>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>b9874e08-eb3f-11e9-96a8-cd5ae7e6d0a6</RequestId>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse>
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:13 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:13 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-10-10T18:24:13.331+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: sts.amazonaws.com
2019-10-10T18:24:13.332+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 43
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2041e2f2fc6752640fd5c416359546352212667e2398883c3d47fac37b260760
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092413Z
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-10-10T18:24:13.332+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 411
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:19 GMT
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: bd00480b-eb3f-11e9-b695-8956b1e16bb2
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetCallerIdentityResult>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Arn>arn:aws:iam::860602778092:user/terraform_test</Arn>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <UserId>AIDA4QX7MIHWNL22AOEGD</UserId>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <Account>860602778092</Account>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResult>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ResponseMetadata>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <RequestId>bd00480b-eb3f-11e9-b695-8956b1e16bb2</RequestId>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </ResponseMetadata>
2019-10-10T18:24:19.157+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </GetCallerIdentityResponse>
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: ec2.ap-northeast-1.amazonaws.com
2019-10-10T18:24:19.158+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 87
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=123984a4ddc0f4bdac71038951f4f1e1ea8957d23b2c0f9cb8c0cdc0d98c74e5
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092419Z
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-10-10T18:24:19.158+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 540
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml;charset=UTF-8
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:19 GMT
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Server: AmazonEC2
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <requestId>655c1502-3c72-44ae-bf0e-a772e60b13b9</requestId>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <accountAttributeSet>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeName>supported-platforms</attributeName>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValueSet>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <item>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <attributeValue>VPC</attributeValue>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </attributeValueSet>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </item>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </accountAttributeSet>
2019-10-10T18:24:19.256+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: </DescribeAccountAttributesResponse>
2019/10/10 18:24:19 [DEBUG] aws_acm_certificate.domain-cert: applying the planned Create change
2019/10/10 18:24:19 [TRACE] GRPCProvider: ApplyResourceChange
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] setting computed for "validation_emails" from ComputedKeys
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] setting computed for "subject_alternative_names" from ComputedKeys
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] setting computed for "domain_validation_options" from ComputedKeys
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] ACM Certificate Request: {
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: DomainName: "test-cert.project-dev-dev.me.uk",
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: IdempotencyToken: "tf20191010092419261300000001",
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ValidationMethod: "DNS"
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:19 [DEBUG] [aws-sdk-go] DEBUG: Request acm/RequestCertificate Details:
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: acm.ap-northeast-1.amazonaws.com
2019-10-10T18:24:19.261+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 123
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/acm/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=d3ff557df3d31f30f9de50130239d4387d88491182fbfbec97e96ffe7919b832
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092419Z
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Target: CertificateManager.RequestCertificate
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"DomainName":"test-cert.project-dev-dev.me.uk","IdempotencyToken":"tf20191010092419261300000001","ValidationMethod":"DNS"}
2019-10-10T18:24:19.261+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:20 [DEBUG] [aws-sdk-go] DEBUG: Response acm/RequestCertificate Details:
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 109
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:20 GMT
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: dd767a70-fdc7-4774-86ff-ed93f876518f
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:20 [DEBUG] [aws-sdk-go] {"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:24:20.130+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:20 [DEBUG] Waiting for state to become: [success]
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:20 [DEBUG] [aws-sdk-go] DEBUG: Request acm/DescribeCertificate Details:
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: acm.ap-northeast-1.amazonaws.com
2019-10-10T18:24:20.131+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 109
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/acm/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=6324bd6f41720fd5ba4a9a44c22c10f299fd54939018ab779f1498df0f42729d
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092420Z
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Target: CertificateManager.DescribeCertificate
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:24:20.131+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:25 [DEBUG] [aws-sdk-go] DEBUG: Response acm/DescribeCertificate Details:
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 972
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:25 GMT
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 59c2bfe4-a5c1-4138-bbb5-d9603361f488
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:25 [DEBUG] [aws-sdk-go] {"Certificate":{"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4","CreatedAt":1.570699461E9,"DomainName":"test-cert.project-dev-dev.me.uk","DomainValidationOptions":[{"DomainName":"test-cert.project-dev-dev.me.uk","ResourceRecord":{"Name":"_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.","Type":"CNAME","Value":"_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws."},"ValidationDomain":"test-cert.project-dev-dev.me.uk","ValidationMethod":"DNS","ValidationStatus":"PENDING_VALIDATION"}],"ExtendedKeyUsages":[],"InUseBy":[],"Issuer":"Amazon","KeyAlgorithm":"RSA-2048","KeyUsages":[],"Options":{"CertificateTransparencyLoggingPreference":"ENABLED"},"RenewalEligibility":"INELIGIBLE","SignatureAlgorithm":"SHA256WITHRSA","Status":"PENDING_VALIDATION","Subject":"CN=test-cert.project-dev-dev.me.uk","SubjectAlternativeNames":["test-cert.project-dev-dev.me.uk"],"Type":"AMAZON_ISSUED"}}
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:25 [DEBUG] [aws-sdk-go] DEBUG: Request acm/ListTagsForCertificate Details:
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: acm.ap-northeast-1.amazonaws.com
2019-10-10T18:24:25.425+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 109
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/acm/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=065a1249c2b9f554a85633fe32c57887a6d16fe0753d0dfa46f0614e0e56e1b8
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092425Z
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Target: CertificateManager.ListTagsForCertificate
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:24:25.425+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:30 [DEBUG] [aws-sdk-go] DEBUG: Response acm/ListTagsForCertificate Details:
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 11
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:30 GMT
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: fcaef4e5-26b0-4ecb-8520-b8dbe04a22d5
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:30.543+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:30 [DEBUG] [aws-sdk-go] {"Tags":[]}
2019/10/10 18:24:30 [WARN] Provider "aws" produced an unexpected new value for aws_acm_certificate.domain-cert, 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:
- .certificate_authority_arn: was null, but now cty.StringVal("")
- .options: block count changed from 0 to 1
2019/10/10 18:24:30 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/10 18:24:30 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/10 18:24:30 [TRACE] EvalWriteState: writing current state object for aws_acm_certificate.domain-cert
2019/10/10 18:24:30 [WARN] Provider "aws" produced an invalid plan for aws_route53_record.validation-record, 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:
- .name: planned value cty.StringVal("_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk") does not match config value cty.StringVal("_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.")
2019/10/10 18:24:30 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/10 18:24:30 [DEBUG] aws_route53_record.validation-record: applying the planned Create change
2019/10/10 18:24:30 [TRACE] GRPCProvider: ApplyResourceChange
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:30 [DEBUG] [aws-sdk-go] DEBUG: Request apigateway/CreateDomainName Details:
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST /domainnames HTTP/1.1
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: apigateway.ap-northeast-1.amazonaws.com
2019-10-10T18:24:30.554+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 211
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept: application/json
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/apigateway/aws4_request, SignedHeaders=accept;content-length;content-type;host;x-amz-date, Signature=fcd1c89a57686d1309ecd9fecba0bcfdc1cef2827b201529ee05c69b1116ec6c
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/json
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092430Z
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"domainName":"test-cert.project-dev-dev.me.uk","endpointConfiguration":{"types":["REGIONAL"]},"regionalCertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:30 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone/Z2EQCMF2D8EJH3 HTTP/1.1
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:24:30.554+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=69f9e9548ebcd79f7c887bbdfa2f9d64d9ad889d37e596e039c13c54a6faa4da
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092430Z
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:30.554+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:31 [DEBUG] [aws-sdk-go] DEBUG: Response apigateway/CreateDomainName Details:
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 400 Bad Request
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 55
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/json
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:31 GMT
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Apigw-Id: BVvQaKRitjMEbiA=
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Errortype: BadRequestException
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 4b398357-c39a-4324-a546-4b25a0ac5cf2
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:31 [DEBUG] [aws-sdk-go] {"message":"The provided certificate does not exist."}
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:31 [DEBUG] [aws-sdk-go] DEBUG: Validate Response apigateway/CreateDomainName failed, attempt 0/25, error BadRequestException: The provided certificate does not exist.
2019-10-10T18:24:31.010+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: status code: 400, request id: 4b398357-c39a-4324-a546-4b25a0ac5cf2
2019/10/10 18:24:31 [DEBUG] aws_api_gateway_domain_name.gateway-domain: apply errored, but we're indicating that via the Error pointer rather than returning it: Error creating API Gateway Domain Name: BadRequestException: The provided certificate does not exist.
status code: 400, request id: 4b398357-c39a-4324-a546-4b25a0ac5cf2
2019/10/10 18:24:31 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/10 18:24:31 [TRACE] EvalMaybeTainted: aws_api_gateway_domain_name.gateway-domain encountered an error during creation, so it is now marked as tainted
2019/10/10 18:24:31 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/10 18:24:31 [TRACE] EvalWriteState: removing state object for aws_api_gateway_domain_name.gateway-domain
2019/10/10 18:24:31 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/10 18:24:31 [TRACE] EvalApplyProvisioners: aws_api_gateway_domain_name.gateway-domain has no state, so skipping provisioners
2019/10/10 18:24:31 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/10 18:24:31 [TRACE] EvalMaybeTainted: aws_api_gateway_domain_name.gateway-domain encountered an error during creation, so it is now marked as tainted
2019/10/10 18:24:31 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: Error creating API Gateway Domain Name: BadRequestException: The provided certificate does not exist.
status code: 400, request id: 4b398357-c39a-4324-a546-4b25a0ac5cf2
2019/10/10 18:24:31 [ERROR] <root>: eval: *terraform.EvalSequence, err: Error creating API Gateway Domain Name: BadRequestException: The provided certificate does not exist.
status code: 400, request id: 4b398357-c39a-4324-a546-4b25a0ac5cf2
2019/10/10 18:24:31 [TRACE] [walkApply] Exiting eval tree: aws_api_gateway_domain_name.gateway-domain
2019/10/10 18:24:31 [TRACE] vertex "aws_api_gateway_domain_name.gateway-domain": visit complete
2019-10-10T18:24:40.557+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:40 [DEBUG] [aws-sdk-go] DEBUG: Send Request route53/GetHostedZone failed, attempt 0/25, error RequestError: send request failed
2019-10-10T18:24:40.557+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: caused by: Get https://route53.amazonaws.com/2013-04-01/hostedzone/Z2EQCMF2D8EJH3: dial tcp: lookup route53.amazonaws.com on [fec0:0:0:ffff::2]:53: dial udp [fec0:0:0:ffff::2]:53: connect: invalid argument
2019-10-10T18:24:40.596+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:40 [DEBUG] [aws-sdk-go] DEBUG: Retrying Request route53/GetHostedZone, attempt 1
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:40 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone/Z2EQCMF2D8EJH3 HTTP/1.1
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:24:40.597+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=727ca80dd4b71e8c4442cc28b569c04ddac22b97dc3b696318ed8b50a4ae50d9
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092440Z
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:40.597+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:41 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 703
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:41 GMT
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 0db4f110-9dc1-4737-8984-16d7976436f0
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:41.342+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:41 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/Z2EQCMF2D8EJH3</Id><Name>project-dev-dev.me.uk.</Name><CallerReference>RISWorkflow-RD:2940dd00-ac95-47ff-bcdb-04bc8ecb56ca</CallerReference><Config><Comment>HostedZone created by Route53 Registrar</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>3</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-1774.awsdns-29.co.uk</NameServer><NameServer>ns-1092.awsdns-08.org</NameServer><NameServer>ns-401.awsdns-50.com</NameServer><NameServer>ns-836.awsdns-40.net</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:41 [DEBUG] Creating resource records for zone: Z2EQCMF2D8EJH3, name: _784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ChangeBatch: {
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Changes: [{
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Action: "CREATE",
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ResourceRecordSet: {
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Name: "_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk",
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ResourceRecords: [{
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Value: "_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws."
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }],
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: TTL: 60,
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Type: "CNAME"
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }],
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Comment: "Managed by Terraform"
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: },
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HostedZoneId: "Z2EQCMF2D8EJH3"
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:41 [DEBUG] Waiting for state to become: [accepted]
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:41 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ChangeResourceRecordSets Details:
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST /2013-04-01/hostedzone/Z2EQCMF2D8EJH3/rrset/ HTTP/1.1
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:24:41.343+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 542
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=content-length;host;x-amz-date, Signature=601fa0aa532db2afafb89e0fc9756ebdbba56921f34452753f8b9d3bedba3687
2019-10-10T18:24:41.343+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092441Z
2019-10-10T18:24:41.344+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:24:41.344+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:41.344+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ChangeResourceRecordSetsRequest xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ChangeBatch><Changes><Change><ResourceRecordSet><Name>_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk</Name><ResourceRecords><ResourceRecord><Value>_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws.</Value></ResourceRecord></ResourceRecords><TTL>60</TTL><Type>CNAME</Type></ResourceRecordSet><Action>CREATE</Action></Change></Changes><Comment>Managed by Terraform</Comment></ChangeBatch></ChangeResourceRecordSetsRequest>
2019-10-10T18:24:41.344+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:42 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ChangeResourceRecordSets Details:
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 315
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:24:42 GMT
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 251efbf7-ac05-42c9-bea5-809231efbc6d
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:42 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:24:42.317+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ChangeResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ChangeInfo><Id>/change/C1M9Z1BM4BUSMA</Id><Status>PENDING</Status><SubmittedAt>2019-10-10T09:24:42.927Z</SubmittedAt><Comment>Managed by Terraform</Comment></ChangeInfo></ChangeResourceRecordSetsResponse>
2019-10-10T18:24:42.318+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:24:42 [DEBUG] Waiting for state to become: [INSYNC]
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:12 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetChange Details:
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/change/C1M9Z1BM4BUSMA HTTP/1.1
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:25:12.319+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=f7b96f200bfc71e463273aa160a758f4fb5f283388ab6f0ea4f273c8ceaa0ebe
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092512Z
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:12.319+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:18 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetChange Details:
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 284
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:25:19 GMT
2019-10-10T18:25:18.546+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 6f321d9d-81c7-49e8-9b31-716180956e24
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:18 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetChangeResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ChangeInfo><Id>/change/C1M9Z1BM4BUSMA</Id><Status>INSYNC</Status><SubmittedAt>2019-10-10T09:24:42.927Z</SubmittedAt><Comment>Managed by Terraform</Comment></ChangeInfo></GetChangeResponse>
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:18 [DEBUG] [aws-sdk-go] DEBUG: Request route53/GetHostedZone Details:
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone/Z2EQCMF2D8EJH3 HTTP/1.1
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:25:18.547+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=14aa2b05763f0f45ee2a6014365f45157fbcf627d33e075f99111bd426244d05
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092518Z
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:18.547+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:24 [DEBUG] [aws-sdk-go] DEBUG: Response route53/GetHostedZone Details:
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 703
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:25:24 GMT
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: bcf69d59-5107-4d10-84df-c4d0f792e21c
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:24 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <GetHostedZoneResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><HostedZone><Id>/hostedzone/Z2EQCMF2D8EJH3</Id><Name>project-dev-dev.me.uk.</Name><CallerReference>RISWorkflow-RD:2940dd00-ac95-47ff-bcdb-04bc8ecb56ca</CallerReference><Config><Comment>HostedZone created by Route53 Registrar</Comment><PrivateZone>false</PrivateZone></Config><ResourceRecordSetCount>4</ResourceRecordSetCount></HostedZone><DelegationSet><NameServers><NameServer>ns-1774.awsdns-29.co.uk</NameServer><NameServer>ns-1092.awsdns-08.org</NameServer><NameServer>ns-401.awsdns-50.com</NameServer><NameServer>ns-836.awsdns-40.net</NameServer></NameServers></DelegationSet></GetHostedZoneResponse>
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:24 [DEBUG] Expanded record name: _784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:24 [DEBUG] List resource records sets for zone: Z2EQCMF2D8EJH3, opts: {
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HostedZoneId: "Z2EQCMF2D8EJH3",
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: MaxItems: "1",
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: StartRecordName: "_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.",
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: StartRecordType: "CNAME"
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: }
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:24 [DEBUG] [aws-sdk-go] DEBUG: Request route53/ListResourceRecordSets Details:
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: GET /2013-04-01/hostedzone/Z2EQCMF2D8EJH3/rrset?maxitems=1&name=_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.&type=CNAME HTTP/1.1
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: route53.amazonaws.com
2019-10-10T18:25:24.626+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/us-east-1/route53/aws4_request, SignedHeaders=host;x-amz-date, Signature=d9c2125d0b6cfb20d52f6bd317de9a7492409d37199bf521ee19f8443f4e51d6
2019-10-10T18:25:24.626+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092524Z
2019-10-10T18:25:24.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:25:24.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:24.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:24.627+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:30 [DEBUG] [aws-sdk-go] DEBUG: Response route53/ListResourceRecordSets Details:
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 533
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: text/xml
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:25:30 GMT
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 3923cbae-1ca3-4ee7-bc21-bbb492399aed
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:30 [DEBUG] [aws-sdk-go] <?xml version="1.0"?>
2019-10-10T18:25:30.503+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: <ListResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><ResourceRecordSets><ResourceRecordSet><Name>_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.</Name><Type>CNAME</Type><TTL>60</TTL><ResourceRecords><ResourceRecord><Value>_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws.</Value></ResourceRecord></ResourceRecords></ResourceRecordSet></ResourceRecordSets><IsTruncated>false</IsTruncated><MaxItems>1</MaxItems></ListResourceRecordSetsResponse>
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:30 [DEBUG] [aws-sdk-go] DEBUG: Request acm/DescribeCertificate Details:
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: acm.ap-northeast-1.amazonaws.com
2019-10-10T18:25:30.510+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 109
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/acm/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=1d7fd7c0cffc8a623364e148c55224a88ca8f10d4ca61793667619473c500894
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092530Z
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Target: CertificateManager.DescribeCertificate
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:25:30.510+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] [aws-sdk-go] DEBUG: Response acm/DescribeCertificate Details:
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 1269
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:25:35 GMT
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 8aa8c5ca-d7a3-4c1a-8f68-6800be966b6f
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] [aws-sdk-go] {"Certificate":{"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4","CreatedAt":1.570699461E9,"DomainName":"test-cert.project-dev-dev.me.uk","DomainValidationOptions":[{"DomainName":"test-cert.project-dev-dev.me.uk","ResourceRecord":{"Name":"_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.","Type":"CNAME","Value":"_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws."},"ValidationDomain":"test-cert.project-dev-dev.me.uk","ValidationMethod":"DNS","ValidationStatus":"SUCCESS"}],"ExtendedKeyUsages":[{"Name":"TLS_WEB_CLIENT_AUTHENTICATION","OID":"1.3.6.1.5.5.7.3.2"},{"Name":"TLS_WEB_SERVER_AUTHENTICATION","OID":"1.3.6.1.5.5.7.3.1"}],"InUseBy":[],"IssuedAt":1.570699511E9,"Issuer":"Amazon","KeyAlgorithm":"RSA-2048","KeyUsages":[{"Name":"DIGITAL_SIGNATURE"},{"Name":"KEY_ENCIPHERMENT"}],"NotAfter":1.6050096E9,"NotBefore":1.5706656E9,"Options":{"CertificateTransparencyLoggingPreference":"ENABLED"},"RenewalEligibility":"INELIGIBLE","Serial":"0f:98:95:aa:35:79:5d:c7:40:ea:a8:7c:78:1a:50:8e","SignatureAlgorithm":"SHA256WITHRSA","Status":"ISSUED","Subject":"CN=test-cert.project-dev-dev.me.uk","SubjectAlternativeNames":["test-cert.project-dev-dev.me.uk"],"Type":"AMAZON_ISSUED"}}
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] Waiting for state to become: [success]
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] [aws-sdk-go] DEBUG: Request acm/DescribeCertificate Details:
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: acm.ap-northeast-1.amazonaws.com
2019-10-10T18:25:35.732+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 109
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/acm/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=0734bca7357392ac415039da1c07ed896cbab87f9a2506fbe8d800ab3ac20897
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092535Z
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Target: CertificateManager.DescribeCertificate
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:25:35.732+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] [aws-sdk-go] DEBUG: Response acm/DescribeCertificate Details:
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 1269
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:25:35 GMT
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 653a7d59-741a-4d81-a7e3-cfb8dc86b10b
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] [aws-sdk-go] {"Certificate":{"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4","CreatedAt":1.570699461E9,"DomainName":"test-cert.project-dev-dev.me.uk","DomainValidationOptions":[{"DomainName":"test-cert.project-dev-dev.me.uk","ResourceRecord":{"Name":"_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.","Type":"CNAME","Value":"_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws."},"ValidationDomain":"test-cert.project-dev-dev.me.uk","ValidationMethod":"DNS","ValidationStatus":"SUCCESS"}],"ExtendedKeyUsages":[{"Name":"TLS_WEB_CLIENT_AUTHENTICATION","OID":"1.3.6.1.5.5.7.3.2"},{"Name":"TLS_WEB_SERVER_AUTHENTICATION","OID":"1.3.6.1.5.5.7.3.1"}],"InUseBy":[],"IssuedAt":1.570699511E9,"Issuer":"Amazon","KeyAlgorithm":"RSA-2048","KeyUsages":[{"Name":"DIGITAL_SIGNATURE"},{"Name":"KEY_ENCIPHERMENT"}],"NotAfter":1.6050096E9,"NotBefore":1.5706656E9,"Options":{"CertificateTransparencyLoggingPreference":"ENABLED"},"RenewalEligibility":"INELIGIBLE","Serial":"0f:98:95:aa:35:79:5d:c7:40:ea:a8:7c:78:1a:50:8e","SignatureAlgorithm":"SHA256WITHRSA","Status":"ISSUED","Subject":"CN=test-cert.project-dev-dev.me.uk","SubjectAlternativeNames":["test-cert.project-dev-dev.me.uk"],"Type":"AMAZON_ISSUED"}}
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [INFO] ACM Certificate validation for arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4 done, certificate was issued
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:35 [DEBUG] [aws-sdk-go] DEBUG: Request acm/DescribeCertificate Details:
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: POST / HTTP/1.1
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Host: acm.ap-northeast-1.amazonaws.com
2019-10-10T18:25:35.884+0900 [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.6 (+https://www.terraform.io)
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 109
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=<aws-key>/20191010/ap-northeast-1/acm/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=0734bca7357392ac415039da1c07ed896cbab87f9a2506fbe8d800ab3ac20897
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Date: 20191010T092535Z
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amz-Target: CertificateManager.DescribeCertificate
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Accept-Encoding: gzip
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: {"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4"}
2019-10-10T18:25:35.884+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:36 [DEBUG] [aws-sdk-go] DEBUG: Response acm/DescribeCertificate Details:
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: ---[ RESPONSE ]--------------------------------------
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: HTTP/1.1 200 OK
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Connection: close
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Length: 1269
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Content-Type: application/x-amz-json-1.1
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: Date: Thu, 10 Oct 2019 09:25:36 GMT
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: X-Amzn-Requestid: 43bc46f1-6524-4a58-90f4-0aa17f84ceb9
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4:
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: -----------------------------------------------------
2019-10-10T18:25:36.215+0900 [DEBUG] plugin.terraform-provider-aws_v2.31.0_x4: 2019/10/10 18:25:36 [DEBUG] [aws-sdk-go] {"Certificate":{"CertificateArn":"arn:aws:acm:ap-northeast-1:860602778092:certificate/7f6b4521-bd60-41f5-96d5-89a55ddb0be4","CreatedAt":1.570699461E9,"DomainName":"test-cert.project-dev-dev.me.uk","DomainValidationOptions":[{"DomainName":"test-cert.project-dev-dev.me.uk","ResourceRecord":{"Name":"_784ab3a2bdc724558bdbc61aa520a1ad.test-cert.project-dev-dev.me.uk.","Type":"CNAME","Value":"_c384f1690e7974cadbe9f1a13ec499d2.olprtlswtu.acm-validations.aws."},"ValidationDomain":"test-cert.project-dev-dev.me.uk","ValidationMethod":"DNS","ValidationStatus":"SUCCESS"}],"ExtendedKeyUsages":[{"Name":"TLS_WEB_SERVER_AUTHENTICATION","OID":"1.3.6.1.5.5.7.3.1"},{"Name":"TLS_WEB_CLIENT_AUTHENTICATION","OID":"1.3.6.1.5.5.7.3.2"}],"InUseBy":[],"IssuedAt":1.570699511E9,"Issuer":"Amazon","KeyAlgorithm":"RSA-2048","KeyUsages":[{"Name":"KEY_ENCIPHERMENT"},{"Name":"DIGITAL_SIGNATURE"}],"NotAfter":1.6050096E9,"NotBefore":1.5706656E9,"Options":{"CertificateTransparencyLoggingPreference":"ENABLED"},"RenewalEligibility":"INELIGIBLE","Serial":"0f:98:95:aa:35:79:5d:c7:40:ea:a8:7c:78:1a:50:8e","SignatureAlgorithm":"SHA256WITHRSA","Status":"ISSUED","Subject":"CN=test-cert.project-dev-dev.me.uk","SubjectAlternativeNames":["test-cert.project-dev-dev.me.uk"],"Type":"AMAZON_ISSUED"}}
2019-10-10T18:25:36.231+0900 [DEBUG] plugin: plugin process exited: path=/mnt/c/develop/projects/project-dev/test/.terraform/plugins/linux_amd64/terraform-provider-aws_v2.31.0_x4 pid=22684
2019-10-10T18:25:36.232+0900 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment