Terraform-Associate-004 Exam Question 136
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?
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-Associate-004 Exam Question 137
How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
Terraform-Associate-004 Exam Question 138
Which of the following is not a key principle of infrastructure as code?
Terraform-Associate-004 Exam Question 139
Which parameters does the import block require? (Pick the 2 correct responses below.)
Terraform-Associate-004 Exam Question 140
Infrastructure as Code (laC) can be stored in a version control system along with application code.
