stack-automation-docker
jd4883/stack-automation-docker/docker
Terraform Module
HCL
DOCKER
Fully automated docker stack deployment module written in terraform 0.14. This is a WIP and will likely evolve a bit over time
Install
module "stack-automation-docker" {
source = "jd4883/stack-automation-docker/docker"
version = "1.6.1"
}
README
terraform-docker-stack-automation-docker Fully automated docker stack deployment module written in terraform 0.14. This is a WIP and will likely evolve a bit over time NOTE: this readme is a WIP and will be updated with useful how-to information at a later time
Inputs (16)
| Name | Type | Description | Default |
|---|---|---|---|
| globals | string | required | |
| stack_name | string | required | |
| stack | string | required | |
| images | map(map(string)) | required | |
| networks | string | required | |
| exec | string | required | |
| vpn_labels | map | {} | |
| oauth | string | false | |
| organizr_cname | string | "home" | |
| customResponseHeaders | string | "X-Robots-Tag:noindex, nofollow, nosnipp | |
| STSSeconds | string | 315360000 | |
| vpn_ports | list | [] | |
| local_domain | string | "example.com" | |
| certresolver | string | "le" | |
| home | string | "/nobody" | |
| debug | string | 1 |
Outputs (1)
stackResources (1)
docker_container
Details
FrameworkTerraform Module
LanguageHCL
Version1.6.1
Cloud DOCKER
Total downloads1.7k
Inputs16
Outputs1
Resources1
Namespacejd4883
Updated