non-existent resources
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Terraform probably applied the resources somewhere other than where you’re looking.
This happens when credentials point to a different account, subscription, or region than expected. Terraform doesn’t warn you if you’re authenticated correctly but targeting the wrong environment—it just applies successfully.
This is especially common in CI setups where multiple cloud credentials exist side by side.
Takeaway: Always verify account and region before assuming Terraform didn’t work.