Skip to content

Commit

Permalink
fix: add variable to support identities
Browse files Browse the repository at this point in the history
  • Loading branch information
owlleg6 authored Jun 11, 2024
1 parent 092338c commit 41c1963
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ variable "drc_log_levels" {
description = "List of Log levels"
default = ["Debug"]
}

variable "identity_ids" {
type = list(string)
description = "List of user assigned identity IDs"
default = null
}

0 comments on commit 41c1963

Please sign in to comment.