Skip to content

Commit 5ce810f

Browse files
committed
updating variable to use map instead of list
1 parent 8324623 commit 5ce810f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/modules/aws-groups/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ variable "group_path" {
1212
}
1313

1414
variable "policy_arn" {
15-
description = "List of policy ARNs to attach to the group"
16-
type = list(string)
15+
description = "Map of policy names to ARNs to attach to the group"
16+
type = map(string)
1717
}

0 commit comments

Comments
 (0)