OpenShift 4 on AWS Terraform Module

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

  • An OpenShift 4 cluster based using AWS

  • The ArgoCD Helm module

Requirements

No requirements.

Providers

Name Version

n/a

Modules

Name Source Version

camptocamp/openshift4/aws

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

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

Path of the install-config.yaml

string

n/a

yes

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

The AWS region.

string

n/a

yes

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

string

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

no

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

string

"master"

no

Outputs

Name Description

n/a

The token to set in ARGOCD_AUTH_TOKEN environment variable.

The URL of the ArgoCD server.

n/a

The admin password for Grafana.

n/a

The content of the KUBECONFIG file.

n/a

n/a