From ef01b2827ae80de2ac305ae36ac6f0ee3ec2d2a2 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:33:27 -0400 Subject: [PATCH] Update website/docs/cli/import/index.mdx --- website/docs/cli/import/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/import/index.mdx b/website/docs/cli/import/index.mdx index 582b8353c6..274cbd7463 100644 --- a/website/docs/cli/import/index.mdx +++ b/website/docs/cli/import/index.mdx @@ -11,7 +11,7 @@ description: >- Terraform can import existing infrastructure resources. This functionality lets you bring existing resources under Terraform management. -~> Warning: Terraform expects that each remote object is bound to only one resource address. You should import each remote object to only one Terraform resource address. If you import the same object multiple times, Terraform may exhibit unwanted behavior. Refer to [State](/language/state) for more details. +~> **Warning:** Terraform expects that each remote object is bound to only one resource address. You should import each remote object to only one Terraform resource address. If you import the same object multiple times, Terraform may exhibit unwanted behavior. Refer to [State](/language/state) for more details. ## State Only