Skip to content

Commit b7ed35a

Browse files
Update Terraform and provider versions to latest stable releases
1 parent fa46e5a commit b7ed35a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Terraform
5252
uses: hashicorp/setup-terraform@v2
5353
with:
54-
terraform_version: 1.11.2
54+
terraform_version: 1.12.1
5555

5656
- name: Terraform fmt
5757
id: fmt

terraform/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.92.0"
5+
version = "5.98.0"
66
}
77
random = {
88
source = "hashicorp/random"
9-
version = "3.7.1"
9+
version = "3.7.2"
1010
}
1111
archive = {
1212
source = "hashicorp/archive"
13-
version = "2.7.0"
13+
version = "2.7.1"
1414
}
1515
local = {
1616
source = "hashicorp/local"
1717
version = "2.5.2"
1818
}
1919
}
2020

21-
required_version = "1.11.2"
21+
required_version = "1.12.1"
2222
}
2323

2424
provider "aws" {

0 commit comments

Comments
 (0)