Here you can find all the free questions related with HashiCorp Certified: Terraform Associate (003) (Terraform-Associate-003) exam. You can also find on this page links to recently updated premium files with which you can practice for actual HashiCorp Certified: Terraform Associate (003) Exam. These premium versions are provided as Terraform-Associate-003 exam practice tests, both as desktop software and browser based application, you can use whatever suits your style. Feel free to try the HashiCorp Certified: Terraform Associate (003) Exam premium files for free, Good luck with your HashiCorp Certified: Terraform Associate (003) Exam.
Question No: 1
MultipleChoice
Which of the following locations can Terraform use as a private source for modules? (Pick 2 correct responses)
Options
Answer C, DExplanation
Comprehensive and Detailed in-Depth
Terraform allows using private module sources hosted in:
C (Internally hosted VCS platforms, e.g., GitLab, Bitbucket, GitHub Enterprise)
D (Private GitHub repositories)
A (Public GitHub repository) -- GitHub is supported, but a public repo is not 'private'.
B (Public Terraform Registry) -- The public registry is not a private source.
Official Terraform Documentation Reference:
Terraform Module Sources
Question No: 2
MultipleChoice
In Terraform HCL, an object type of object({name=string, age-number}) would match this value.