Get info about a Google Certificate Manager Certificate Map resource.
data "google_certificate_manager_certificate_map" "default" {
name = "cert-map"
}
The following arguments are supported:
name
- (Required) The name of the certificate map.project
- (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.See google_certificate_manager_certificate_map resource for details of the available attributes.