cjww-development / terraform-docker-uptime-kuma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache-2.0 license

terraform-docker-uptime-kuma

This terraform repository deploys an instance of Uptime Kuma to a docker host.

Requirements

Name Version
terraform >=1.0.11
docker >=2.15.0

Providers

Name Version
docker >=2.15.0

Modules

No modules.

Resources

Name Type
docker_container.uptime_kuma resource
docker_image.uptime_kuma_image resource
docker_network.uptime_kuma_network resource
docker_volume.uptime_kuma_volume resource
docker_registry_image.uptime_kuma data source

Inputs

Name Description Type Default Required
access_interface_bind The network interface that the 3001 port will bind to string "0.0.0.0" no
access_port The host port number the internal port 3001 will map to number 3001 no
dns_servers What DNS servers the container should use to resolve domains set(string) n/a yes
docker_host The host where docker resides string n/a yes
restart_policy The restart policy for the container. Must be one of 'no', 'on-failure', 'always', 'unless-stopped'. Defaults to no. string n/a yes
uk_container_name The name of the Flame container to be created string n/a yes
uk_image_name The name of the Flame docker image that should be pulled string n/a yes
uk_network_name The name of the docker network that the Flame container will be connected to string n/a yes
uk_volume_name The name of the docker volume to be used by the Flame container string n/a yes

Outputs

No outputs.

License

This code is open sourced licensed under the Apache 2.0 License

About

License:Apache License 2.0


Languages

Language:HCL 100.0%