terraform-aws-bootstrap¶
A reusable OpenTofu/Terraform module that prepares a single AWS account for the
next tofu apply. Three sub-modules, no framework, no labels conventions:
state-backend— S3 + customer-managed KMS + S3-native locking.automation-iam— GitHub OIDC provider + an IAM role CI assumes.nuke-config— generates an aws-nuke (ekristen fork) YAML scoped to your account.
Designed to be re-runnable on fresh accounts. Account hardening, audit logging, threat detection, observability, and human operator roles are deliberately out of scope — they belong in a downstream stack you apply via the automation role this module creates.
Start here¶
- Quick start — one-call usage in the README.
- Master spec — scope decisions, rejected alternatives, multi-cloud roadmap.
- Engineering standards — module conventions, the tag-propagation rule, naming, security defaults.
Related projects¶
phpboyscout/infra— the first user of this module; private, defines the AWS account that supportsgo-tool-baseandrust-tool-base.go-tool-baseandrust-tool-base— the open-source CLI frameworks the AWS account ultimately exists to support.
Further reading¶
The blog carries a curated route through this subject: Infrastructure with AWS and OpenTofu collects everything written about it, ordered so you can start at the beginning rather than newest-first.
Ask phpbotscout

He answers questions about the projects over on the Discord, citing the docs where they already cover it, and offering to raise an issue where they don't. Bring a bug, an idea, or a questionable engineering decision.