Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drupalwxt/terraform-kubernetes-drupalwxt

Terraform module for Drupal WxT
https://github.com/drupalwxt/terraform-kubernetes-drupalwxt

kubernetes terraform

Last synced: 4 days ago
JSON representation

Terraform module for Drupal WxT

Awesome Lists containing this project

README

        

# Terraform Kubernetes for Drupal WxT

## Introduction

This module deploys and configures Drupal WxT inside a Kubernetes Cluster.

## Security Controls

The following security controls can be met through configuration of this template:

- TBD

## Dependencies

- None

## Optional (depending on options configured)

- None

## Usage

```terraform
module "helm_drupalwxt" {
source = "git::https://github.com/drupalwxt/terraform-kubernetes-drupalwxt.git"

chart_version = "0.6.8"
depends_on = [
module.namespace_drupal,
module.drupal_database,
]

helm_namespace = "drupal"
helm_repository = "https://drupalwxt.github.io/helm-drupal"

values = <