0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Jacob McCann
69e77144a1 Remove secrets handling and add copying TF_VAR_ vars to lowercase names 2017-09-06 10:35:48 -05:00
marcin.suterski
ff7e2e547e
Add support for terraform destroy command 2017-08-08 17:16:20 -04:00
Jacob McCann
de4bd0bd5d Remove debug line 2017-05-12 10:17:08 -05:00
Jacob McCann
7b13306909 Allow multiple backend-config options 2017-05-12 10:06:54 -05:00
Jacob McCann
eb649f82d7 Merge pull request #41 from msuterski/tf-0.9.4
Tf 0.9.4
2017-05-12 08:39:29 -05:00
marcin.suterski
346612f2fa
Match lock option name to TF CLI 2017-05-11 12:40:08 -04:00
marcin.suterski
73851ed5d8
Remove remote struct and option lookup since they are not being used any more 2017-05-11 12:34:37 -04:00
marcin.suterski
cbbcf0bd65
Match plugin option names with terraform's CLI options 2017-05-11 12:20:22 -04:00
Jacob McCann
6e80f02d18 Simplify args to pass to command functions 2017-05-10 08:28:27 -05:00
marcin.suterski
f50b50b268
Fix spelling 2017-05-08 11:44:08 -04:00
marcin.suterski
037235f5f5
Remove debug 2017-05-08 11:42:06 -04:00
marcin.suterski
ceefb39d61
Add init command for TF 0.9.x 2017-05-08 11:40:14 -04:00
Nic Maki
eede51fea6 added ability to pass -var-file args to plan 2017-02-06 18:39:00 -06:00
Edwin.Avalos
a80c785325 Implement validate command
Credit to @ewbankkit for the original code. I found it worthwhile to take revive the PR off the current master
2016-12-23 18:00:20 -06:00
Edwin.Avalos
c0e63defcd Implement exportSecrets
Allows us to set environment variables that could be the named the same between multiple steps, but have different values due to enivronmental differences.

This is a redo of #28 because I'm bad at git. The secrets are exported so that they can be used in any other flag in this plugin.
2016-12-23 09:03:01 -06:00
edwinavalos
4197abea8d Adding targets section for configuration (#30)
* Adding targets section for configuration

Will add a --target <resource> for each item in a comma separated list to the plan and apply commands

Updated the docs to show the new behavior. If left undefined there is no regression in functionality.

* Combine the --target append steps

No reason to waste lines

* Updating docs for YAML list of strings

* Documentation for single and multiple targets
2016-12-20 19:43:45 -06:00
Jacob McCann
ef64a0f2a3 Use logrus for logging messages 2016-10-09 10:38:37 +05:30
Jacob McCann
0208bfdc19 Initial Working 0.5 version 2016-10-08 21:04:43 +05:30