We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61617f3 commit b4dffe9Copy full SHA for b4dffe9
variables.tf
@@ -10,7 +10,7 @@ variable "cloudwatch_log_retention_in_days" {
10
variable "command" {
11
description = "Task command"
12
type = string
13
- default = null
+ default = ""
14
}
15
16
variable "image" {
@@ -26,6 +26,7 @@ variable "name" {
26
variable "environment_variables" {
27
description = "ECS secrets environment variables"
28
type = map(string)
29
+ default = {}
30
31
32
variable "network_mode" {
@@ -49,6 +50,7 @@ variable "requires_compatibilities" {
49
50
variable "secret_environment_variables" {
51
52
53
54
55
56
variable "ssm_kms_alias" {
0 commit comments