fix(cdn): manage Alliance hostname
This commit is contained in:
parent
a1c1f5e78f
commit
b395ddf4bd
1 changed files with 45 additions and 6 deletions
7
cdn.tf
7
cdn.tf
|
|
@ -199,6 +199,13 @@ resource "bunnynet_pullzone" "cran_allianceswisspass" {
|
|||
block_root_path = true
|
||||
}
|
||||
|
||||
resource "bunnynet_pullzone_hostname" "cran_allianceswisspass" {
|
||||
pullzone = bunnynet_pullzone.cran_allianceswisspass.id
|
||||
name = "cran.allianceswisspass.devxy.io"
|
||||
force_ssl = true
|
||||
tls_enabled = true
|
||||
}
|
||||
|
||||
# resource "bunnynet_storage_zone" "devxy-r-binaries" {
|
||||
# name = "devxy-r-binaries-storage"
|
||||
# region = "DE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue