Terraform configuration can only import modules from the public registry.
A. True
B. False
Which of these statements about Terraform Cloud workspaces is false?
A. They have role-based access controls
B. You must use the CLI to switch between workspaces
C. Plans and applies can be triggered via version control system integrations
D. They can securely store cloud credentials
Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
A. Plan
B. Import
C. Alidate
D. Init
E. apply
You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string. Which variable type could you use for this input?
A. List
B. Object
C. Map
D. Terraform does not support complex input variables of different types
Which parameters does terraform import require? Choose two correct answers.
A. Provider
B. Resource ID
C. Resource address
D. Path
A Terraform provider is NOT responsible for:
A. Exposing resources and data sources based on an APUI
B. Managing actions to take based on resources differences
C. Understanding API interactions with some service
D. Provisioning infrastructure in multiple
Which of the following module source paths does not specify a remote module?
A. Source = "module/consul''
B. Source = `'githhub.comicrop/example''
C. Source =''git@github.com:hasicrop/example.git''
D. Source = `'hasicrop/consul/aws''
How could you reference an attribute from the vsphere_datacenter data source for use with the datacenter_id argument within the vsphere_folder resource in the following configuration?

A. Data.vsphere_datacenter.DC.id
B. Vsphere_datacenter.dc.id
C. Data,dc,id
D. Data.vsphere_datacenter,dc
A terraform apply can not _________ infrastructure.
A. change
B. destroy
C. provision
D. import