File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
stackit_cdn_custom_domain Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ CDN distribution data source schema.
1616## Example Usage
1717
1818``` terraform
19- # Create a CDN custom domain
2019resource "stackit_cdn_custom_domain" "example" {
2120 project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2221 distribution_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ CDN distribution data source schema.
1616## Example Usage
1717
1818``` terraform
19- # Create a CDN distribution
2019resource "stackit_cdn_distribution" "example_distribution" {
2120 project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2221 config = {
Original file line number Diff line number Diff line change 1- # Create a CDN custom domain
21resource "stackit_cdn_custom_domain" "example" {
32 project_id = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
43 distribution_id = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Original file line number Diff line number Diff line change 1- # Create a CDN distribution
21resource "stackit_cdn_distribution" "example_distribution" {
32 project_id = " xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
43 config = {
You can’t perform that action at this time.
0 commit comments