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
489 B
JSON
17 lines
489 B
JSON
{
|
|
"name": "dev",
|
|
"description": "Default platform-managed dev environment for onboarding demos.",
|
|
"account_id": "581513795199",
|
|
"region": "us-east-1",
|
|
"state_backend": {
|
|
"bucket": "nova-tfstate-581513795199-us-east-1",
|
|
"lock_table": "acdl-dev-locks"
|
|
},
|
|
"network": {
|
|
"vpc_cidr": "10.0.0.0/16",
|
|
"azs": ["us-east-1a", "us-east-1b"]
|
|
},
|
|
"runner_role_arn": "arn:aws:iam::000000000000:role/acdl-dev-runner",
|
|
"autonomy": "full",
|
|
"confidence_threshold": 0.50
|
|
} |