Skip to content

Commit

Permalink
Add missing variable assignment (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 11, 2023
1 parent 7e692ee commit f00fc86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "azuread_group" "group" {
display_name = var.display_name
description = var.description
visibility = var.visibility
types = var.types

members = var.members
owners = var.owners
Expand Down

0 comments on commit f00fc86

Please sign in to comment.