Skip to content

Commit 3acd90d

Browse files
authored
Merge pull request #282 from thcdrt/fix/containerregistry-plan-update-pending-status
fix containerregistry plan update pending status
2 parents 23639b1 + d418e7d commit 3acd90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/resource_cloud_project_containerregistry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func cloudProjectContainerRegistryPlanUpdate(d *schema.ResourceData, meta interf
321321
}
322322

323323
stateConf := &resource.StateChangeConf{
324-
Pending: []string{"UPDATING"},
324+
Pending: []string{"SCALING_UP"},
325325
Target: []string{"READY"},
326326
Refresh: waitForCloudProjectContainerRegistry(config.OVHClient, serviceName, d.Id()),
327327
Timeout: 30 * time.Minute,

0 commit comments

Comments
 (0)