We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d55a78 + a4cc364 commit 99d1c34Copy full SHA for 99d1c34
1 file changed
internal/api/providers/resource.go
@@ -171,7 +171,7 @@ func (r *ResourceItemSpec) syncVariables(ctx Context) error {
171
if varsResp.StatusCode() == 404 {
172
return fmt.Errorf("resource not found yet, retrying")
173
}
174
- if varsResp.StatusCode() != 204 {
+ if varsResp.StatusCode() != 202 {
175
return retry.Unrecoverable(fmt.Errorf("failed to update resource variables: %s", string(varsResp.Body)))
176
177
return nil
0 commit comments