Skip to content

Commit 878e7bc

Browse files
committed
ci: update Terraform to 1.11.0
Changelog: https://github.com/hashicorp/terraform/releases/tag/v1.11.0
1 parent b46e6f8 commit 878e7bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/terraform/.terraform-version

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

infra/terraform/versions.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.10"
2+
required_version = ">= 1.11"
33

44
required_providers {
55
digitalocean = {

0 commit comments

Comments
 (0)