https://github.com/drupalwxt/terraform-kubernetes-drupalwxt
Terraform module for Drupal WxT
https://github.com/drupalwxt/terraform-kubernetes-drupalwxt
kubernetes terraform
Last synced: about 1 month ago
JSON representation
Terraform module for Drupal WxT
- Host: GitHub
- URL: https://github.com/drupalwxt/terraform-kubernetes-drupalwxt
- Owner: drupalwxt
- License: mit
- Created: 2019-08-05T22:46:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-19T16:08:14.000Z (about 1 year ago)
- Last Synced: 2025-05-19T17:26:18.531Z (about 1 year ago)
- Topics: kubernetes, terraform
- Language: HCL
- Size: 37.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
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 = <