Initial terraform code

This commit is contained in:
2024-09-24 15:28:19 +02:00
parent f445996797
commit 78ce7b2485
30 changed files with 3432 additions and 0 deletions
@@ -0,0 +1,10 @@
[scaleway]
type = s3
provider = Scaleway
env_auth = false
access_key_id = $SCW_ACCESS_KEY
secret_access_key = $SCW_SECRET_KEY
region = $SCW_DEFAULT_REGION
endpoint = s3.$SCW_DEFAULT_REGION.scw.cloud
acl = private
storage_class = STANDARD