Skip to content

Instantly share code, notes, and snippets.

@tsacha
Created January 31, 2019 17:48
Show Gist options
  • Save tsacha/2ceba19db9b04f459cfbd8fb8b166b6f to your computer and use it in GitHub Desktop.
Save tsacha/2ceba19db9b04f459cfbd8fb8b166b6f to your computer and use it in GitHub Desktop.
terraform-issue
019/01/31 18:36:33 [DEBUG] apply: aws_acm_certificate.cert: executing Apply
2019-01-31T18:36:33.968+0100 [DEBUG] plugin.terraform-provider-aws_v1.57.0_x4: 2019/01/31 18:36:33 [DEBUG] ACM Certificate Import: {
2019-01-31T18:36:33.968+0100 [DEBUG] plugin.terraform-provider-aws_v1.57.0_x4: Certificate: <binary> len 2170,
2019-01-31T18:36:33.968+0100 [DEBUG] plugin.terraform-provider-aws_v1.57.0_x4: CertificateArn: "arn:aws:acm:us-east-1:xxxxx:certificate/xxxx,
2019-01-31T18:36:33.968+0100 [DEBUG] plugin.terraform-provider-aws_v1.57.0_x4: CertificateChain: <binary> len 3818,
2019-01-31T18:36:33.968+0100 [DEBUG] plugin.terraform-provider-aws_v1.57.0_x4: PrivateKey: <binary> len 40
2019-01-31T18:36:33.968+0100 [DEBUG] plugin.terraform-provider-aws_v1.57.0_x4: }
[…]
2019/01/31 18:36:34 [TRACE] root.cf-xxxxx: eval: *terraform.EvalWriteState
2019/01/31 18:36:34 [TRACE] root.cf-xxxxx: eval: *terraform.EvalApplyProvisioners
2019/01/31 18:36:34 [TRACE] root.cf-xxxxx: eval: *terraform.EvalIf
2019/01/31 18:36:34 [TRACE] root.cf-xxxxx: eval: *terraform.EvalWriteState
2019/01/31 18:36:34 [TRACE] root.cf-xxxxx: eval: *terraform.EvalWriteDiff
2019/01/31 18:36:34 [TRACE] root.cf-xxxxx: eval: *terraform.EvalApplyPost
2019/01/31 18:36:34 [ERROR] root.cf-xxxxx: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* aws_acm_certificate.cert: Error updating certificate: ValidationException: The private key is not supported.
status code: 400, request id: xxxx
2019/01/31 18:36:34 [ERROR] root.cf-xxxxxxxx: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* aws_acm_certificate.cert: Error updating certificate: ValidationException: The private key is not supported.
status code: 400, request id: xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment