You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/cdn_custom_domain.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,5 @@ data "stackit_cdn_custom_domain" "example" {
47
47
48
48
Read-Only:
49
49
50
+
-`skip_dns_check` (Boolean) When true, skips the verification check that the custom domain points to the distribution domain via CNAME. Useful for zero-downtime migrations.
50
51
-`version` (Number) A version identifier for the certificate. Required for custom certificates. The certificate will be updated if this field is changed.
-`certificate` (String, Sensitive) The PEM-encoded TLS certificate. Required for custom certificates.
55
56
-`private_key` (String, Sensitive) The PEM-encoded private key for the certificate. Required for custom certificates. The certificate will be updated if this field is changed.
57
+
-`skip_dns_check` (Boolean) When true, skips the verification check that the custom domain points to the distribution domain via CNAME. Useful for zero-downtime migrations.
"main": "The TLS certificate for the custom domain. If omitted, a managed certificate will be used. If the block is specified, a custom certificate is used.",
46
-
"certificate": "The PEM-encoded TLS certificate. Required for custom certificates.",
47
-
"private_key": "The PEM-encoded private key for the certificate. Required for custom certificates. The certificate will be updated if this field is changed.",
48
-
"version": "A version identifier for the certificate. Required for custom certificates. The certificate will be updated if this field is changed.",
46
+
"main": "The TLS certificate for the custom domain. If omitted, a managed certificate will be used. If the block is specified, a custom certificate is used.",
47
+
"certificate": "The PEM-encoded TLS certificate. Required for custom certificates.",
48
+
"private_key": "The PEM-encoded private key for the certificate. Required for custom certificates. The certificate will be updated if this field is changed.",
49
+
"version": "A version identifier for the certificate. Required for custom certificates. The certificate will be updated if this field is changed.",
50
+
"skip_dns_check": "When true, skips the verification check that the custom domain points to the distribution domain via CNAME. Useful for zero-downtime migrations.",
0 commit comments