mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-21 11:01:23 -05:00
* website: plannable import docs * website: config gen docs * Update website/docs/cli/commands/plan.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * Update website/docs/cli/import/index.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * Update website/docs/language/import/index.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * Update website/docs/language/import/index.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * fix docs rendering * Apply suggestions from code review Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * link again to import blocks * fix genconfig example plan output * Update website/docs/language/import/index.mdx Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * add import resource config example * Apply suggestions from code review Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * attempt to fix nav * more explicit * fix build? * remove pseudo tutorial * add advice on when to gen * add note on idempotency * Apply suggestions from code review Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> Co-authored-by: Alan Szlosek Jr <alan.szlosek@hashicorp.com> * refer to cli cmd in usual way * more explanation for genconfig * remove unnecessary sentence * add heading * update help text * Apply suggestions from code review Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * update link * add import ID section * Apply suggestions from code review Co-authored-by: rita <8647768+ritsok@users.noreply.github.com> Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: rita <8647768+ritsok@users.noreply.github.com> Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * dial back didacticism * clarify genconfig instructions * explicit explanation of arg conflict * Apply suggestions from code review Co-authored-by: rita <8647768+ritsok@users.noreply.github.com> Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> * clarify import block required for genconfig --------- Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com> Co-authored-by: Alan Szlosek Jr <alan.szlosek@hashicorp.com> Co-authored-by: rita <8647768+ritsok@users.noreply.github.com>
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
---
|
|
page_title: 'State: Import Existing Resources'
|
|
description: >-
|
|
Terraform stores state which caches the known state of the world the last time
|
|
Terraform ran.
|
|
---
|
|
|
|
# Import Existing Resources
|
|
|
|
Terraform is able to import existing infrastructure. This allows you to take
|
|
resources you have created by some other means and bring them under Terraform management.
|
|
|
|
To learn more, see [Import](/terraform/language/import).
|