Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk committed Jan 17, 2025
1 parent f267781 commit ec4e0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object({
resource_group_name = string
node_subnet_id = string
pod_cidr = string
service_cidr = string
service_cidr = optional(string)
})
```

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "network" {
resource_group_name = string
node_subnet_id = string
pod_cidr = string
service_cidr = string
service_cidr = optional(string)
})
description = "Values for the networking configuration of the AKS cluster"
}
Expand Down

0 comments on commit ec4e0e6

Please sign in to comment.