Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 22, 2024
1 parent 68625fe commit 55c5ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/tags.finops.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "terraform_data" "finops_roles" {
lifecycle {
precondition {
condition = !anytrue([for r in tolist(local.finops_roles): length(regexall("[^0-9a-z_]",r)) > 0 ])
error_message = "finops.roles fields can contain only 0-9, a-z, and underscore."
error_message = "Error in one of the finops.roles fields. Each value may contain only 0-9, a-z, and underscore."
}
}
}

0 comments on commit 55c5ef8

Please sign in to comment.