Which of the following is not a key principle of infrastructure as code?
You have developed a new cloud-based service that uses proprietary APIs and want to use Terraform to create, manage, and delete users from the service. How can Terraform interact with the service?
You manage two workspaces in your HCP Terraform organization. The first workspace manages your network configuration. The second workspace manages your compute resources and retrieves values from the networking workspace.
What HCP Terraform feature lets you run an apply operation on the compute workspace every time you update the networking workspace?
You must use different Terraform commands depending on the cloud provider you use.
Which of the following is not a benefit of adopting infrastructure as code?
Where does HashiCorp recommend you store API tokens and other secrets within your team ' s Terraform workspaces?
Pick three correct responses below:
You ' re building a CI/CD (continuous integration/continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of that resource block?
If a module declares a variable without a default value, you must pass the value of the variable within the module block when you call the module in your configuration.
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.