Skip to content

Commit 1a63721

Browse files
authored
Merge pull request #53 from atlassian/release-from-bitbucket
Remove invalid validator from Integration Action -> Conditions -> fie…
2 parents a7f8c7f + c9056d3 commit 1a63721

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/provider/schemaAttributes/integration_action_resource_attributes.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ var IntegrationActionResourceAttributes = map[string]schema.Attribute{
9090
"field": schema.StringAttribute{
9191
Description: "The incident field to evaluate (e.g., 'message', 'priority', 'tags').",
9292
Required: true,
93-
Validators: []validator.String{
94-
stringvalidator.OneOf("message", "alias", "description", "source", "entity", "tags", "actions", "extra-properties", "priority", "details", "responders"),
95-
},
9693
},
9794
"operation": schema.StringAttribute{
9895
Description: "The comparison operation to perform (e.g., 'matches', 'contains', 'starts-with', 'ends-with', 'equals', 'contains-key', 'contains-value', 'greater-than', 'less-than', 'is-empty', 'equals-ignore-whitespace').",

0 commit comments

Comments
 (0)