Skip to content

Instantly share code, notes, and snippets.

@kunalworldwide
Last active October 12, 2022 10:18
Show Gist options
  • Save kunalworldwide/3f1544659be1c4428cc55ea1c4e19f68 to your computer and use it in GitHub Desktop.
Save kunalworldwide/3f1544659be1c4428cc55ea1c4e19f68 to your computer and use it in GitHub Desktop.
data "azurerm_client_config" "Current" {}
resource "azurerm_resource_group" "RG" {
name = var.ResourceGroup.Name
location = var.ResourceGroup.Location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment