VPC-SC as separate FAST stage 1 (#2460)

* initial commit

* README

* boilerplate

* tflint

* tfdoc

* fix security stage tests

* vpc-sc stage tests

* tflint

* fix resman stage test inventories

* security README

* stage-level README

* Update README.md

* flexible perimeter variable

* remove diagram

* change default to dry run

* default to dry run
This commit is contained in:
Ludovico Magnocavallo
2024-08-02 18:04:36 +02:00
committed by GitHub
parent 01a17ca491
commit 345716e576
36 changed files with 1178 additions and 251 deletions

View File

@@ -304,7 +304,8 @@ def get_tfvars_for_e2e():
)
tf_vars = {k: os.environ.get(f'TFTEST_E2E_{k}') for k in _variables}
if tf_vars['region'] == tf_vars['region_secondary']:
raise ValueError("E2E tests require distinct primary and secondary regions.")
raise ValueError(
"E2E tests require distinct primary and secondary regions.")
return tf_vars