This guide walks you through migrating your existing Terraform OSS setup to Terraform Cloud without destroying your current AWS infrastructure.
Many teams begin with Terraform Open Source (OSS) on their local machines before transitioning to Terraform Cloud for enhanced collaboration, state management, and run governance. This guide walks you through migrating your existing Terraform OSS setup to Terraform Cloud without destroying your current AWS infrastructure.
Commit and push these changes to your version control system (if connected). Or, trigger the run directly:
Copy
Ask AI
terraform apply -auto-approve
CLI output will indicate a remote run:
Copy
Ask AI
Running apply in Terraform Cloud. Output will stream here. Press Ctrl+C to cancel.Preparing the remote apply...To view this run in a browser, visit:https://app.terraform.io/app/YOUR_ORGANIZATION_NAME/devops-aws-hashicat-dev/runs/<RUN_ID>
Upon completion, your Terraform Cloud workspace will reflect the latest state, and your AWS infrastructure remains intact throughout the migration.