Skip to content

Commit cfdc5b5

Browse files
chore: upgrade terraform
1 parent 6cb709c commit cfdc5b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Terraform
5353
uses: hashicorp/setup-terraform@v2
5454
with:
55-
terraform_version: 1.13.5
55+
terraform_version: 1.14.1
5656

5757
- name: Terraform fmt
5858
id: fmt

terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "6.20.0"
5+
version = "6.25.0"
66
}
77
random = {
88
source = "hashicorp/random"
@@ -14,11 +14,11 @@ terraform {
1414
}
1515
local = {
1616
source = "hashicorp/local"
17-
version = "2.5.3"
17+
version = "2.6.1"
1818
}
1919
}
2020

21-
required_version = "1.13.5"
21+
required_version = "1.14.1"
2222
}
2323

2424
provider "aws" {

0 commit comments

Comments
 (0)