Skip to content

Commit f657bad

Browse files
authored
fix(GROW-2435): change alert source Gcp to GCP (#1378)
1 parent 8f1041c commit f657bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/alert_rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type AlertRulesService struct {
3232
}
3333

3434
// Valid inputs for AlertRule Source property
35-
var AlertRuleSources = []string{"Agent", "AWS", "Azure", "Gcp", "K8s"}
35+
var AlertRuleSources = []string{"Agent", "AWS", "Azure", "GCP", "K8s"}
3636

3737
// Valid inputs for AlertRule Categories property
3838
var AlertRuleCategories = []string{"Anomaly", "Policy", "Composite"}

0 commit comments

Comments
 (0)