IAC/treafik.tf

19 lines
679 B
Terraform
Raw Normal View History

2025-01-09 08:01:54 +00:00
module "traefik" {
#source = "github.com/matthewbaggett/terraform_modules//products/traefik"
source = "./lib/grey.ooo/products/traefik"
enable_ssl = true
enable_non_ssl = true
acme_use_staging = true
acme_email = "matthew@baggett.me"
hello_service_domain = "hello.california.ti"
traefik_service_domain = "traefik.california.ti"
log_level = "DEBUG"
access_log = false
enable_ping = true
enable_docker_provider = false
enable_swarm_provider = true
enable_dashboard = true
api_insecure = true
api_debug = true
}