Which of the following should you add in the required_providers block to define a provider version constraint?
Running terraform fmt without any flags in a directory with Terraform configuration files will check the formatting of those files, but will never change their contents.
It is best practice to store secret data in the same version control repository as your Terraform configuration.
You must use different Terraform commands depending on the cloud provider you use.
Where does the Terraform local backend store its state?

A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of that resource block?
Select the command that doesn’t cause Terraform to refresh its state.
You can develop a custom provider to manage its resources using Terraform.
What does terraform import do?
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.