What value does the Terraform Cloud/Terraform Enterprise private module registry provide over the public Terraform Module Registry?
Answer(s): C
Terraform Registry is an index of modules shared publicly using this protocol. This public registry is the easiest way to get started with Terraform and find modules created by others in the community.
https://www.terraform.io/docs/language/modules/sources.html
Which task does terraform init not perform?
Answer(s): D
https://www.terraform.io/docs/cli/commands/init.html
You have declared a variable called var.list which is a list of objects that all have an attribute id.Which options will produce a list of the IDs? (Choose two.)
Answer(s): B,D
Which argument(s) is (are) required when declaring a Terraform variable?
Answer(s): E
The variable declaration can also include a default argument.
https://www.terraform.io/docs/language/values/variables.html
When using a module block to reference a module stored on the public Terraform Module Registry such as:How do you specify version 1.0.0?
Share your comments for HashiCorp Terraform Associate exam with other users:
question 14 - run terraform import: this is the recommended best practice for bringing manually created or destroyed resources under terraform management. you use terraform import to associate an existing resource with a terraform resource configuration. this ensures that terraform is aware of the resource, and you can subsequently manage it with terraform.
good one nice
nice questions