Add CDN space
This commit is contained in:
parent
e591db8581
commit
fcb25b79ce
6
skylab/infra/playbooks/terraform/spaces.cdn.tf
Normal file
6
skylab/infra/playbooks/terraform/spaces.cdn.tf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
resource "digitalocean_spaces_bucket" "cdn" {
|
||||||
|
name = "en2-cdn"
|
||||||
|
region = "nyc3"
|
||||||
|
acl = "public-read"
|
||||||
|
force_destroy = false
|
||||||
|
}
|
Reference in New Issue
Block a user