Skip to content

Commit

Permalink
fix(aks): add resource_group_name variable
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <[email protected]>
  • Loading branch information
raphink committed Jan 24, 2022
1 parent 637fcdb commit 7582dd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/aks/extra_variables.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
variable "resource_group_name" {
description = "The Resource Group where the Managed Kubernetes Cluster should exist."
type = string
}

0 comments on commit 7582dd3

Please sign in to comment.