Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drupalwxt/terraform-kubernetes-drupalwxt
- Owner: drupalwxt
- License: mit
- Created: 2019-08-05T22:46:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T22:53:46.000Z (10 months ago)
- Last Synced: 2024-01-19T07:25:15.441Z (10 months ago)
- Topics: kubernetes, terraform
- Language: HCL
- Size: 75.2 KB
- Stars: 3
- Watchers: 5
- 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 = <