Skip to content

Commit b4dffe9

Browse files
committed
update default vars value
1 parent 61617f3 commit b4dffe9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variables.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variable "cloudwatch_log_retention_in_days" {
1010
variable "command" {
1111
description = "Task command"
1212
type = string
13-
default = null
13+
default = ""
1414
}
1515

1616
variable "image" {
@@ -26,6 +26,7 @@ variable "name" {
2626
variable "environment_variables" {
2727
description = "ECS secrets environment variables"
2828
type = map(string)
29+
default = {}
2930
}
3031

3132
variable "network_mode" {
@@ -49,6 +50,7 @@ variable "requires_compatibilities" {
4950
variable "secret_environment_variables" {
5051
description = "ECS secrets environment variables"
5152
type = map(string)
53+
default = {}
5254
}
5355

5456
variable "ssm_kms_alias" {

0 commit comments

Comments
 (0)