hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Feature Request > google_compute_managed_region_ssl_certificate #5819

Open kuwas opened 4 years ago

kuwas commented 4 years ago

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

References

b/305377470

mitj04 commented 1 year ago

b/263355133

lingwooc commented 1 year ago

This is out of beta https://cloud.google.com/compute/docs/reference/rest/v1/regionSslCertificates. Comment here https://github.com/hashicorp/terraform-provider-google/issues/7836#issuecomment-732346247 suggests this is a small not a medium since its almost a copy of google_compute_managed_ssl_certificate

roaks3 commented 1 year ago

Update from the service team internally: while regionSslCertificates is available, it does not support managed certificates (it only appears like it supports them because it reuses the same proto as sslCertificates). Instead, support for this feature is expected in the Certificate Manager API, which would most likely be exposed in Terraform with a resource like certificate_manager_certificate.

Regarding a google_compute_managed_region_ssl_certificate resource, as mentioned in this ticket: there are no plans to support this with the Compute API.

roaks3 commented 1 month ago

I'm tempted to close this issue in its current state, since it doesn't actually represent a coverage gap. We could potentially convert it into a feature request against google_certificate_manager_certificate, but I think it might be better to close it and open a new issue for that.