skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add CDN space

This commit is contained in:
Ethan Paul 2023-05-07 14:59:17 -04:00
parent e591db8581
commit fcb25b79ce
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
resource "digitalocean_spaces_bucket" "cdn" {
name = "en2-cdn"
region = "nyc3"
acl = "public-read"
force_destroy = false
}