Hi,
Once I have destroyed instance on terraform (AWS), it got terminated on actual AWS console page but not destroyed. Is that normal behavior of terraform destroy option?
Thanks
Hi,
Once I have destroyed instance on terraform (AWS), it got terminated on actual AWS console page but not destroyed. Is that normal behavior of terraform destroy option?
Thanks
Terminated means deleted, so when you run terraform destroy in terraform and in the AWS GUI it shows as terminated, they will soon disappear.
Thanks JR, yes indeed it is disappear from console - thanks