Posts Categorized: terraform

Removing template_file from terraform state

I’ve run into this issue a few times so recording here for future reference. template_file has been deprecated in terraform but I occasionally perform a terraform init before realising that there is a template_file command in the code. I get the error: So I need to remove the template_file resource from state to continue. Listing… Read more »