Terraform Module Generator
Generateur de modules Terraform pour les principaux providers cloud.
Configuration
Options generales
Configuration generee
# main.tf
Architectures types
Web Server
EC2 + Security Group
Static Site
S3 + CloudFront
Database
RDS PostgreSQL
VPC
Network complet
ECS Fargate
Container service
EKS Cluster
Kubernetes AWS
Commandes utiles
# Initialiser
terraform init
# Valider
terraform validate
# Plan
terraform plan -out=tfplan
# Appliquer
terraform apply tfplan
# Detruire
terraform destroy