Skip to content

Commit

Permalink
Merge pull request #993 from RelativeSure/patch-1
Browse files Browse the repository at this point in the history
Update terraform provider versions
  • Loading branch information
aleksasiriski authored Sep 26, 2023
2 parents d80eb45 + e3c681c commit ebb5a71
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ plans-custom.yaml
kustomization.yaml
*kustomization_backup.yaml
kube.tf
.terraform.lock.hcl
.terraform.lock.hcl
4 changes: 2 additions & 2 deletions kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -826,11 +826,11 @@ provider "hcloud" {
}

terraform {
required_version = ">= 1.4.0"
required_version = ">= 1.5.0"
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.41.0"
version = ">= 1.43.0"
}
}
}
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.41.0"
version = ">= 1.43.0"
}
}
}
10 changes: 5 additions & 5 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
terraform {
required_version = ">= 1.4.0"
required_version = ">= 1.5.0"
required_providers {
github = {
source = "integrations/github"
version = ">= 4.0.0"
version = ">= 5.38.0"
}
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.41.0"
version = ">= 1.43.0"
}
local = {
source = "hashicorp/local"
version = ">= 2.0.0"
version = ">= 2.4.0"
}
remote = {
source = "tenstad/remote"
version = ">= 0.0.23"
version = ">= 0.1.2"
}
}
}

0 comments on commit ebb5a71

Please sign in to comment.