Exhibit:
resource " kubernetes_namespace " " example " {
name = " test "
}
A resource block is shown in the exhibit. How would you reference the name attribute of this resource in HCL?
terraform apply will fail if you have not run terraform plan first to update the plan output.
Define the purpose of state in Terraform.
You can define multiple backend blocks in your Terraform configuration to store your state in multiple locations.
Which option does not keep secret variable values out of Terraform configuration files?
How is terraform import run?
How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?

Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
Which of these are features of HCP Terraform/Terraform Cloud? Pick the 2 correct responses below.
What task does the terraform import command perform?