You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Support for Free SSL Certificates in Huawei Cloud CCM Terraform Provider
Current Terraform Version
Terraform v1.9.8
Use-cases
The goal is to create a free SSL certificate using Huawei Cloud's Cloud Certificate Manager (CCM) through the official Terraform provider. This functionality is currently available via Huawei Cloud's web interface but seems to be unsupported in the current Terraform provider implementation.
This use case is critical for users looking to fully automate their cloud infrastructure management using Terraform while minimizing costs.
Attempted Solutions
I attempted to create an SSL certificate using the following Terraform code:
However, there seems to be no option to specify the creation of a free certificate (which is possible via the Huawei Cloud web interface). The provider only supports paid certificates like those from DigiCert.
Proposal
I suggest adding support to the huaweicloud_ccm_certificate resource to enable the creation of free SSL certificates. This could be achieved by introducing a new value for the cert_brand parameter (e.g., FREE_CERT) or a similar adjustment.
This enhancement would allow for seamless automation of certificate management for projects requiring quick and cost-free solutions.
References
I could not find any related issues in the repository. However, if this limitation is already under discussion, I would appreciate any references or updates.
The text was updated successfully, but these errors were encountered:
Feature Request: Support for Free SSL Certificates in Huawei Cloud CCM Terraform Provider
Current Terraform Version
Use-cases
The goal is to create a free SSL certificate using Huawei Cloud's Cloud Certificate Manager (CCM) through the official Terraform provider. This functionality is currently available via Huawei Cloud's web interface but seems to be unsupported in the current Terraform provider implementation.
This use case is critical for users looking to fully automate their cloud infrastructure management using Terraform while minimizing costs.
Attempted Solutions
I attempted to create an SSL certificate using the following Terraform code:
However, there seems to be no option to specify the creation of a free certificate (which is possible via the Huawei Cloud web interface). The provider only supports paid certificates like those from DigiCert.
Proposal
I suggest adding support to the
huaweicloud_ccm_certificate
resource to enable the creation of free SSL certificates. This could be achieved by introducing a new value for thecert_brand
parameter (e.g.,FREE_CERT
) or a similar adjustment.For example:
This enhancement would allow for seamless automation of certificate management for projects requiring quick and cost-free solutions.
References
I could not find any related issues in the repository. However, if this limitation is already under discussion, I would appreciate any references or updates.
The text was updated successfully, but these errors were encountered: