Skip to content

Commit

Permalink
hyphen replaces underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 2, 2025
1 parent 108e31e commit 4aa880e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ module "cluster" {
kube-state-metrics = {
most_recent = true
}
metrics_server = {
metrics-server = {
most_recent = true
}
prometheus_node_exporter = {
prometheus-node-exporter = {
most_recent = true
}
snapshot-controller = {
Expand Down

0 comments on commit 4aa880e

Please sign in to comment.