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

16 Commits

Author SHA1 Message Date
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