Skip to content

Commit

Permalink
upgrade to tf 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Oct 5, 2023
1 parent b0210b9 commit f409a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.4.7
terraform_version: 1.5.7

# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
Expand Down
2 changes: 2 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ terraform {
source = "hetznercloud/hcloud"
}
}

required_version = "1.5.7"
}

0 comments on commit f409a11

Please sign in to comment.