Skip to content

Commit

Permalink
bump Terraform version (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Apr 5, 2023
1 parent a9cba47 commit 40cda39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.3.2
terraform_version: 1.4.4

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -28,7 +28,7 @@ env:
PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.3.9
TF_VERSION: 1.4.4

jobs:
examples-blueprints:
Expand Down
2 changes: 1 addition & 1 deletion default-versions.tf
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

terraform {
required_version = ">= 1.3.1"
required_version = ">= 1.4.4"
required_providers {
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit 40cda39

Please sign in to comment.