pulumi_wasm_providers_gcp_mini::compute

Module region_ssl_certificate

source
Expand description

A RegionSslCertificate resource, used for HTTPS load balancing. This resource provides a mechanism to upload an SSL key and certificate to the load balancer to serve secure connections from the user.

To get more information about RegionSslCertificate, see:

§Example Usage

§Import

RegionSslCertificate can be imported using any of these accepted formats:

  • projects/{{project}}/regions/{{region}}/sslCertificates/{{name}}

  • {{project}}/{{region}}/{{name}}

  • {{region}}/{{name}}

  • {{name}}

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

$ pulumi import gcp:compute/regionSslCertificate:RegionSslCertificate default projects/{{project}}/regions/{{region}}/sslCertificates/{{name}}
$ pulumi import gcp:compute/regionSslCertificate:RegionSslCertificate default {{project}}/{{region}}/{{name}}
$ pulumi import gcp:compute/regionSslCertificate:RegionSslCertificate default {{region}}/{{name}}
$ pulumi import gcp:compute/regionSslCertificate:RegionSslCertificate default {{name}}

Structs§

Functions§

  • Registers a new resource with the given unique name and arguments