Documentation
How-To Guides
Terraform

Terraform Importer

Guance CLI supports importing existing resources into your Terraform state. This allows you to take resources you've created by some other means and bring it under Terraform management.

Training

Import

Search and import from Guance cloud

ℹ️

WORKING IN PROGRESS. See Iacker (opens in a new tab).

guance iac import console --search --import-state

Import from JSON files

guance iac import console -r dashboard -f input.json
guance iac import console -r monitor -f input.json

Review

The imported dashboard will be saved in the out folder.

      • 01.json
      • 01.json
      • 02.json
    • main.tf
  • Apply

    Coming soon.

    Last updated on