chore(infrastructure): change the AWS account used for tests
All checks were successful
main / test (push) Successful in 1m51s
All checks were successful
main / test (push) Successful in 1m51s
This commit is contained in:
parent
959edc9d00
commit
00ee290f29
2 changed files with 11 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
provider "aws" {
|
||||
profile = "root"
|
||||
profile = "tests"
|
||||
region = "eu-west-3"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue