5 lines
207 B
HCL
5 lines
207 B
HCL
resource "stackit_cdn_custom_domain" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
distribution_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
name = "https://xxx.xxx"
|
|
}
|