How is the Terraform remote backend different than other state backends such as S3, Consul, etc.?
- It can execute Terraform runs on dedicated infrastructure on premises or in Terraform Cloud
- It doesn't show the output of a terraform apply locally
- It is only available to paying customers
- All of the above
Answer(s): A
Explanation:
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
Reveal Solution Next Question