When using Terraform to deploy resources into Azure, which scenarios are true regarding state files?
- A. Changing resources via the Azure Cloud Console records the change in the current state file
- B. When you change a resource via the Azure Cloud Console. Terraform records the changes in a new state file
- C. When you change a Terraform-managed resource via the Azure Cloud Console. Terraform updates the state file to reflect the change during the next plan or apply
- D. Changing resources via the Azure Cloud Console does not update current state file