Skip to content

Commit 4b69f89

Browse files
More permissive tf version
Ubuntu 22 has v1.12.1 available. This seems to work okay with the configs we have currently so it is probably okay to allow.
1 parent cc8ded6 commit 4b69f89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 1.11.3"
2+
required_version = "~> 1.11"
33

44
required_providers {
55
aws = {

terraform/staging/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 1.11.3"
2+
required_version = "~> 1.11"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)