mirror of
https://github.com/ghndrx/terraform-foundation.git
synced 2026-02-10 06:45:06 +00:00
Enterprise-grade multi-tenant AWS cloud foundation. Modules: - GitHub OIDC for keyless CI/CD authentication - IAM account settings and security baseline - AWS Config Rules for compliance - ABAC (Attribute-Based Access Control) - SCPs (Service Control Policies) Features: - Multi-account architecture - Cost optimization patterns - Security best practices - Comprehensive documentation Tech: Terraform, AWS Organizations, IAM Identity Center
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
# Example variables for 00-bootstrap layer
|
|
# Copy to terraform.tfvars and update values
|
|
|
|
project_name = "myproject"
|
|
deployment_mode = "single-account" # or "multi-account"
|
|
region = "us-east-1"
|