From d86fc1a2553522e08a0cbd31ecb7b3c93b8f2200 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Wed, 14 May 2025 17:20:52 +0200 Subject: [PATCH] Add `identity` to argument list --- website/docs/language/import/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/language/import/index.mdx b/website/docs/language/import/index.mdx index 08ce4cef36..5263621889 100644 --- a/website/docs/language/import/index.mdx +++ b/website/docs/language/import/index.mdx @@ -37,6 +37,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. + - `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. If you do not set the `provider` argument, Terraform attempts to import from the default provider.