Skip to content

Commit 762e7ff

Browse files
committed
propogate to all instances from root variables.tf
1 parent 0a745b4 commit 762e7ff

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
@@ -447,7 +447,7 @@ variable "services" {
447447
# Container definition
448448
command = optional(list(string))
449449
cpu = optional(number)
450-
credentialSpecs = each.value.credentialSpecs
450+
credentialSpecs = optional(list(string))
451451
dependsOn = optional(list(object({
452452
condition = string
453453
containerName = string

0 commit comments

Comments
 (0)