chore: terraform
This commit is contained in:
parent
865c887be0
commit
10ad245b30
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Reference in a new issue