Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
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 validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
Which of the following are advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.
You must use different Terraform commands depending on the cloud provider you use.
Using the terraform state rm command against a resource will destroy it.
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)

B)
C)
D)
Which type of block fetches or computes information for use elsewhere in a Terraform configuration?
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?
You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?