Skip to content

Commit

Permalink
ci: update Terraform to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Dec 7, 2024
1 parent 43ada36 commit 527fcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.11
1.1.9
2 changes: 1 addition & 1 deletion infra/terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.0"
required_version = ">= 1.1"

required_providers {
digitalocean = {
Expand Down

0 comments on commit 527fcdf

Please sign in to comment.