The terraform.tfstate file always matches your currently built infrastructure.
Correct Answer:
B
🗳️
Reference:
https://www.terraform.io/docs/language/state/index.html
One remote backend configuration always maps to a single remote workspace.
Correct Answer:
A
🗳️
Reference:
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.?
Correct Answer:
A
🗳️
If you and your team are using Terraform to manage meaningful infrastructure, we recommend using the remote backend with Terraform Cloud or Terraform
Enterprise.
Reference:
https://www.terraform.io/docs/language/settings/backends/index.html
What is the workflow for deploying new infrastructure with Terraform?
Correct Answer:
D
🗳️
A provider configuration block is required in every Terraform configuration.
Example:
Correct Answer:
A
🗳️
Reference:
https://github.com/hashicorp/terraform/issues/17928