google_compute_ssl_policy

Gets an SSL Policy within GCE from its name, for use with Target HTTPS and Target SSL Proxies. For more information see the official documentation.

Example Usage

data "google_compute_ssl_policy" "my-ssl-policy" {
  name = "production-ssl-policy"
}

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following attributes are exported: