mirror of
https://github.com/ghndrx/terraform-foundation.git
synced 2026-02-09 22:35:00 +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
45 lines
413 B
Plaintext
45 lines
413 B
Plaintext
# Terraform
|
|
**/.terraform/
|
|
**/.terraform.lock.hcl
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfplan
|
|
tfplan
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Secrets & credentials
|
|
*.tfvars
|
|
!*.tfvars.example
|
|
backend.hcl
|
|
.env
|
|
.env.*
|
|
|
|
# Local artifacts
|
|
lambda.zip
|
|
*.zip
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Infracost
|
|
.infracost/
|
|
|
|
# OpenCode
|
|
.opencode/
|
|
|
|
# MCP
|
|
.mcp.json
|