mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-31 18:02:48 -04:00
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
16 lines
710 B
Plaintext
16 lines
710 B
Plaintext
---
|
||
description: |-
|
||
Each resource in OpenTofu must implement some basic logic to become
|
||
importable. As a result, you cannot import all OpenTofu resources.
|
||
---
|
||
|
||
# Resource Importability
|
||
|
||
Each resource in OpenTofu must implement some basic logic to become
|
||
importable. As a result, you cannot import all OpenTofu 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 OpenTofu: Resources — Import](/docs/plugin/sdkv2/resources/import).
|