Skip to content

Commit

Permalink
Remove cronitor/opsgenie
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed May 7, 2024
1 parent cdf7947 commit ee0dca9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions templates/generic/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cluster" {
source = "github.com/getupcloud/terraform-cluster-generic?ref=v2.0.2"
source = "github.com/getupcloud/terraform-cluster-generic?ref=v2.2.0"

# cluster basics
customer_name = var.customer_name
Expand All @@ -14,11 +14,9 @@ module "cluster" {
dump_debug = var.dump_debug

# monitoring and operations
cronitor_enabled = var.cronitor_enabled
cronitor_pagerduty_key = var.cronitor_pagerduty_key
cronitor_notification_lists = var.cronitor_notification_lists
opsgenie_enabled = var.opsgenie_enabled
teleport_auth_token = var.teleport_auth_token
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
Expand Down

0 comments on commit ee0dca9

Please sign in to comment.