Skip to content

Instantly share code, notes, and snippets.

@spy86
Created April 29, 2026 10:48
Show Gist options
  • Select an option

  • Save spy86/41b328fe598101fbcbc1663446afe89f to your computer and use it in GitHub Desktop.

Select an option

Save spy86/41b328fe598101fbcbc1663446afe89f to your computer and use it in GitHub Desktop.
data "azurerm_resource_group" "existing" {
name = "rg-shared-network"
}
output "existing_rg_location" {
value = data.azurerm_resource_group.existing.location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment