Skip to content

Commit

Permalink
fix eks
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Aug 26, 2024
1 parent 7a0d848 commit 887032f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ module "eks" {
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 = 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 887032f

Please sign in to comment.