Skip to content

Commit 198b317

Browse files
Update modules/container-definition/variables.tf
Co-authored-by: Bryant Biggs <[email protected]>
1 parent dc4ea61 commit 198b317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/container-definition/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "cpu" {
3737
variable "credentialSpecs" {
3838
description = "Specs for Credentials for gMSA (Windows containers)."
3939
type = list(string)
40-
default = []
40+
default = null
4141
}
4242

4343
# tflint-ignore: terraform_naming_convention

0 commit comments

Comments
 (0)