Update Terraform github to v5 #5

Merged
kjuulh merged 1 commits from renovate/all into master 2022-10-26 20:47:10 +02:00
Showing only changes of commit 9479d68626 - Show all commits

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = ">= 4.0.0, < 5.0.0"
version = "< 6.0.0"
}
hcloud = {
source = "hetznercloud/hcloud"