Skip to content

Commit 4faff86

Browse files
committed
original format
1 parent 39c5428 commit 4faff86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ variable "services" {
445445
tags = optional(map(string))
446446

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

0 commit comments

Comments
 (0)