Skip to content

Commit

Permalink
Add tags to the resource group in VNet injection example (databricks#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott authored Jul 3, 2023
1 parent f1c561d commit eac43af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/adb-vnet-injection/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "random_string" "naming" {
resource "azurerm_resource_group" "this" {
name = "${random_string.naming.result}-basic-demo-rg"
location = var.rglocation
tags = local.tags
}

locals {
Expand Down

0 comments on commit eac43af

Please sign in to comment.