TERRAFORM-ASSOCIATE-003 Exam Questions
247 real TERRAFORM-ASSOCIATE-003 exam questions with expert-verified answers and explanations. Page 2 of 5.
- Question #51
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
- Question #52
The_________determines how Terraform creates, updates, or delete resources.
- Question #53
How does Terraform determine dependencies between resources?
- Question #54
What Terraform command always causes a state file to be updated with changes that might have been made outside of Terraform?
- Question #55
You want to know from which paths Terraform is loading providers referenced in your Terraform configuration (* files). You need to enable additional logging messages to find this o...
- Question #56
Which of the following is not a valid Terraform collection type?
- Question #57
A module can always refer to all variables declared in its parent module.
- Question #58
You much initialize your working directory before running terraform validate.
- Question #59
What type of block is used to construct a collection of nested configuration blocks?
- Question #60
You are using a networking module in your Terraform configuration with the name label my- network. In your main configuration you have the following code: When you run terraform va...
- Question #61
Where does the Terraform local backend store its state?
- Question #62
Where can Terraform not load a provider from?
- Question #63
Select the command that doesn't cause Terraform to refresh its state.
- Question #64
Which command lets you experiment with terraform expressions?
- Question #65
If a DevOps team adopts AWS CloudFormation as their standardized method for provisioning public cloud resoruces, which of the following scenarios poses a challenge for this team?
- Question #66
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
- Question #67
You add a new resource to an existing Terraform configuration, but do not update the version constraint in the configuration. The existing and new resources use the same provider....
- Question #68
What is a key benefit of the Terraform state file?
- Question #69
You have to initialize a Terraform backend before it can be configured.
- Question #70
You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is th...
- Question #71
How would you output returned values from a child module in the Terraform CLI output?
- Question #72
Which is the best way to specify a tag of v1.0.0 when referencing a module stored in Git (for example. Git::https://example.com/vpc.git)?
- Question #73
Terraform configuration can only import modules from the public registry.
- Question #75
Which configuration consistency errors does terraform validate report?
- Question #76
You have used Terraform lo create an ephemeral development environment in the (loud and are now ready to destroy all the Infrastructure described by your Terraform configuration To...
- Question #77
You can configure Terraform to log to a file using the TF_LOG environment variable.
- Question #78
When should you run terraform init?
- Question #79
What value does the Terraform Cloud private registry provide over the public Terraform Module Registry?
- Question #80
You should run terraform fnt to rewrite all Terraform configurations within the current working directory to conform to Terraform-style conventions.
- Question #81
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
- Question #82
Which provider authentication method prevents credentials from being stored in the state file?
- Question #84
Which Terraform collection type should you use to store key/value pairs?
- Question #85
You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
- Question #86
Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
- Question #87
Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Cloud automatically and proactively enforce this securit...
- Question #88
Which of the following is not a key principle of infrastructure as code?
- Question #89
A developer on your team is going lo leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] the...
- Question #90
HashiCorp Configuration Language (HCL) supports user-denned functions.
- Question #91
Terraform providers are part of the Terraform core binary.
- Question #92
How would you be able to reference an attribute from the vsphere_datacenter data source for use with the datacenter_id argument within the vsphere_folder resource in the following...
- Question #93
Which of the following module source paths does not specify a remote module?
- Question #94
Terraform configuration (including any module references) can contain only one Terraform provider type.
- Question #95
Which of these commands makes your code more human readable?
- Question #96
Any user can publish modules to the public Terraform Module Registry.
- Question #97
Which task does terraform init not perform?
- Question #98
Which of the following is not a benefit of adopting infrastructure as code?
- Question #99
Which provisioner invokes a process on the resource created by Terraform?
- Question #100
What command does Terraform require the first time you run it within a configuration directory?
- Question #101
What is not processed when running a terraform refresh?
- Question #102
Which of the following is not a valid string function in Terraform?