We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb709c commit cfdc5b5Copy full SHA for cfdc5b5
.github/workflows/terraform.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Setup Terraform
53
uses: hashicorp/setup-terraform@v2
54
with:
55
- terraform_version: 1.13.5
+ terraform_version: 1.14.1
56
57
- name: Terraform fmt
58
id: fmt
terraform/main.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "6.20.0"
+ version = "6.25.0"
6
}
7
random = {
8
source = "hashicorp/random"
@@ -14,11 +14,11 @@ terraform {
14
15
local = {
16
source = "hashicorp/local"
17
- version = "2.5.3"
+ version = "2.6.1"
18
19
20
21
- required_version = "1.13.5"
+ required_version = "1.14.1"
22
23
24
provider "aws" {
0 commit comments