Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit ad14e85

Browse files
committed
add cors policy
1 parent 6790fcd commit ad14e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_example/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
provider "digitalocean" {
33
# You need to set this in your .bashrc
44
# export DIGITALOCEAN_TOKEN="Your API TOKEN"
5-
spaces_access_id = "ING6PR3ZYTSCEI2KHDBY"
6-
spaces_secret_key = "YuCbsjncTnDwUaBhsy1SUzMAW2eD6cTkaZqSamB1pvk"
5+
spaces_access_id = "xxxxxxxxxxxxxxxxxxxx"
6+
spaces_secret_key = "xxxxxxxxxxxxxxxxxxx"
77
}
88

99

0 commit comments

Comments
 (0)