Skip to content

Commit

Permalink
Fix incorrect data type on variable (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 16, 2023
1 parent f00fc86 commit f3c690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variable "description" {

variable "assignable_to_role" {
description = "Indicates whether this group can be assigned to an Azure Active Directory role. Can only be true for security-enabled groups. Changing this forces a new resource to be created."
type = string
type = bool
default = true
}

Expand Down

0 comments on commit f3c690c

Please sign in to comment.