Skip to content

Commit

Permalink
Fix: add missing variable to the usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhd999 committed Mar 6, 2018
1 parent 2b2900a commit b9077f1
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 b9077f1

Please sign in to comment.