From 50ab9cc55dbb36dd5259af6d0bec7a15d8ab62d0 Mon Sep 17 00:00:00 2001 From: John Costa Date: Thu, 7 Dec 2023 17:31:55 -0500 Subject: [PATCH] [GH-8] bump version requirements --- .github/workflows/pre-commit.yml | 2 +- provider.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 35ba6b7..b0a0399 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v4 - uses: hashicorp/setup-terraform@v3 with: - terraform_version: "1.5.7" + terraform_version: "1.6.4" - name: Setup TFLint uses: terraform-linters/setup-tflint@v4.0.0 - uses: pre-commit/action@v3.0.0 diff --git a/provider.tf b/provider.tf index 41cd3ef..0190b1e 100644 --- a/provider.tf +++ b/provider.tf @@ -1,10 +1,10 @@ terraform { - required_version = "~> v1.5.0" + required_version = "~> v1.6.0" required_providers { digitalocean = { source = "digitalocean/digitalocean" - version = "2.28.0" + version = "2.32.0" } } }