Skip to content

Commit

Permalink
fixed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gillianstravers committed Nov 21, 2024
1 parent a65e6e1 commit 43b1457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variable "create_resource_group" {
description = "A flag to create the Resource Group"
variable "create_ipg_resource_group" {
description = "A flag to create a Resource Group for the IP Groups"
type = bool
default = true
}

variable "resource_group" {
description = "The Resource Group to create"
description = "The Resource Group to add the IP Groups to or create if create_ipg_resource_group is true"
type = object({
name = string
location = string
Expand Down

0 comments on commit 43b1457

Please sign in to comment.