ci: fix unauthorized issue on e2e testS
Some checks failed
development / Check commit compliance (push) Successful in 4s
pull-requests-open / Check commit compliance (pull_request) Successful in 5s
pull-requests-open / Check pre-commit status (pull_request) Successful in 13s
pull-requests-open / Run E2E tofu tests (pull_request) Failing after 16s

This commit is contained in:
Bertrand Lanson 2024-09-09 20:54:43 +02:00
parent 331752707d
commit 19c2032afa
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw
2 changed files with 3 additions and 1 deletions

View File

@ -112,3 +112,5 @@ jobs:
run: tofu test
shell: bash
working-directory: ${{ gitea.workspace }}
env:
VAULT_TOKEN: ${{ steps.tofu-auth.outputs.vault_token }}

View File

@ -25,7 +25,7 @@ run "two_tier" {
assert {
condition = module.landing_zone.database_subnetpool == null
error_message = "The database subnetpool does not seem correct"
error_message = "The database subnetpool is not null"
}
assert {