Skip to content

Commit 395b8b1

Browse files
authored
chore!: Increase the minimum required versions (#73)
Bumps the minimum required version for Terraform and both the AWS and TLS providers.
1 parent f0aaed4 commit 395b8b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ terraform {
1616
required_providers {
1717
aws = {
1818
source = "hashicorp/aws"
19-
version = ">= 4.0"
19+
version = ">= 5.0"
2020
}
2121

2222
tls = {
2323
source = "hashicorp/tls"
24-
version = ">= 3.0"
24+
version = ">= 4.0"
2525
}
2626
}
2727

28-
required_version = "~> 1.0"
28+
required_version = "~> 1.10"
2929
}

0 commit comments

Comments
 (0)