Apache-2.0 license

terraform-docker-home-assistant

This repository deploys a PiHole setup to docker

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.home_assistant resource
docker_image.home_assistant resource
docker_volume.home_assistant resource
docker_registry_image.home_assistant data source

Inputs

Name Description Type Default Required
docker_host The host where docker resides string n/a yes
home_assistant_container_name The name of the Home Assistant container to be created string n/a yes
home_assistant_image_name The name of the Home Assistant docker image that should be pulled string n/a yes
home_assistant_volume_name The name of the docker volume to be used by the Home Assistant container string n/a yes
local_time_path The path to the systems localtime string "/etc/localtime" no
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

Outputs

No outputs.

License

This code is open sourced licensed under the Apache 2.0 License