qvest-task/terraform
aviyadeveloper e5069332e5 feat: AWS infrastructure setup with Terraform
Infrastructure components:
- VPC with single public subnet (10.0.0.0/16)
- Security group (SSH/HTTP/HTTPS from anywhere)
- EC2 instance (t3.medium, Ubuntu 24.04, 30GB encrypted gp3)
- S3 bucket for backups (versioned, encrypted)
- IAM role with S3FullAccess for EC2
- Route 53 DNS (gitea.poll-streams.com → EC2)
- Ed25519 SSH key generation via Terraform
2026-06-08 17:37:45 +02:00
..
.terraform.lock.hcl feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
backend.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
compute.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
dns.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
iam.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
main.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
outputs.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
security.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
storage.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
variables.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00
vpc.tf feat: AWS infrastructure setup with Terraform 2026-06-08 17:37:45 +02:00