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

11 Commits

Author SHA1 Message Date
Caio Quirino
5f01ae24b6
Changed implementation to make the code simpler by setting the env var 2019-08-14 18:06:35 +02:00
Caio Quirino
5ba916070a
Added tf_data_dir parameter and changed plugin to respect TF_DATA_DIR
This commit will enable the plugin to do parallel builds.
The first change is to use Terraform's TF_DATA_DIR environment variable to change the state directory so they will not conflict each other in parallel executions
The second change is to change the plan's output to a different file so they will not be overriden by another parallel execution
2019-07-17 15:48:56 +02:00
Robert Stettner
a58086163a Added fmt action 2019-02-04 17:21:54 +00:00
Jacob McCann
4858bea4e6 add tests for vars and var_files 2018-07-31 13:46:41 -05:00
Jacob McCann
ee00b3d8ab reorder some tests by name 2018-07-31 13:33:44 -05:00
Luis Silva
4ebb830452 Add -var-file and -var to destroy operation ; Go fmt the code 2018-07-27 08:32:19 +01:00
Jacob McCann
3e6f75540f Refactor all tests to utilize goblin 2018-02-14 09:57:57 -06:00
Jacob McCann
a3571a2b10 Provide actions to run 2018-02-14 09:35:07 -06:00
Jacob McCann
9749b0b8f9 Fix parsing values containing = from os environment 2017-09-06 10:35:48 -05:00
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