0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
Roman Dushko
c2449db94b
fix: unit tests for tf destroy (use -auto-approve) 2021-06-01 16:08:05 +02:00
Jacob McCann
622a656a5e
refactor: test for generated commands 2020-02-12 10:12:03 -06:00
Neemias Junior
0fcb773369
refactoring plugin_test.go 2020-02-12 10:11:47 -06:00
Neemias Junior
731f1c021f
adding credsSet test 2020-02-12 10:11:47 -06:00
Jacob McCann
37cb01baae
chore: cleanup whitespace 2019-11-26 08:51:53 -06:00
Gurarpit Singh
f5fab045b2
Update plugin_test.go 2019-11-10 00:18:12 +00:00
Gurarpit Singh
9649375dd1
Update test 2019-11-10 00:15:08 +00:00
Gurarpit Singh
2d6f1b5b9e
add additional tfvalidate tests 2019-11-10 00:05:01 +00:00
Gurarpit Singh
92ecd6706f
fix test 2019-11-09 23:50:16 +00:00
Gurarpit Singh
092e0f45da
Add tfValidate test 2019-11-09 22:26:24 +00:00
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