google_compute_region_ssl_policy

Represents a Regional SSL policy. SSL policies give you the ability to control the features of SSL that your SSL proxy or HTTPS load balancer negotiates.

To get more information about RegionSslPolicy, see:

Argument Reference

The following arguments are supported:


Attributes Reference

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

Timeouts

This resource provides the following Timeouts configuration options:

Import

RegionSslPolicy can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import RegionSslPolicy using one of the formats above. For example:

import {
  id = "projects/{{project}}/regions/{{region}}/sslPolicies/{{name}}"
  to = google_compute_region_ssl_policy.default
}

When using the terraform import command, RegionSslPolicy can be imported using one of the formats above. For example:

$ terraform import google_compute_region_ssl_policy.default projects/{{project}}/regions/{{region}}/sslPolicies/{{name}}
$ terraform import google_compute_region_ssl_policy.default {{project}}/{{region}}/{{name}}
$ terraform import google_compute_region_ssl_policy.default {{region}}/{{name}}
$ terraform import google_compute_region_ssl_policy.default {{name}}

User Project Overrides

This resource supports User Project Overrides.