086d1a9284
Change-Id: Iddda539a24e03ae33ef5e37630f98a7268f18dbe |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
README.rst |
Run terraform command. Assumes the appropriate version of terraform has been installed.
Role Variables
String of extra command line options to pass to terraform.
Optional. Path to the plan file to use when using 'apply' command.
Name of the workspace to operate against. By default this will not be created if it does not exist.
List of override.tf files to create before initializing terraform. This is useful if a module should use the source from a required project that has been checked out by zuul instead of using a remote git repository.
Directory to put override.tf
Free form content of the override.tf file.