Pages Domain Args
data class PagesDomainArgs(val autoSslEnabled: Output<Boolean>? = null, val certificate: Output<String>? = null, val domain: Output<String>? = null, val expired: Output<Boolean>? = null, val key: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<PagesDomainArgs>
The gitlab.PagesDomain
resource allows connecting custom domains and TLS certificates in GitLab Pages. Upstream API: GitLab REST API docs
Import
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
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
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
The certificate in PEM format with intermediates following in most specific to least specific order.
Link copied to clipboard
The ID or URL-encoded path of the project owned by the authenticated user.