-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Support AWS Certificate Manager Private Certificate Authorities #4059
Comments
@bflad what are your thoughts on naming it The I also think this would more closely match other ACM resources as well, ref Thanks for putting together this issue, Is there anything I help get this feature implemented? |
I believe its important to denote PCA as a separate service and the naming comes directly from the SDK. It operates under a different endpoint that potentially acts differently than regular ACM. Certificate issuance may also require a separate resource. See also the |
I'll be picking up this feature request and can provide updates in the coming days (or maybe even a pull request 😉 ). |
New |
The new |
This has been released in version 1.18.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Amazon has released a new service, AWS Certificate Manager Private Certificate Authority (ACM PCA), which is a managed CA service. https://aws.amazon.com/about-aws/whats-new/2018/04/introducing-aws-certificate-manager-private-certificate-authority/
Please vote on this issue by adding a 👍 reaction to the original issue to help prioritize interest. If you're interested in implementing this feature request, please comment below.
Prerequisites:
meta.(*AWSClient).acmpcaconn
: provider: Support acmpca, fms, and secretsmanager connections #4049Terraform Version
terraform 0.10+
New Resource(s)
aws_acmpca_certificate_authority
Terraform Configuration Files
Expected Behavior
Resource creates, updates, and deletes ACM private certificate authorities.
Actual Behavior
New feature.
References
The text was updated successfully, but these errors were encountered: