HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 299 questions
When do you need to explicitly execute Terraform in refresh-only mode?
How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of that resource block?
Module variable assignments are inherited from the parent module and you do not need to explicitly set them.
Which of these are features of HCP Terraform/Terraform Cloud? Pick the 2 correct responses below.
Using the terraform state rm command against a resource will destroy it.
Which of the following is not a valid Terraform variable type?
What type of block is used to construct a collection of nested configuration blocks?
A child module can always access variables declared in its parent module.
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?
