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:
committed by
GitHub
parent
01a17ca491
commit
345716e576
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user