chore(infrastructure): change the AWS account used for tests
All checks were successful
main / test (push) Successful in 1m51s

This commit is contained in:
Julien Dessaux 2025-04-17 16:50:33 +02:00
parent 959edc9d00
commit 00ee290f29
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 11 additions and 19 deletions

View file

@ -1,5 +1,5 @@
provider "aws" {
profile = "root"
profile = "tests"
region = "eu-west-3"
}