docs(typo): fix cdn regions (#795)
This commit is contained in:
parent
855d3040ef
commit
8341478828
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ resource "stackit_cdn_distribution" "example_distribution" {
|
||||||
type = "http"
|
type = "http"
|
||||||
origin_url = "mybackend.onstackit.cloud"
|
origin_url = "mybackend.onstackit.cloud"
|
||||||
}
|
}
|
||||||
regions = ["EN", "US", "ASIA", "AF", "SA"]
|
regions = ["EU", "US", "ASIA", "AF", "SA"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ resource "stackit_cdn_distribution" "example_distribution" {
|
||||||
type = "http"
|
type = "http"
|
||||||
origin_url = "mybackend.onstackit.cloud"
|
origin_url = "mybackend.onstackit.cloud"
|
||||||
}
|
}
|
||||||
regions = ["EN", "US", "ASIA", "AF", "SA"]
|
regions = ["EU", "US", "ASIA", "AF", "SA"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue