Skip to content

Commit

Permalink
fix: add variable
Browse files Browse the repository at this point in the history
  • Loading branch information
owlleg6 authored Jun 11, 2024
1 parent 8bb9d7f commit e94b81a
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 @@ -185,3 +185,9 @@ variable "automatic_os_upgrade_policy" {
})
default = {}
}

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

0 comments on commit e94b81a

Please sign in to comment.