chore: terraform
This commit is contained in:
parent
b372d21abb
commit
865c887be0
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +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"
|
||||||
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