In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?

Posted by: Pdfprep Category: TA-002-P Tags: , ,

In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?
A . Input Parameters
B . Module
C . Regular Expressions
D . Output Value

Answer: A

Explanation:

Input variables serve as parameters for a Terraform module, allowing aspects of the module to be customized without altering the module’s own source code, and allowing modules to be shared between different configurations. https://www.terraform.io/docs/configuration/variables.html

Leave a Reply

Your email address will not be published.