The_________determines how Terraform creates, updates, or delete resources.
You can develop a custom provider to manage its resources using Terraform.
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 15 virtual machines (VM). You develop a Terraform configuration containing one VM. perform terraform apply, and see that your VM was created successfully. What should you do to delete the newly-created VM with Terraform?