TERRAFORM-ASSOCIATE-004 · Question #125
TERRAFORM-ASSOCIATE-004 Question #125: Real Exam Question with Answer & Explanation
The correct answer is A: choaf. This question mirrors Question 1 but with a differently fabricated invalid name. Valid Terraform string functions include 'join', 'split', and 'chomp'. 'choaf' does not exist in Terraform's function library - it appears to be a misspelling or nonsense name. Note that 'slice' (opt
Question
Which of the following is not a valid siring function in Terraform?
Options
- Achoaf
- Bjoin
- CSplit
- Dslice
Explanation
This question mirrors Question 1 but with a differently fabricated invalid name. Valid Terraform string functions include 'join', 'split', and 'chomp'. 'choaf' does not exist in Terraform's function library - it appears to be a misspelling or nonsense name. Note that 'slice' (option D) is a real Terraform function but operates on collections (lists/tuples), not strings. 'choaf' (option A) is entirely fictitious and is therefore the correct answer as the invalid function.
Topics
Community Discussion
No community discussion yet for this question.