Skip to content

Commit 92544a9

Browse files
nicosinghlonegunmanb
authored andcommitted
improve "tags" variable description
`tags` variable is not related to Virtual Network resources, it is related to AKS cluster resources instead.
1 parent c9a3383 commit 92544a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ variable "public_ssh_key" {
7676

7777
variable "tags" {
7878
type = map(string)
79-
description = "Any tags that should be present on the Virtual Network resources"
79+
description = "Any tags that should be present on the AKS cluster resources"
8080
default = {}
8181
}
8282

0 commit comments

Comments
 (0)