Import SSL certificates using ACM module

609 views
Skip to first unread message

nicolas...@split.io

unread,
Mar 16, 2018, 12:55:10 PM3/16/18
to Terraform
Hi guys, 

            I'm importing my SSL certificates using aws_iam_server_certificate

resource "aws_iam_server_certificate" "cert" {
name_prefix = "cert"
certificate_chain = "${file("${path.module}/certificates/test_io.ca-bundle")}"
certificate_body = "${file("${path.module}/certificates/test_io.crt")}"
private_key = "${file("${path.module}/certificates/test_io.key")}"
}

but I want to do the same using the ACM module -> https://www.terraform.io/docs/providers/aws/r/acm_certificate.html

Does anyone know if this is possible? 

Thanks!!

N

⁞ Fernando Miguel

unread,
Mar 16, 2018, 12:59:38 PM3/16/18
to terrafo...@googlegroups.com

-- 

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/8a1cd0ab-b2bb-4960-bb44-b398b1f21ec4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mark Keisler

unread,
Mar 29, 2018, 10:51:36 AM3/29/18
to Terraform
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages