HashiCorp Related Exams
Terraform-Associate-004 Exam
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?
Which of the following is true about terraform apply?(Pick 2 correct responses)
terraform init retrieves and caches the configuration for all remote modules.