diff --git a/internal/service/ce/consts.go b/internal/service/ce/consts.go index a5c83fa1deb..70a87136d1e 100644 --- a/internal/service/ce/consts.go +++ b/internal/service/ce/consts.go @@ -4,6 +4,6 @@ const ( ResAnomalyMonitor = "Anomaly Monitor" ResAnomalySubscription = "Anomaly Subscription" ResCostCategory = "Cost Category" - ResCostAllocationTag = "Cost Allocation Tags" + ResCostAllocationTag = "Cost Allocation Tags" ResTags = "Tags" )