Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
spy86 authored Dec 30, 2024
1 parent 774df04 commit 06085d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data "azurerm_client_config" "current" {}

data "azurerm_resource_group" "main" {
data "azurerm_resource_group" "rg" {
name = var.resource_group_name
}
}

0 comments on commit 06085d9

Please sign in to comment.