mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
Update website/docs/cli/import/index.mdx
This commit is contained in:
parent
3c0e238370
commit
ef01b2827a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue