IaC describe command examples
snyk iac describe --helpUse --from to specify state files
--from to specify state filessnyk iac describe --from="tfstate://directory/*.tfstate"terraform state pull > state.tfstate
snyk iac describe --from="tfstate://state.tfstate"Use --to to specify the cloud provider to scan
--to to specify the cloud provider to scansnyk iac describe --to="aws+tf"Use --tf-provider-version to specify the Terraform provider version
--tf-provider-version to specify the Terraform provider versionsnyk iac describe --tf-provider-version=3.43.0Use --tf-lockfile to specify the Terraform lock file
--tf-lockfile to specify the Terraform lock fileUse --fetch-tfstate-headers to specify HTTP headers when fetching Terraform state
--fetch-tfstate-headers to specify HTTP headers when fetching Terraform stateUse --tfc-endpoint to read state from a Terraform Enterprise workspace
--tfc-endpoint to read state from a Terraform Enterprise workspaceUse --service to specify multiple services to inspect
--service to specify multiple services to inspectUse --strict to include service-linked resources in the report
--strict to include service-linked resources in the reportUse --json to output the report as JSON
--json to output the report as JSONLast updated
Was this helpful?

