|
| 1 | +<!-- BEGIN_TF_DOCS --> |
| 2 | +## Requirements |
| 3 | + |
| 4 | +| Name | Version | |
| 5 | +|------|---------| |
| 6 | +| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.11 | |
| 7 | +| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 4.27.0 | |
| 8 | + |
| 9 | +## Providers |
| 10 | + |
| 11 | +| Name | Version | |
| 12 | +|------|---------| |
| 13 | +| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | >= 4.27.0 | |
| 14 | + |
| 15 | +## Modules |
| 16 | + |
| 17 | +No modules. |
| 18 | + |
| 19 | +## Resources |
| 20 | + |
| 21 | +| Name | Type | |
| 22 | +|------|------| |
| 23 | +| [azurerm_federated_identity_credential.alb_federated_identity](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential) | resource | |
| 24 | +| [azurerm_kubernetes_cluster.k8s](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster) | resource | |
| 25 | +| [azurerm_role_assignment.acr_pull](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) | resource | |
| 26 | +| [azurerm_role_assignment.appgwcontainerfix2](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) | resource | |
| 27 | +| [azurerm_role_assignment.appgwcontainerfix3](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) | resource | |
| 28 | +| [azurerm_role_assignment.node_infrastructure_update_scale_set](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment) | resource | |
| 29 | +| [azurerm_user_assigned_identity.alb_identity](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity) | resource | |
| 30 | +| [azurerm_container_registry.acr](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/container_registry) | data source | |
| 31 | +| [azurerm_log_analytics_workspace.workspace](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/log_analytics_workspace) | data source | |
| 32 | +| [azurerm_resource_group.node_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group) | data source | |
| 33 | +| [azurerm_resource_group.resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group) | data source | |
| 34 | +| [azurerm_subnet.akssubnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source | |
| 35 | +| [azurerm_subnet.appgwsubnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet) | data source | |
| 36 | + |
| 37 | +## Inputs |
| 38 | + |
| 39 | +| Name | Description | Type | Default | Required | |
| 40 | +|------|-------------|------|---------|:--------:| |
| 41 | +| <a name="input_agent_count"></a> [agent\_count](#input\_agent\_count) | n/a | `any` | n/a | yes | |
| 42 | +| <a name="input_aks_admins_group_object_id"></a> [aks\_admins\_group\_object\_id](#input\_aks\_admins\_group\_object\_id) | n/a | `any` | n/a | yes | |
| 43 | +| <a name="input_kubernetes_cluster_rbac_enabled"></a> [kubernetes\_cluster\_rbac\_enabled](#input\_kubernetes\_cluster\_rbac\_enabled) | n/a | `string` | `"true"` | no | |
| 44 | +| <a name="input_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version) | n/a | `any` | n/a | yes | |
| 45 | +| <a name="input_location"></a> [location](#input\_location) | Azure Location of resources | `string` | `"uksouth"` | no | |
| 46 | +| <a name="input_name"></a> [name](#input\_name) | Name for resources | `string` | `"devopsthehardway"` | no | |
| 47 | +| <a name="input_ssh_public_key"></a> [ssh\_public\_key](#input\_ssh\_public\_key) | n/a | `any` | n/a | yes | |
| 48 | +| <a name="input_tags"></a> [tags](#input\_tags) | n/a | `map(string)` | n/a | yes | |
| 49 | +| <a name="input_vm_size"></a> [vm\_size](#input\_vm\_size) | n/a | `any` | n/a | yes | |
| 50 | + |
| 51 | +## Outputs |
| 52 | + |
| 53 | +No outputs. |
| 54 | +<!-- END_TF_DOCS --> |
0 commit comments