Last active
October 12, 2022 10:18
-
-
Save kunalworldwide/3f1544659be1c4428cc55ea1c4e19f68 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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