Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.tf Secret

Last active June 25, 2024 15:53
Show Gist options
  • Save KyMidd/5031b0dc0aadde7ca0c25cee1c3f9424 to your computer and use it in GitHub Desktop.
Save KyMidd/5031b0dc0aadde7ca0c25cee1c3f9424 to your computer and use it in GitHub Desktop.
data "azurerm_subscription" "current" {}
locals {
# Define RG where VMs live
rg_name = "rg-name"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment