Skip to content

Commit

Permalink
Merge pull request #1593 from jackh-ncl/upgrade-provider-versions
Browse files Browse the repository at this point in the history
Upgrade terraform provider versions
  • Loading branch information
mysticaltech authored Dec 23, 2024
2 parents d2d4423 + 5f3647d commit 4286ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.43.0"
version = ">= 1.49.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/host/versions.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.49.1"
}
}
}
8 changes: 4 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = ">= 5.44.0"
version = ">= 6.4.0"
}
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.43.0"
version = ">= 1.49.1"
}
local = {
source = "hashicorp/local"
version = ">= 2.4.0"
version = ">= 2.5.2"
}
remote = {
source = "tenstad/remote"
version = ">= 0.1.2"
version = ">= 0.1.3"
}
}
}

0 comments on commit 4286ad0

Please sign in to comment.