From 865c887be04c62caf40fa61b29d0263f00e2dffc Mon Sep 17 00:00:00 2001 From: kekskurse Date: Thu, 13 Mar 2025 00:55:20 +0100 Subject: [PATCH] chore: terraform --- resources/infra/backend.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/infra/backend.tf b/resources/infra/backend.tf index 5cfa6b7..74597d7 100644 --- a/resources/infra/backend.tf +++ b/resources/infra/backend.tf @@ -5,6 +5,7 @@ terraform { region = "fr-par" endpoints = { s3 = "https://s3.fr-par.scw.cloud" } profile = "miniauth" + shared_credentials_files = "~/.aws/credentials" skip_credentials_validation = true skip_region_validation = true skip_requesting_account_id = true