Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module "ec2_cluster" {
instance_type = "t2.micro"
key_name = "terraform-key"
monitoring = true
vpc_security_group_ids = ["sg-b8406afc"] # Get Default VPC Security Group ID and replace
subnet_id = "subnet-4ee95470" # Get one public subnet id from default vpc and replace
vpc_security_group_ids = ["sg-06215cd9a1493f74d"] # Get Default VPC Security Group ID and replace
subnet_id = "subnet-05e89e631d28cfe6d" # Get one public subnet id from default vpc and replace
user_data = file("apache-install.sh")

tags = {
Expand Down