Posted by: Pdfprep
Post Date: October 2, 2021
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