Skip to content

frontierhq/kubernetes-cluster-terraform-module

Repository files navigation

kubernetes-cluster-terraform-module

CI

About

This Terraform module deploys an azurerm_kubernetes_cluster and supporting resources.

Test

INCLUDE_DEV=true make install
make test

Requirements

Name Version
terraform ~> 1.5
azurerm ~> 3.65

Providers

Name Version
azurerm ~> 3.65

Modules

No modules.

Resources

Name Type
azurerm_kubernetes_cluster.main resource
azurerm_monitor_diagnostic_setting.main resource

Inputs

Name Description Type Default Required
environment n/a string n/a yes
identifier n/a string n/a yes
kubernetes_version n/a string n/a yes
location n/a string n/a yes
log_analytics_workspace_id n/a string n/a yes
node_count n/a number 1 no
resource_group_name n/a string n/a yes
set n/a string n/a yes
subnet_id n/a string n/a yes
tags n/a map(string) {} no
vm_size n/a string "Standard_DS2_v3" no
workload_name n/a string n/a yes
workload_type n/a string n/a yes
workload_version n/a string n/a yes
zone n/a string n/a yes
zones n/a list(string)
[
"1",
"2",
"3"
]
no

Outputs

Name Description
fqdn n/a
id n/a
identity n/a
key_vault_secrets_provider n/a
kube_config n/a
node_resource_group n/a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published