Skip to content

Commit

Permalink
Merge pull request #24 from colinwilson/develop
Browse files Browse the repository at this point in the history
⚡ update default traefik version to 2.6.0
  • Loading branch information
colinwilson authored Feb 7, 2022
2 parents 6d6610c + ab6f335 commit ee89f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ A Functional example is included in the
| networks | List of networks Traefik should connect to. | list(string) | `"traefik"` | no |
| traefik_network | Name of Traefik (Docker overlay) network. | string | `"traefik"` | no |
| traefik_network_attachable | Make the default Traefik network attachable. | bool | `false` | no |
| traefik_version | Which Traefik Docker image version to use. | string | `"2.5.6"` | no |
| traefik_version | Which Traefik Docker image version to use. | string | `"2.6.0"` | no |
| password | Password to login to Traefik dashboard (username: admin). | string | `"traefik"` | no |
| live_cert | Deploy Traefik with a live SSL cert. | bool | `"false"` | no |
| lets_encrypt_keytype | SSL cert key type to issue certs with. | string |`"RSA2048"` | no |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "traefik_network_attachable" {
variable "traefik_version" {
type = string
description = "Traefik Docker image version."
default = "2.5.6" # https://github.com/traefik/traefik/releases/latest
default = "2.6.0" # https://github.com/traefik/traefik/releases/latest
}

variable "password" {
Expand Down

0 comments on commit ee89f0e

Please sign in to comment.