File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ A Functional example is included in the
6868| networks | List of networks Traefik should connect to. | list(string) | ` "traefik" ` | no |
6969| traefik_network | Name of Traefik (Docker overlay) network. | string | ` "traefik" ` | no |
7070| traefik_network_attachable | Make the default Traefik network attachable. | bool | ` false ` | no |
71- | traefik_version | Which Traefik Docker image version to use. | string | ` "2.4.9 " ` | no |
71+ | traefik_version | Which Traefik Docker image version to use. | string | ` "2.4.12 " ` | no |
7272| password | Password to login to Traefik dashboard (username: admin). | string | ` "traefik" ` | no |
7373| live_cert | Deploy Traefik with a live SSL cert. | bool | ` "false" ` | no |
7474| lets_encrypt_keytype | SSL cert key type to issue certs with. | string | ` "RSA2048" ` | no |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variable "traefik_network_attachable" {
3131variable "traefik_version" {
3232 type = string
3333 description = " Traefik Docker image version."
34- default = " 2.4.9 " # https://github.com/traefik/traefik/releases/latest
34+ default = " 2.4.12 " # https://github.com/traefik/traefik/releases/latest
3535}
3636
3737variable "password" {
You can’t perform that action at this time.
0 commit comments