KinD Terraform Module

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

  • A KinD cluster based on Docker

  • The ArgoCD Helm module

Requirements

Name Version

~> 2.15.0

~> 0.0.9

Providers

Name Version

~> 2.15.0

~> 0.0.9

n/a

n/a

tls

n/a

Modules

Name Source Version

Inputs

Name Description Type Default Required

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

null

no

The name of the Kubernetes cluster to create.

string

n/a

yes

Whether to enable minio object storage system

bool

true

no

Extra AppProjects objects to deploy.

any

[]

no

Extra ApplicationSets objects to deploy.

any

[]

no

Extra Applications objects to deploy.

any

[]

no

The admin password for Grafana.

string

null

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

n/a

object({
    prometheus_oauth2_proxy_extra_args = list(string)
    prometheus_oauth2_proxy_image      = string
    prometheus_oauth2_proxy_extra_volume_mounts = list(object({
      name       = string
      mount_path = string
    }))
  })
{
  "prometheus_oauth2_proxy_extra_args": [],
  "prometheus_oauth2_proxy_extra_volume_mounts": [],
  "prometheus_oauth2_proxy_image": "quay.io/oauth2-proxy/oauth2-proxy:v7.1.3"
}

no

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

string

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

no

A list of repositories to add to ArgoCD.

map(map(string))

{}

no

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

string

"v0.56.0"

no

Allow to disable wait for app of apps

bool

true

no

Outputs

Name Description

App of Apps values

The token to set in ARGOCD_AUTH_TOKEN environment variable.

The URL of the ArgoCD server.

The ArgoCD admin password.

n/a

The admin password for Grafana.

The password of a regular user jdoe.

The password of Keycloak’s admin user.

The content of the KUBECONFIG file.

n/a

n/a