Which command prevents Terraform from performing any actual modifications and only shows what changes would be made?
Which command downloads the necessary provider plugins (e.g., AWS, Azure) specified in your configuration?
What Terraform command removes all resources defined in your current configuration from the cloud provider?
What does the 'terraform taint' command do (historically, though now '-replace' is preferred)?