Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 16, 2024 00:56
Show Gist options
  • Select an option

  • Save KyMidd/fee96843b7fe259c472407b5ef0b8fcb to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/fee96843b7fe259c472407b5ef0b8fcb to your computer and use it in GitHub Desktop.
resource "azurerm_resource_group" "rg" {
name = "rg_name"
location = "East US"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment