701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 39


Which of the following sections must exist in a Packer template?

Show Answer
Correct Answer: BC

In a Packer template, the 'builders' section is mandatory. This section defines the builders that Packer uses to create machine images. Without this section, Packer would not be able to proceed with the image creation process. Other sections like 'provisioners' and 'variables' are optional and enhance the functionality of the template, but they are not required for the template to function.

Discussion

4 comments
Sign in to comment
Malik_ROption: C
Nov 19, 2020

Builders are mandatory : https://www.packer.io/docs/templates

hmagrounOption: C
Mar 26, 2020

the correct answer is C see: https://packer.io/docs/templates/index.html ... Template Structure: ... builders (required) ... ... provisioners (optional) ...

hector1978Option: C
Feb 17, 2020

The most important section is Builders

XAVI_MOption: C
May 9, 2022

answer: C