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-stateImport from JSON files
guance iac import console -r dashboard -f input.jsonguance iac import console -r monitor -f input.jsonReview
The imported dashboard will be saved in the out folder.
- 01.json
- 01.json
- 02.json
- main.tf
Apply
Coming soon.
Last updated on