Valid 701-100 Dumps shared by ExamDiscuss.com for Helping Passing 701-100 Exam! ExamDiscuss.com now offer the newest 701-100 exam dumps, the ExamDiscuss.com 701-100 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 701-100 dumps with Test Engine here:
Which of the following sections must exist in a Packer template?
Correct Answer: C
Packer is a tool for creating machine and container images for multiple platforms from a single source configuration. A Packer template consists of various sections, but the builders section is mandatory. * builders: This section defines the builders that Packer will use to create the machine images. It specifies the platform, source image, and configuration required to build the final image. The other sections are optional but can be included for more complex configurations: * A. images: Not a standard section in Packer templates. * B. provisioners: Optional section used for provisioning the image after it is built. * D. variables: Optional section for defining variables to be used in the template. * E. post-processors: Optional section for defining actions to be taken after the image is built. References: * Packer Documentation - Template