chore: terraform
Some checks failed
ci/woodpecker/push/deplyoment Pipeline failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/release Pipeline failed

This commit is contained in:
kekskurse 2025-03-13 00:56:01 +01:00
parent 865c887be0
commit 10ad245b30

View file

@ -5,7 +5,7 @@ terraform {
region = "fr-par" region = "fr-par"
endpoints = { s3 = "https://s3.fr-par.scw.cloud" } endpoints = { s3 = "https://s3.fr-par.scw.cloud" }
profile = "miniauth" profile = "miniauth"
shared_credentials_files = "~/.aws/credentials" shared_credentials_files = ["~/.aws/credentials"]
skip_credentials_validation = true skip_credentials_validation = true
skip_region_validation = true skip_region_validation = true
skip_requesting_account_id = true skip_requesting_account_id = true