feat: add versioning requirements, and automatic documentation pipeline #1

Merged
lanson merged 13 commits from feat/versioning into main 2024-09-10 17:19:57 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 19c2032afa - Show all commits

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 {