Commit 674be84a authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Merge pull request #24 from mhd999/fix/readme

Add missing variable to the usage example
parents 7a3aafb6 71a597ad
...@@ -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