Skip to content

Commit

Permalink
Merge pull request #499 from hmlanigan/bug-476-placement-constraints
Browse files Browse the repository at this point in the history
fix(application): allow both placement and constraints together.
  • Loading branch information
hmlanigan authored Jun 7, 2024
2 parents bb851ef + 6dc1eb2 commit dd6418e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/resource_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ func (r *machineResource) Schema(_ context.Context, req resource.SchemaRequest,
Validators: []validator.String{
stringvalidator.ConflictsWith(path.Expressions{
path.MatchRoot(SSHAddressKey),
path.MatchRoot(ConstraintsKey),
}...),
},
},
Expand Down

0 comments on commit dd6418e

Please sign in to comment.