Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 94


HashiCorp Configuration Language (HCL) supports user-defined functions.

Show Answer
Correct Answer: B

HashiCorp Configuration Language (HCL) does not support user-defined functions. HCL only allows the use of built-in functions that are provided by the language.

Discussion

3 comments
Sign in to comment
kopper2019Option: B
Feb 10, 2024

False https://www.terraform.io/language/functions The Terraform language does not support user-defined functions, and so only the functions built into the language are available for use

aiya
Feb 12, 2024

B - false The HCL language does not support user-defined functions, and so only the functions built in to the language are available for use.

Power123
Sep 30, 2024

Answer is B