cjww-development / terraform-docker-flame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache-2.0 license

terraform-template

This repository is to be used as a template for the generation of new terraform repositories.

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.flame resource
docker_image.flame_image resource
docker_network.flame_network resource
docker_volume.flame_volume resource
docker_registry_image.flame data source

Inputs

Name Description Type Default Required
access_interface_bind The network interface that the 5005 port will bind to string "0.0.0.0" no
access_port The host port number the internal port 5005 will map to number 5005 no
dashboard_password The password to access Flame string n/a yes
docker_host The host where docker resides string n/a yes
flame_container_name The name of the Flame container to be created string n/a yes
flame_image_name The name of the Flame docker image that should be pulled string n/a yes
flame_network_name The name of the docker network that the Flame container will be connected to string n/a yes
flame_volume_name The name of the docker volume to be used by the Flame container 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

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%