added infra setup with terraform
This commit is contained in:
parent
64ae58494b
commit
fcf203e1d8
8 changed files with 556 additions and 74 deletions
10
infra/terraform.tfvars.example
Normal file
10
infra/terraform.tfvars.example
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Copy to terraform.tfvars and fill in your values
|
||||
vpc_id = "vpc-0abc123def456"
|
||||
subnet_ids = ["subnet-0abc123", "subnet-0def456"] # 2+ subnets in different AZs
|
||||
db_password = "change-me-to-something-secure"
|
||||
ssh_cidr = "203.0.113.50/32" # Your home IP
|
||||
|
||||
# Optional overrides:
|
||||
# region = "us-east-1"
|
||||
# ec2_instance_type = "c5.xlarge"
|
||||
# scanning = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue