Skip to content

Commit

Permalink
Merge pull request terraform-aws-modules#24 from mhd999/fix/readme
Browse files Browse the repository at this point in the history
Add missing variable to the usage example
  • Loading branch information
antonbabenko authored Mar 6, 2018
2 parents 2b2900a + b9077f1 commit cdb5441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module "ec2_cluster" {
key_name = "user1"
monitoring = true
vpc_security_group_ids = ["sg-12345678"]
subnet_id = "subnet-eddcdzz4"
tags = {
Terraform = "true"
Expand Down

0 comments on commit cdb5441

Please sign in to comment.