Foundation
📄️ Aws Stack
A composite component that bundles foundational AWS components together for convenience:
📄️ S3 Backend
Utilize this component to set up the Terraform S3 Backend for managing your remote state.
📄️ Log Buckets
Log buckets are commonly required to collect AWS-generated logs for monitoring and observability.
📄️ S3 Backend Output
A utility component that writes the Terraform outputs as a JSON object into the same S3 bucket used for your state backend, using a S3BucketObject resource. This makes your stack’s output values easily accessible and shareable via S3.
📄️ Aws Provider
This is the top level wrapper component for official Hashicorp AWS Provider