Created
April 29, 2026 10:48
-
-
Save spy86/41b328fe598101fbcbc1663446afe89f to your computer and use it in GitHub Desktop.
This file contains hidden or 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_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