Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dutsmiller committed Jul 19, 2021
1 parent abaa414 commit 062ac15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This module will create a managed Kubernetes cluster using Azure Kubernetes Serv
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| acr\_pull\_access | map of ACR ids to allow AcrPull | `map(string)` | `{}` | no |
| api\_server\_authorized\_ip\_ranges | authorized IP ranges to communicate with K8s API | `map(string)` | n/a | yes |
| cluster\_name | Name of AKS cluster. | `string` | n/a | yes |
| configure\_network\_role | Add Network Contributor role for identity on input subnets. | `bool` | `true` | no |
| default\_node\_pool | Default node pool. Value refers to key within node\_pools variable. | `string` | `"default"` | no |
Expand Down

0 comments on commit 062ac15

Please sign in to comment.