Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created November 10, 2020 03:29
Show Gist options
  • Save PradeepLoganathan/60529aec67a8ecc5066178b51bad8f19 to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/60529aec67a8ecc5066178b51bad8f19 to your computer and use it in GitHub Desktop.
resource "azurerm_resource_group" "aks_res_grp" {
name = "${var.resource_prefix}-rg"
location = var.location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment