16 What information does the public Terraform Module Registry automatically expose about published modules? A. Required input variables B. Optional inputs variables and default values C. Outputs D. All of the above E. None of the above 17 If a module uses a local values, you can expose that value with a terraform output. A. True B. False 18 You should store […]
HashiCorp Terraform Associate Exam Actual Questions-004解答
16 Correct Answer: E Reference: https://www.terraform.io/docs/registry/modules/publish.html 17 Correct Answer: A Output values are like function return values. Reference: https://www.terraform.io/docs/language/values/locals.html https://www.terraform.io/docs/language/values/outputs.html 18 Correct Answer: B Reference: https://blog.gruntwork.io/a-comprehensive-guide-to-managing-secrets-in-your-terraform-code-1d586955ace1 19 Correct Answer: D Reference: https://www.terraform.io/docs/language/functions/chomp.html 20 Correct Answer: BD The terraform import command is used to import existing infrastructure. Import existing Google Cloud resources into Terraform with Terraformer. Reference: https://www.terraform.io/docs/cli/import/usage.html https://cloud.google.com/docs/terraform
HashiCorp Terraform Associate Exam Actual Questions-003問題集
11 Which of the following is not a key principle of infrastructure as code? A. Versioned infrastructure B. Golden images C. Idempotence D. Self-describing infrastructure 12 Terraform variables and outputs that set the “description” argument will store that description in the state file. A. True B. False 13 What is the provider for this fictitious resource? A. vpc B. main C. aws D. test 14 […]