terrantula import terraformImport Terraform state into Terrantula as entities and relationships
| Flag | Description |
|---|---|
--state <uri> | Local path, s3://bucket/key, or tfc://org/workspace (repeat for multiple states) (default: ``) (required) |
--config <path> | Path to YAML mapping config (required) |
--project <id> | Project ID (overrides global --project / saved config) |
--org <slug> | Organization slug (overrides global --org / saved config) |
--dry-run | Plan only — show changes without applying |
--plan | Alias for --dry-run (terraform-plan muscle memory) |
--strict | Treat unmatched TF resources as errors instead of warnings |
--allow-duplicates | Allow multiple TF resources to map to the same entity |
--replace | Delete terraform-managed entities that are no longer present in the supplied state |
--tfc-token <token> | TFC bearer token; or set TF_TOKEN_app_terraform_io / TFC_TOKEN |