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

31 Commits

Author SHA1 Message Date
Joel Damata
079b8769d1 rename to disable_refrsh 2020-08-14 16:43:44 -04:00
Joel Damata
10db279a6d add the -refresh option to plan and apply 2020-08-11 15:32:23 -04:00
Jacob McCann
6a001c6029
Merge pull request #94 from caioquirino/parallel_execution
Added support for parallel execution
2019-09-06 08:34:58 -05:00
Jacob McCann
3cef14aa77
chore: fix some formatting 2019-08-05 13:05:41 -05:00
Caio Quirino
baff3b84aa
Updated DOCS to have the new tf_data_dir param 2019-07-22 16:20:29 +02:00
Robert Stettner
a58086163a Added fmt action 2019-02-04 17:21:54 +00:00
Jacob McCann
f71e203109 Version 5.0-0.11.7 2018-04-25 08:02:32 -05:00
Justin Ryan
0b0be126e1 add defaults to lock options in doc 2017-10-04 14:12:49 -04:00
Jacob McCann
e14290fddf Update docs on new ability to override terraform version 2017-09-06 14:04:40 -05:00
Jacob McCann
e59d29cb5b Document additional way to pass secrets with Drone 0.5 2017-09-06 10:35:48 -05:00
Jacob McCann
00912b6d75 Update docs about secrets 2017-09-06 10:35:48 -05:00
marcin.suterski
8e81b54bd3
Update docs with the destroy option 2017-08-08 17:31:32 -04:00
Jacob McCann
592b34090d Clarify backend config 2017-05-12 10:58:53 -05:00
Jacob McCann
40a5e1af9b Update DOCS to reflect new way of setting up and configuring the remote/backend 2017-05-12 10:14:17 -05:00
Nic Maki
eede51fea6 added ability to pass -var-file args to plan 2017-02-06 18:39:00 -06:00
Jacob McCann
025e5067e7 Update DOCS for plugin registry 2016-12-23 10:29:07 -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
Jacob McCann
877e7415ef Update README and DOCS on new tags for drone-terraform 2016-12-22 08:20:05 -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
794e51347a Update documentation to reflect new syntax for Drone 0.5 2016-10-20 19:27:05 +05:30
Jacob McCann
0208bfdc19 Initial Working 0.5 version 2016-10-08 21:04:43 +05:30
Kit Ewbank
2274218548 Use terraform version 0.6.16.
Add 'parallelism' parameter to limit the number of concurrent operations as Terraform walks its graph.

Download glibc-2.21-r2.apk from 'github.com/sgerrand/alpine-pkg-glibc' as 'circle-artifacts.com/gh/andyshinn/alpine-pkg-glibc' is not available.

Correct 'terraform apply' with parallelism option.

Run 'go fmt'.
2016-06-18 16:57:15 -04:00
Jeff Storey
be0a96d664 adding ability to change root dir for commands
Conflicts:
	main.go
2016-04-04 17:36:22 -04:00
Jeff Storey
90a46bd02c allow assume role before running terraform commands 2016-03-23 08:43:20 -04:00
Jacob McCann
2f4408d756 Replace 'dry_run' with 'plan' in advanced examples 2016-02-18 13:28:13 -06:00
Jacob McCann
dc0b0cb14e Update DOCS on sensitive flag 2016-02-18 13:28:13 -06:00
Jacob McCann
66dcad9108 Update DOCS to move CA Cert example to an Advanced Config section
Also fixed 'vars' key example in main example as it was under
'remote' and should be at the base of 'terraform'.
2016-02-15 10:10:39 -06:00
Jacob McCann
2e74fe1180 Add ability to inject internal CA Cert 2016-02-15 10:10:39 -06:00
jackspirou
e685b92711 use plan instead of dry-run 2016-02-14 16:00:32 -06:00
John Engelman
a59a5a449d A few doc and JSON fixes from review. 2016-01-27 07:22:07 +01:00
John Engelman
c19908e0eb Add Makefile and documentation. 2016-01-26 23:50:54 +01:00