Skip to content

Commit

Permalink
deps: update terraform github.com/hetznercloud/kubernetes-dev-env to …
Browse files Browse the repository at this point in the history
…v0.5.2 (#713)
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 5786133 commit 914d5e1
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 37 deletions.
1 change: 1 addition & 0 deletions dev/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.terraform/
terraform.tfstate*
.terraform.tfstate*
*.auto.tfvars

files/
68 changes: 34 additions & 34 deletions dev/.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 dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ up: .terraform env.auto.tfvars
$(MAKE) port-forward

down: .terraform env.auto.tfvars
files/registry-port-forward.sh down
if test -f files/registry-port-forward.sh; then files/registry-port-forward.sh down; fi
tofu destroy -auto-approve

port-forward:
Expand Down
2 changes: 1 addition & 1 deletion dev/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "dev" {
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.1"
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.2"

name = "hccm-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
worker_count = 1
Expand Down
2 changes: 1 addition & 1 deletion dev/robot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "registry_robot" {
count = var.robot_enabled ? 1 : 0
depends_on = [null_resource.reset_robot]

source = "github.com/hetznercloud/kubernetes-dev-env//k3s_registry?ref=v0.5.1"
source = "github.com/hetznercloud/kubernetes-dev-env//k3s_registry?ref=v0.5.2"

server = { id = "0", ipv4_address = local.robot_ipv4 }
}
Expand Down

0 comments on commit 914d5e1

Please sign in to comment.