terraform apply trying to destroy launch configuration that is deleted manually

401 Views Asked by At

I've deleted couple of launch configurations from AWS console which I didn't need. Now with an updated terraform script, terraform apply tries to deleted launch configurations that are deleted manually and fails. Prior to terraform apply terraform is accompanied by terraform init and plan.

It gives a validation error with launch configuration not found.

0

There are 0 best solutions below