Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Add default config_vars for sqs_autoscaling_service
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kenny committed Dec 13, 2017
1 parent 9acf12b commit 65abc21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sqs_autoscaling_service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ variable "extra_vars" {
}

variable "config_vars" {
type = "map"
description = "Variables for the config template"
type = "map"
default = {}
}

variable "build_env" {
Expand Down

0 comments on commit 65abc21

Please sign in to comment.