removed double negation

pull/32514/head
jerphi 3 years ago
parent b9fc2d62d1
commit 9932642442

@ -8,7 +8,7 @@ description: |-
# Resource Importability
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
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…
Cancel
Save