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