Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Aflynn50 committed Apr 12, 2024
1 parent 3d13823 commit 4b7d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (r *applicationResource) Schema(_ context.Context, _ resource.SchemaRequest
stringplanmodifier.UseStateForUnknown(),
},
Validators: []validator.String{
stringIsBaseValidator{},
stringIsChannelValidator{},
},
},
"revision": schema.Int64Attribute{
Expand Down

0 comments on commit 4b7d5b9

Please sign in to comment.