| Exam Name: | HashiCorp Certified: Terraform Associate (004) (HCTA0-004) | ||
| Exam Code: | Terraform-Associate-004 Dumps | ||
| Vendor: | HashiCorp | Certification: | Terraform Associate |
| Questions: | 366 Q&A's | Shared By: | preston |
A Terraform local value can reference other Terraform local values.
Terraform variables and outputs that set the description argument will store that description in the state file.
Exhibit:
data " vsphere_datacenter " " dc " {}
resource " vsphere_folder " " parent " {
path = " Production "
type = " vm "
datacenter_id = _________
}
You want to pass the id of the vsphere_datacenter data source to the datacenter_id argument of the vsphere_folder resource. Which reference would you use?
When you include a module block in your configuration that references a module from the Terraform Registry, the " version " attribute is required.