Modules that accept information via an XML document may accept arguments (ie: module specific configuration information). These arguments may be typed. A module may insist that its arguments be typed.
For example, suppose you have a routine named GetPath in a library named SERVICES.DLL. It has two arguments, an integer function code and a pointer to a pointer. The function code determines what ...
To make a Terraform module configurable you can add input parameters to the module. These are defined within the module using input variables. A module can also return values to the configuration that ...
For example, suppose that you have a routine that is named GetPath in a library that is named SERVICES.DLL. It has two arguments, an integer function code and a pointer to a pointer. The function code ...