ExamGecko
Question list
Search
Search

Question 12 - Terraform Associate 003 discussion

Report
Export

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

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: B

Explanation:

HashiCorp Configuration Language (HCL) does not support user-defined functions. You can only use the built-in functions that are provided by the language. The built-in functions allow you to perform various operations and transformations on values within expressions. The general syntax for function calls is a function name followed by comma-separated arguments in parentheses, such asmax(5, 12, 9). You can find the documentation for all of the available built-in functions in the Terraform Registry or the Packer Documentation, depending on which tool you are using.Reference= :Functions - Configuration Language | Terraform:Functions - Configuration Language | Packer

asked 18/09/2024
Deshawn Sharpe
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first