Skip to content

Commit 71e7cd7

Browse files
Upgrade TF and TF provider versions (#6)
* Upgrade TF and TF provider versions Also pin TF at last open source version * Upgrade versions in terraform lock file
1 parent 1db61a8 commit 71e7cd7

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

terraform/.terraform.lock.hcl

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/providers.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 5.12.0"
5+
version = "~> 5.39.0"
66
}
77
tls = {
88
source = "hashicorp/tls"
9-
version = "~> 4.0.4"
9+
version = "~> 4.0.5"
1010
}
1111
acme = {
1212
source = "vancluever/acme"
13-
version = "~> 2.16.1"
13+
version = "~> 2.20.2"
1414
}
1515
}
1616

17-
required_version = "~> 1.5.4"
17+
required_version = "= 1.5.7"
1818
}
1919

2020
provider "aws" {

0 commit comments

Comments
 (0)