From 463386f8c8b89b3a5ac216af384406f1dbbb6ce3 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Mon, 19 May 2025 13:07:07 -0700 Subject: [PATCH] Update website/docs/language/import/index.mdx --- website/docs/language/import/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/import/index.mdx b/website/docs/language/import/index.mdx index 5263621889..d6d8727483 100644 --- a/website/docs/language/import/index.mdx +++ b/website/docs/language/import/index.mdx @@ -36,7 +36,7 @@ The above `import` block defines an import of the AWS instance with the ID "i-ab The `import` block has the following arguments: - `to` - The instance address this resource will have in your state file. - - `id` - A string with the [import ID](#import-id) of the resource, or an expression that evaluates to a string. + - `id` - A string with the [import ID](#import-id) of the resource, or an expression that evaluates to a string. This argument is mutually exclusive with `identity`. - `identity` - A resource identity object that uniquely identifies a resource. It is mutually exclusive with `id`. - `provider` (optional) - An optional custom resource provider, see [The Resource provider Meta-Argument](/terraform/language/meta-arguments/resource-provider) for details.