Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonhe committed Aug 17, 2024
1 parent 5b65a51 commit 1386373
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/azure-aks/variables.tf
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
variable "location" {
description = "The location where the resources will be created."
default = "East US"
type = string
}

variable "resource_group_name" {
description = "The name of the resource group"
default = "aks-rg"
type = string
}

variable "aks_cluster_name" {
description = "The name of the AKS cluster."
default = "aks-cluster"
type = string
}

variable "dns_prefix" {
description = "The DNS prefix for the AKS cluster."
default = "aks"
type = string
}

variable "tags" {
Expand Down

0 comments on commit 1386373

Please sign in to comment.