removed double negation

This commit is contained in:
jerphi 2023-01-14 18:17:39 +01:00
parent b9fc2d62d1
commit 9932642442

View File

@ -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.