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

Commit 65abc21

Browse files
author
Robert Kenny
committed
Add default config_vars for sqs_autoscaling_service
1 parent 9acf12b commit 65abc21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sqs_autoscaling_service/variables.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ variable "extra_vars" {
2929
}
3030

3131
variable "config_vars" {
32-
type = "map"
32+
description = "Variables for the config template"
33+
type = "map"
34+
default = {}
3335
}
3436

3537
variable "build_env" {

0 commit comments

Comments
 (0)