From 75464af25423f6d5d3268796f324928f2fc25b93 Mon Sep 17 00:00:00 2001 From: Jamie Alessio Date: Thu, 7 Sep 2017 10:18:58 -0700 Subject: [PATCH] Fix variable name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a89988..a32b849 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ module "asg" { instance_type = "m4.large" key_name = "ops" security_groups = "sg-c1afc0a8,sg-d4f906bd" - spot price = "0.010" + spot_price = "0.010" user_data = "${template_file.user_data.rendered}" # ASG parameters