ExamGecko
Question list
Search
Search

Question 148 - Terraform Associate 003 discussion

Report
Export

Which of the following arguments are required when declaring a Terraform output?

A.
value
Answers
A.
value
B.
description
Answers
B.
description
C.
default
Answers
C.
default
D.
sensitive
Answers
D.
sensitive
Suggested answer: A

Explanation:

When declaring a Terraform output, the value argument is required. Outputs are a way to extract information from Terraform-managed infrastructure, and the value argument specifies what data will be outputted. While other arguments like description and sensitive can provide additional context or security around the output, value is the only mandatory argument needed to define an output. Reference = The requirement of the value argument for outputs is specified in Terraform's official documentation, which provides guidelines on defining and using outputs in Terraform configurations.

asked 18/09/2024
David Ezejimofor
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first