mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-06 07:00:27 -05:00
862 B
862 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | Import: Resource Importability | docs-import-importability | Each resource in Terraform must implement some basic logic to become importable. As a result, not all Terraform resources are currently importable. |
Resource Importability
Each resource in Terraform must implement some basic logic to become importable. As a result, not all Terraform resources are currently importable. If you find a resource that you want to import and Terraform reports that it isn't importable, please report an issue.
Converting a resource to be importable is also relatively simple, so if you're interested in contributing that functionality, the Terraform team would be grateful.
To make a resource importable, please see the plugin documentation on writing a resource.