Skip to content

Commit

Permalink
Update Terraform hcloud to ~> 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2024
1 parent d6c0511 commit ba33d03
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
46 changes: 30 additions & 16 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.43.0"
version = "~> 1.48.0"
}
aws = "~> 5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion terraform-modules/server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "~> 1.43.0"
version = "~> 1.48.0"
}
}
}
Expand Down

0 comments on commit ba33d03

Please sign in to comment.