Name | Version |
---|---|
terraform | >= 1.3 |
azurerm | 3.77.0 |
cilium | >=0.1.10 |
local | 2.4.0 |
Name | Version |
---|---|
azurerm | 3.77.0 |
cilium | 0.2.0 |
local | 2.4.0 |
No modules.
Name | Type |
---|---|
azurerm_kubernetes_cluster.this | resource |
azurerm_subnet.node | resource |
azurerm_virtual_network.this | resource |
cilium_cilium.this | resource |
local_file.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aks | Feature of aks | object({ |
{ |
no |
cilium | Feature of cilium | object({ |
{ |
no |
location | Location (az group list | jq -r '.[0].location') | string |
n/a | yes |
resource_group_name | Resource Group Name (az group list | jq -r '.[0].name') | string |
n/a | yes |
subnet_node | Feature of subnet of node | object({ address_prefixes = list(string), name = string }) |
{ |
no |
vnet | Feature of vnet | object({ address_space = list(string), name = string }) |
{ |
no |
Name | Description |
---|---|
kube_config_raw | The azurerm_kubernetes_cluster 's kube_config_raw argument. Raw Kubernetes config to be used by kubectl and other compatible tools. |
kube_host | n/a |