Skip to content

Commit 7f40dab

Browse files
committed
Add wait setting to imports
Set wait for resources during import based on the wait setting configured (or based on default if not configured)
1 parent 6cbd33c commit 7f40dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kustomize/resource_kustomization.go

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ func kustomizationResourceImport(d *schema.ResourceData, m interface{}) ([]*sche
439439
}
440440

441441
d.Set("manifest", lac)
442+
d.Set("wait", d.Get("wait"))
442443

443444
return []*schema.ResourceData{d}, nil
444445
}

0 commit comments

Comments
 (0)