Open JoshuaEdwards1991 opened 4 years ago
b/263774833
I've looked into this issue and it seems we need to add support for google_compute_managed_ssl_certificate
datasource.
google_compute_managed_ssl_certificate
https://compute.googleapis.com/compute/v1/projects/{project}/global/sslCertificates/{resourceId}
{resourceId}
in the GET API refers to the name of the SslCertificate resource.Read
function of the resource.datasourceSchemaFromResourceSchema
, addRequiredFieldsToSchema
and addOptionalFieldsToSchema
functions.Any update on this after 4 years, just asking
Community Note
Description
Data source for
google_compute_managed_ssl_certificate
missingNew or Affected Resource(s)
Potential Terraform Configuration
References
0000
b/305377553