zuul-jobs/roles/terraform
Sorin Sbarnea 086d1a9284 More E208 fixes
Change-Id: Iddda539a24e03ae33ef5e37630f98a7268f18dbe
2020-11-03 10:04:27 +00:00
..
defaults terraform: Add parameter for plan file 2020-08-18 08:59:57 +00:00
tasks More E208 fixes 2020-11-03 10:04:27 +00:00
README.rst terraform: Add parameter for plan file 2020-08-18 08:59:57 +00:00

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.