terraform-aws-bootstrap¶
Purpose¶
Bootstrap Terraform for the AWS account. This repo establishes the foundational AWS configuration: provider setup, account-level tagging, and the IAM and S3 primitives that all other Terraform repos depend on.
What this repo manages¶
- AWS provider and region defaults
- Default tagging policy applied to all resources
- Account-level IAM foundation (roles, policies) — to be added
- Shared S3 buckets for tooling state — to be added
State backend¶
Terraform Cloud, workspace terraform-aws-bootstrap, org karl-vanderslice-org.
Next steps¶
- Authenticate AWS CLI:
aws sso loginor configureAWS_PROFILE - Run
just initto initialize the workspace - Run
just planto confirm zero-drift baseline - Add IAM foundation resources and re-plan