Azure AKS Terraform Module

The aks/azure Terraform module provides a way to install and configure:

Requirements

Name Version

>= 0.13

1.0.0

2.48.0

2.0.2

2.0.2

2.0.0

3.0.0

tls

3.0.0

Providers

Name Version

1.0.0

2.48.0

3.0.0

Modules

Name Source Version

Azure/aks/azurerm

Inputs

Name Description Type Default Required

A list of Object IDs of Azure Active Directory Groups which should have Admin Role on the Cluster.

list(string)

[]

no

The default virtual machine size for the Kubernetes agents

string

"Standard_D4s_v3"

no

App of apps values overrides.

string

""

no

ArgoCD Server Secert Key to avoid regenerate token on redeploy.

string

null

no

The base domain used for Ingresses.

string

n/a

yes

The name of the Kubernetes cluster to create.

string

n/a

yes

Extra applications to deploy.

list(any)

[]

no

The admin password for Grafana.

string

null

no

Specify which Kubernetes release to use.

string

"1.18.14"

no

OIDC configuration for core applications.

object({
    issuer_url              = string
    oauth_url               = string
    token_url               = string
    api_url                 = string
    client_id               = string
    client_secret           = string
    oauth2_proxy_extra_args = list(string)
  })

null

no

Disk size of nodes in GBs.

number

128

no

A custom ssh key to control access to the AKS cluster

string

""

no

The source repo URL of ArgoCD’s app of apps.

string

"https://github.com/camptocamp/devops-stack.git"

no

The Resource Group where the Managed Kubernetes Cluster should exist.

string

n/a

yes

The source target revision of ArgoCD’s app of apps.

string

"master"

no

The ID of a Subnet where the Kubernetes Node Pool should exist. Changing this forces a new resource to be created.

string

n/a

yes

Outputs

Name Description

n/a

The token to set in ARGOCD_AUTH_TOKEN environment variable.

The URL of the ArgoCD server.

The admin password for Grafana.

The content of the KUBECONFIG file.

n/a

n/a

n/a

n/a