An extension that can be added to a task for representing a specific grouping of Terraform command-line parameters.
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<java.lang.String> |
getCommandLineArgs() Returns the list of Terraform command-line arguments. |
|
java.util.List<groovy.lang.Closure> |
getInputProperties() Returns a list of closures which can be used to determine an input property for the purposes of up to date calculations. |
|
java.lang.String |
getName() The name under which the extension should be created. |
Returns the list of Terraform command-line arguments.
null
Returns a list of closures which can be used to determine an input property for the purposes of up to date calculations. Closures should return objects that are serializable.
null
) which means that the extension holds no
properties that should be used fot up to date calculations.The name under which the extension should be created.