Infrastructure as Code (laC) can be stored in a version control system along with application code.
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?
A resource block is shown in the Exhibit section of this page. How would you reference the attribute name of this resource in HCL?