| Exam Name: | HashiCorp Certified: Terraform Associate (003) (HCTA0-003) | ||
| Exam Code: | Terraform-Associate-003 Dumps | ||
| Vendor: | HashiCorp | Certification: | Terraform Associate |
| Questions: | 253 Q&A's | Shared By: | sana |
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 be safe, you would like to first see all the infrastructure that Terraform will delete.
Which command should you use to show all of the resources that mil be deleted? Choose two correct answers.
When you include a module block in your configuration that references a module from the Terraform Registry, the "version" attribute is required.
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] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
numcpus = [ 18, 3, 7, 11, 2 ]
What Terraform function could you use to select the largest number from the list?