Skip to content

Commit 6b69f00

Browse files
committed
⚡ update default Vault version to 1.7.3
⚡ update readme ⚡ update terraform version contraints
1 parent 560ab6b commit 6b69f00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# terraform-docker-vault-dev
2-
A Terraform module to provision a HashiCorp [Vault](https://learn.hashicorp.com/vault) development container on a Docker host proxied by Traefik v2.3 (see https://github.com/colinwilson/terraform-docker-traefik-v2). See the variables file for the available configuration options.
2+
A Terraform module to provision a HashiCorp [Vault](https://learn.hashicorp.com/vault) development container on a Docker host proxied by Traefik v2.4.x (see https://github.com/colinwilson/terraform-docker-traefik-v2). See the variables file for the available configuration options.

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ variable "enable_ui" {
2626
variable "vault_version" {
2727
type = string
2828
description = "Vault Docker image version."
29-
default = "1.6.1"
29+
default = "1.7.3"
3030
}

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ terraform {
44
source = "kreuzwerker/docker"
55
}
66
}
7-
required_version = ">= 0.13, <= 0.14"
7+
required_version = ">= 0.13"
88
}

0 commit comments

Comments
 (0)