Commit 71a597ad authored by Mohamad al moualem's avatar Mohamad al moualem

Fix: add missing variable to the usage example

parent 7a3aafb6
...@@ -22,6 +22,7 @@ module "ec2_cluster" { ...@@ -22,6 +22,7 @@ module "ec2_cluster" {
key_name = "user1" key_name = "user1"
monitoring = true monitoring = true
vpc_security_group_ids = ["sg-12345678"] vpc_security_group_ids = ["sg-12345678"]
subnet_id = "subnet-eddcdzz4"
tags = { tags = {
Terraform = "true" Terraform = "true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment