Skip to content

Commit 5047405

Browse files
authored
Merge pull request #26 from colinwilson/develop
⚡ update default traefik version to 2.7.0
2 parents e2b2793 + 7cbc013 commit 5047405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.1"` | no |
71+
| traefik_version | Which Traefik Docker image version to use. | string | `"2.7.0"` | 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 |

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "traefik_network_attachable" {
3131
variable "traefik_version" {
3232
type = string
3333
description = "Traefik Docker image version."
34-
default = "2.6.1" # https://github.com/traefik/traefik/releases/latest
34+
default = "2.7.0" # https://github.com/traefik/traefik/releases/latest
3535
}
3636

3737
variable "password" {

0 commit comments

Comments
 (0)