first claude draft

This commit is contained in:
buenosairesam
2025-12-29 14:40:06 -03:00
commit 116d4032e2
69 changed files with 5020 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Example Terraform variables
# Copy to terraform.tfvars and fill in your values
aws_region = "us-east-1"
environment = "staging"
project_name = "sysmonstm"
domain_name = "sysmonstm.mcrn.ar"
# EC2
ec2_instance_type = "t2.small"
ec2_key_name = "your-key-pair-name"
allowed_ssh_cidrs = ["YOUR.IP.ADDRESS/32"]
# Feature flags
enable_lambda_pipeline = false
enable_s3_backup = false