1 The terraform.tfstate file always matches your currently built infrastructure. A. True B. False 2 One remote backend configuration always maps to a single remote workspace. A. True B. False 3 How is the Terraform remote backend different than other state backends such as S3, Consul, etc. A. It can execute Terraform runs on dedicated infrastructure on premises or in Terraform Cloud B. It doesn’t […]
HashiCorp Terraform Associate Exam Actual Questions-001解答
1 Correct Answer: B Reference: https://www.terraform.io/docs/language/state/index.html 2 Correct Answer: A Reference: https://www.terraform.io/docs/language/settings/backends/remote.html 3 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 4 Correct Answer: D 5 Correct Answer: A Reference: https://github.com/hashicorp/terraform/issues/17928