mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-16 07:01:11 -05:00
* Initial renaming, rewriting and cleaning up wave for the CLI docs. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Remove tutorial references. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Post-review fixes. Signed-off-by: Jakub Martin <kubam@spacelift.io> --------- Signed-off-by: Jakub Martin <kubam@spacelift.io>
17 lines
747 B
Plaintext
17 lines
747 B
Plaintext
---
|
||
page_title: 'Import: Resource Importability'
|
||
description: |-
|
||
Each resource in OpenTF must implement some basic logic to become
|
||
importable. As a result, you cannot import all OpenTF resources.
|
||
---
|
||
|
||
# Resource Importability
|
||
|
||
Each resource in OpenTF must implement some basic logic to become
|
||
importable. As a result, you cannot import all OpenTF resources.
|
||
|
||
The resources that you can import are documented at the bottom of
|
||
each resource documentation page in the [public Terraform Registry](https://registry.terraform.io/). If you have issues importing a resource, report an issue in the relevant provider repository.
|
||
|
||
To make a resource importable, refer to [Extending OpenTF: Resources — Import](/opentf/plugin/sdkv2/resources/import).
|