Skip to content

Commit a30e422

Browse files
committed
original format
1 parent 762e7ff commit a30e422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ variable "services" {
445445
tags = optional(map(string))
446446

447447
# Container definition
448-
command = optional(list(string))
448+
command = optional(list(string)) #test
449449
cpu = optional(number)
450450
credentialSpecs = optional(list(string))
451451
dependsOn = optional(list(object({

0 commit comments

Comments
 (0)