Manage Terraform state. Follow these tutorials to import existing infrastructure and manipulate state storage.
Import existing infrastructure into Terraform. In this tutorial, you will use Terraform import to manage an existing Docker...
Keep your state secure and share it with collaborators by migrating it to Terraform Cloud. Initialize Terraform Cloud and...
Create an EC2 instance and security group, and move a resource to another state file. Remove, replace, and re-import resources...
Apply changes to an AWS S3 bucket and bucket objects using resource targeting. Target individual resources, modules, and...
Interpret and fix a Terraform configuration with common configuration language errors and deploy an EC2 instance with security...
Create an AWS instance and security group. Manually change the instance to create drift in your Terraform state file. Reconcile...
Create an AWS instance and security group. Update your configuration with lifecycle management blocks to prevent resource...
Deploy an EC2 instance to a Terraform Cloud workspace and use the Terraform API to interact with and update state.
Use refresh-only plans and applies to update Terraform state to match real-world infrastructure. Understand the implicit...
Use the Terraform console to inspect resources and evaluate Terraform expressions before using them in configurations....
Use the configuration-driven workflow to change Terraform resource IDs. Refactor configuration to move resources into modules...