Skip to content

Commit

Permalink
StringList doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jun 16, 2024
1 parent c9c3c1a commit 8a49806
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/modules/ssm_documents/deploy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ resource "aws_ssm_document" "nixos_deploy" {

}
substituters = {
type = "StringList"
type = "String"
description = "The substituters to use."
default = []
default = ""
}
trustedPublicKeys = {
type = "StringList"
type = "String"
description = "The key with which to verify the substituters."
default = []
default = ""
}
}
mainSteps = [
Expand Down

0 comments on commit 8a49806

Please sign in to comment.