Open kuwas opened 4 years ago
b/263355133
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
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.
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.
Community Note
Description
New or Affected Resource(s)
google_compute_managed_region_ssl_certificate
Potential Terraform Configuration
References
b/305377470