Free Terraform Associate Exam Braindumps (page: 39)

Page 38 of 113

Which of the following statements about Terraform modules is not true?

  1. Modules must be publicly accessible
  2. Modules can be called multiple times
  3. Module is a container for one or more resources
  4. Modules can call other modules

Answer(s): A

Explanation:

In addition to modules from the local filesystem, Terraform can load modules from a public or private registry. Also, members of your organization might produce modules specifically crafted for your own infrastructure needs. Source: https://www.terraform.io/language/modules



Terraform works well in Windows but a Windows server is required.

  1. False
  2. True

Answer(s): A

Explanation:

Terraform does not require GO language to be installed as a prerequisite and it does not require a Windows Server as well.



Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Enterprise automatically and proactively enforce this security control?

  1. With a Sentinel policy, which runs before every apply
  2. By adding variables to each TFE workspace to ensure these settings are always enabled
  3. With an S3 module with proper settings for buckets
  4. Auditing cloud storage buckets with a vulnerability scanning tool

Answer(s): A


Reference:

https://docs.hashicorp.com/sentinel/intro/what
https://medium.com/hashicorp-engineering/enforcing-aws-s3-security-best-practice-using- terraform-sentinel-ddcd181ff4b7



You have created 2 workspaces PROD and RQA. You have switched to RQA and provisioned RQA infrastructure from this workspace. Where is your state file stored?

  1. terraform.tfstate.d
  2. terraform.d
  3. terraform.tfstate.RQA
  4. terraform.tfstate

Answer(s): A






Post your Comments and Discuss HashiCorp Terraform Associate exam with other Community members:

Terraform Associate Discussions & Posts