Reviewable infrastructure plan
Preview the resources and dependencies from the customer environment before an apply is authorized.
Terraform Base is the infrastructure artifact layer for the supported AWS pilot path. It translates a versioned Launch Rail blueprint into a reviewable plan that runs from the customer environment and keeps cloud credentials under customer control.
Generated foundation
The pilot focuses on a reproducible plan, explicit prerequisites, safe retries, and a clean handoff—not a claim that every cloud and topology is already interchangeable.
Preview the resources and dependencies from the customer environment before an apply is authorized.
Keep infrastructure inputs aligned with the selected blueprint and locked module versions.
Generated manifests reference customer-controlled secrets instead of writing credentials into project files or logs.
Model the networking, runtime, data, and messaging prerequisites required by the supported blueprint.
Launch Rail does not need to receive or store the credentials that control the customer cloud. The CLI reads ambient AWS credentials, generates artifacts, and performs the supported pilot workflow locally.
$ lr doctor
✓ prerequisites checked
✓ credential source: ambient AWS profile
$ lr plan
✓ blueprint dependencies resolved
✓ infrastructure plan ready for review
$ lr deploy aws
→ apply runs from this customer environmentDeployment review
We will map regions, network ownership, data services, secrets, DNS, observability, and approval boundaries to the documented pilot path.