Skip to content

Commit 8341478

Browse files
authored
docs(typo): fix cdn regions (#795)
1 parent 855d304 commit 8341478

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/resources/cdn_distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "stackit_cdn_distribution" "example_distribution" {
2424
type = "http"
2525
origin_url = "mybackend.onstackit.cloud"
2626
}
27-
regions = ["EN", "US", "ASIA", "AF", "SA"]
27+
regions = ["EU", "US", "ASIA", "AF", "SA"]
2828
}
2929
}
3030
```

examples/resources/stackit_cdn_distribution/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ resource "stackit_cdn_distribution" "example_distribution" {
66
type = "http"
77
origin_url = "mybackend.onstackit.cloud"
88
}
9-
regions = ["EN", "US", "ASIA", "AF", "SA"]
9+
regions = ["EU", "US", "ASIA", "AF", "SA"]
1010
}
1111
}

0 commit comments

Comments
 (0)