Skip to content

Commit

Permalink
bump tf deps and pin hcloud version (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: parafox <>
  • Loading branch information
parafoxx authored and Trolldemorted committed Mar 27, 2023
1 parent 1676a39 commit 62e1911
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 24 deletions.
50 changes: 28 additions & 22 deletions terraform/.terraform.lock.hcl

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

5 changes: 3 additions & 2 deletions terraform/bambictf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ terraform {
required_providers {
hetznerdns = {
source = "timohirt/hetznerdns"
version = "1.1.1"
version = "2.2.0"
}
hcloud = {
source = "hetznercloud/hcloud"
version = "1.35.2"
}
}
required_version = ">= 0.13"
required_version = ">= 1.0"
}

variable "HETZNERDNS_TOKEN" {}
Expand Down

0 comments on commit 62e1911

Please sign in to comment.