Skip to content

Commit 0a745b4

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

File tree

4 files changed

+1
-71
lines changed

4 files changed

+1
-71
lines changed

β€Žexamples/windows-gmsa-service/main.tfβ€Ž

Lines changed: 0 additions & 58 deletions
This file was deleted.

β€Žexamples/windows-gmsa-service/outputs.tfβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

β€Žexamples/windows-gmsa-service/versions.tfβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€Žvariables.tfβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ variable "services" {
447447
# Container definition
448448
command = optional(list(string))
449449
cpu = optional(number)
450+
credentialSpecs = each.value.credentialSpecs
450451
dependsOn = optional(list(object({
451452
condition = string
452453
containerName = string

0 commit comments

Comments
Β (0)