Skip to content

Commit 7ec869c

Browse files
committed
Upgrade terraform to 1.11.0
To match forms-deploy's version
1 parent 4c5f90c commit 7ec869c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
merge_group:
88
types: [checks_requested]
99
env:
10-
TERRAFORM_VERSION: "1.9.8"
10+
TERRAFORM_VERSION: "1.11.0"
1111
jobs:
1212
terraform:
1313
runs-on: ubuntu-latest

.review_apps/.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.8
1+
1.11.0

.review_apps/site.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.9.8"
2+
required_version = "~> 1.11.0"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)