Skip to content

Commit b5e5f26

Browse files
committed
Typo
1 parent f273622 commit b5e5f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/workloads/infra/rules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
resource "aws_prometheus_rule_group_namespace" "recording_rules" {
88
count = var.enable_recording_rules ? 1 : 0
9-
name = "acclerator-infra-rules"
9+
name = "accelerator-infra-rules"
1010
workspace_id = var.managed_prometheus_workspace_id
1111
data = <<EOF
1212
groups:

0 commit comments

Comments
 (0)