PagesDomain

class PagesDomain : KotlinCustomResource

The gitlab.PagesDomain resource allows connecting custom domains and TLS certificates in GitLab Pages. Upstream API: GitLab REST API docs

Import

Starting in Terraform v1.5.0 you can use an import block to import gitlab_pages_domain. For example: terraform import { to = gitlab_pages_domain.example id = "see CLI command below for ID" } Import using the CLI is supported using the following syntax: GitLab pages domain can be imported using an id made up of projectId:domain without the http protocol, e.g.

$ pulumi import gitlab:index/pagesDomain:PagesDomain this 123:example.com

Properties

Link copied to clipboard
val autoSslEnabled: Output<Boolean>

Enables automatic generation of SSL certificates issued by Let’s Encrypt for custom domains. When this is set to "true", certificate can't be provided.

Link copied to clipboard
val certificate: Output<String>

The certificate in PEM format with intermediates following in most specific to least specific order.

Link copied to clipboard
val domain: Output<String>

The custom domain indicated by the user.

Link copied to clipboard
val expired: Output<Boolean>

Whether the certificate is expired.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val key: Output<String>?

The certificate key in PEM format.

Link copied to clipboard
val project: Output<String>

The ID or URL-encoded path of the project owned by the authenticated user.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: Output<String>

The URL for the given domain.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The verification code for the domain.

Link copied to clipboard
val verified: Output<Boolean>

The certificate data.