HashiCorp Certified: Terraform Associate — Question 92
HashiCorp Configuration Language (HCL) supports user-defined functions.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because HCL does not support user-defined functions; it has a limited set of built-in functions. Option A is incorrect as it implies that HCL allows for custom function definitions, which it does not.