This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker/infrastructure/terraform/docker/terraform.tfvars.example
T

10 lines
289 B
Plaintext

# Example only. Copy to terraform.tfvars for local use if needed.
# Do not commit host-specific overrides.
# docker_host = "unix:///var/run/docker.sock"
# Optional: list container names intentionally tracked in Terraform outputs.
managed_container_names = [
"example-container-name"
]