Skip to content

Latest commit

 

History

History
215 lines (181 loc) · 8.79 KB

File metadata and controls

215 lines (181 loc) · 8.79 KB

Azure AKS Terraform Module

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

  • An AKS cluster

  • The ArgoCD Helm module

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

Resources

Name Type

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

resource

data source

data source

data source

data source

data source

data source

data source

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 number of Agents that should exist in the Agent Pool. Please set agents_count null while enable_auto_scaling is true to avoid possible agents_count changes.

number

2

no

(Optional) The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.

number

null

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

App of Apps values

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