-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for d/vcf_certificate_authority
#206
Comments
d/vcf_certificate_authority
Assigned to Ryan Johnson, VMware by Broadcom. |
Reassigned to David Zhang, VMware by Broadcom. |
'Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. |
'Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. |
Code of Conduct
Description
Add data resource for
certificate_authority
that can be used in the certificate renewal and other related resources.Use Case(s)
When we replace a certificate for a domain resource (VCENTER, SDDC_MANAGER) with another certificate, we need to add the
certificate_authority
resource to the TF template. This makes the certificate_authority resource editable, which is unnecessary for certificate renewal. It also (1) adds unnecessary complexity by including the CA configuration in a certificate renewal TF template, (2) introduces a risk of incorrect CA configuration changes due to human error, and (3) prevents customers from using terraform destroy for the cert renewal TF template as it will remove the CA configuration.Potential Configuration
References
No response
The text was updated successfully, but these errors were encountered: