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 43b1457 commit 473d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "azurerm_resource_group" "this" {
count = var.create_resource_group ? 1 : 0
count = var.create_ipg_resource_group ? 1 : 0
name = var.resource_group.name
location = var.resource_group.location
tags = merge(
Expand Down

0 comments on commit 473d08e

Please sign in to comment.