mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
removed double negation
This commit is contained in:
parent
b9fc2d62d1
commit
9932642442
@ -8,7 +8,7 @@ description: |-
|
|||||||
# Resource Importability
|
# Resource Importability
|
||||||
|
|
||||||
Each resource in Terraform must implement some basic logic to become
|
Each resource in Terraform must implement some basic logic to become
|
||||||
importable. As a result, you cannot import not all Terraform resources.
|
importable. As a result, you cannot import all Terraform resources.
|
||||||
|
|
||||||
The resources that you can import are documented at the bottom of
|
The resources that you can import are documented at the bottom of
|
||||||
each resource documentation page in the [Terraform Registry](https://registry.terraform.io/). If you have issues importing a resource, report an issue in the relevant provider repository.
|
each resource documentation page in the [Terraform Registry](https://registry.terraform.io/). If you have issues importing a resource, report an issue in the relevant provider repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user