What feature stops multiple users from operating on the Terraform state at the same time?
You cannot install third party plugins using terraform init.
Which of the following arguments are required when declaring a Terraform output?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
When do you need to explicitly execute Terraform in refresh-only mode?
You can configure multiple cloud blocks in your Terraform configuration to connect your workspace to both HCP Terraform and your Terraform Enterprise instance.
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?
What is a Terraform provider not responsible for?
You can reference a resource created with for_each using a Splat ( *) expression.
What type of information can be found on the Terraform Registry when using published modules?