Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 27, 2024
1 parent 9a2a67f commit 37fcb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "dev" {
source = "github.com/hetznercloud/terraform-k8s-dev?ref=0.1.0"
source = "github.com/hetznercloud/terraform-k8s-dev?ref=v0.1.0" # x-release-please-version

name = "k8s-dev-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
hcloud_token = var.hcloud_token
Expand Down

0 comments on commit 37fcb91

Please sign in to comment.