Daily Archives: 06/15/2025

Terraform: using import, and some hidden pitfalls

15 June 2025
 

 Terraform has two ways to bring existing resources under Terraform management – using the Terraform CLI and the terraform import command, or using the import resource. Why might we need to import resources? if we already have a manually configured (the “clickops”) service that we want to bring under Terraform management (for example, the common… Read More »