Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Oct 8, 2024
1 parent 38c315e commit 78ec91f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions templates/complete_multi_region/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ terraform {
source = "Azure/azapi"
version = "~> 1.13"
}
local = {
source = "hashicorp/local"
version = "~> 2.5"
}
}
# backend "azurerm" {}
}
Expand Down
6 changes: 0 additions & 6 deletions templates/complete_multi_region/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ variable "subscription_id_management" {
description = "value of the subscription id for the Management subscription|azure_subscription_id"
}

variable "configuration_file_path" {
type = string
default = "config-hub-and-spoke-vnet-multi-region.yaml"
description = "The path of the configuration file|configuration_file_path"
}

variable "root_parent_management_group_id" {
type = string
default = ""
Expand Down

0 comments on commit 78ec91f

Please sign in to comment.