- (Exam Topic 4)
All Terraform Cloud tiers support team management and governance.
Correct Answer:
B
https://www.terraform.io/cloud-docs/overview
Terraform Cloud is a commercial SaaS product developed by HashiCorp. Many of its features are free for small teams, including remote state storage, remote runs, and VCS connections. We also offer paid plans for larger teams that include additional collaboration and governance features. Each higher paid upgrade plan is a strict superset of any lower plans — for example, the Team & Governance plan includes all of the features of the Team plan.
- (Exam Topic 4)
Anyone can publish and share modules on the Terraform Public Module Registry, and meeting the requirements for publishing a module is extremely easy. Select from the following list all valid requirements. (select three)
Correct Answer:
CDE
https://www.terraform.io/docs/registry/modules/publish.html#requirements
- (Exam Topic 3)
You have already set TF_LOG = DEBUG to enable debug log. Now you want to always write the log to the directory you're currently running terraform from. what should you do to achieve this.
Correct Answer:
B
https://www.terraform.io/docs/commands/environment-variables.html
- (Exam Topic 2)
How does Terraform handle working with so many providers?
Correct Answer:
B
Terraform is built on a plugin-based architecture. All providers and provisioners that are used in Terraform configurations are plugins, even the core types such as AWS and Heroku. Users of Terraform are able to write new plugins in order to support new functionality in Terraform.
- (Exam Topic 4)
A Terraform output that sets the ''sensitive'' argument to true will not store that value in the state file.
Correct Answer:
B
Reference: https://www.terraform.io/language/values/outputs