PushState pushes the terraform state file (the base state of the workspace, adding the newly imported resources) back to the workspace.
(ctx context.Context)
| 64 | ParallelImport(ctx context.Context, items []*ImportItem) error |
| 65 | // PushState pushes the terraform state file (the base state of the workspace, adding the newly imported resources) back to the workspace. |
| 66 | PushState(ctx context.Context) error |
| 67 | // CleanTFState clean up the specified TF resource from the workspace's state file. |
| 68 | CleanTFState(ctx context.Context, addr string) |
| 69 | // GetTerraformCfg generates the TF configuration from the import list. Only resources successfully imported will be processed. |
no outgoing calls
no test coverage detected