3300ed2557
The adapter reads env.state_backend.bucket from the env JSON when present
(fallback to the computed nova-tfstate-{account_id}-{region} pattern for
backwards compat). dev.json bound to the real account 581513795199 +
bucket nova-tfstate-581513795199-us-east-1 (D-203). qa/prod/dr stay
placeholder (account_id 000000000000 — the pilot-readiness policy blocks
apply on placeholder, D-208). dynamodb added to the adapter test
EXPECTED_L1_KEYS + a resolution/emission test.
---ci---
project: acdl
phase: 3
milestone: v1.26
status: execute
wave: W3
---
17 lines
557 B
JSON
17 lines
557 B
JSON
{
|
|
"name": "qa",
|
|
"description": "QA environment — attested (QA HITL gate, confidence >= 0.75). Placeholder binding; replace account_id with the real QA account.",
|
|
"account_id": "000000000000",
|
|
"region": "us-east-1",
|
|
"state_backend": {
|
|
"bucket": "nova-tfstate-000000000000-us-east-1",
|
|
"lock_table": "acdl-qa-locks"
|
|
},
|
|
"network": {
|
|
"vpc_cidr": "10.1.0.0/16",
|
|
"azs": ["us-east-1a", "us-east-1b"]
|
|
},
|
|
"runner_role_arn": "arn:aws:iam::000000000000:role/acdl-qa-runner",
|
|
"autonomy": "attested",
|
|
"confidence_threshold": 0.75
|
|
} |