Skip to content

Commit

Permalink
bump kind
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Aug 27, 2024
1 parent 6bca82e commit 02a7c1d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions templates/kind/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "kind" {
source = "github.com/getupcloud/terraform-cluster-kind?ref=v2.5.1"
source = "github.com/getupcloud/terraform-cluster-kind?ref=v3.0.0"

# cluster basics
customer_name = var.customer_name
Expand All @@ -12,17 +12,13 @@ module "kind" {
#dump_debug = var.dump_debug

# monitoring and operations
cronitor_enabled = var.cronitor_enabled
cronitor_pagerduty_key = var.cronitor_pagerduty_key
cronitor_notification_list = var.cronitor_notification_lists
opsgenie_enabled = var.opsgenie_enabled
cronitor_id = var.cronitor_id
opsgenie_integration_api_key = var.opsgenie_integration_api_key
teleport_auth_token = var.teleport_auth_token

# flux
flux_git_repo = var.flux_git_repo
flux_wait = var.flux_wait
flux_version = var.flux_version
manifests_template_vars = local.manifests_template_vars

# provider specific
}

0 comments on commit 02a7c1d

Please sign in to comment.