The terraform.tfstate file always matches your currently built infrastructure.
Answer(s): B
https://www.terraform.io/docs/language/state/index.html
One remote backend configuration always maps to a single remote workspace.
https://www.terraform.io/docs/language/settings/backends/remote.html
How is the Terraform remote backend different than other state backends such as S3, Consul, etc.?
Answer(s): A
If you and your team are using Terraform to manage meaningful infrastructure, we recommend using the remote backend with Terraform Cloud or TerraformEnterprise.
https://www.terraform.io/docs/language/settings/backends/index.html
What is the workflow for deploying new infrastructure with Terraform?
Answer(s): D
A provider configuration block is required in every Terraform configuration.Example:
https://github.com/hashicorp/terraform/issues/17928
Share your comments for HashiCorp Terraform Associate exam with other users:
question 14 - run terraform import: this is the recommended best practice for bringing manually created or destroyed resources under terraform management. you use terraform import to associate an existing resource with a terraform resource configuration. this ensures that terraform is aware of the resource, and you can subsequently manage it with terraform.
good one nice
nice questions