0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00
Commit Graph

323 Commits

Author SHA1 Message Date
Jacob McCann
b20874c7bc version bump terraform to 0.10.8 2018-02-07 12:29:58 -06:00
Jacob McCann
2abd8229ab Version bump golang and alpine 2018-02-07 12:12:21 -06:00
Jacob McCann
3a672c7471 Pass var files to validate 2018-02-01 16:03:39 -06:00
Jacob McCann
8e15fdf886 Have absolute URL for DOCS.md so dockerhub links properly also 2017-11-10 09:13:56 -06:00
Jacob McCann
57c738375e Version 4.0-0.10.7 (2017-10-20) 2017-10-20 11:44:21 -05:00
Jacob McCann
c643275ea4 Merge pull request #56 from josmo/terraform-0.10.7
Updating to terraform 0.10.7 since the newest version now include the…
2017-10-20 11:11:32 -05:00
Jacob McCann
63fe8f4c0f Merge pull request #55 from jrynyt/lock-on-all-commands
Lock on all commands
2017-10-20 10:58:55 -05:00
Joachim Hill-Grannec
6a0181c1b4 Updating to terraform 0.10.7 since the newest version now include the registry for providers 2017-10-09 11:12:08 -04:00
Justin Ryan
0b0be126e1 add defaults to lock options in doc 2017-10-04 14:12:49 -04:00
Justin Ryan
bd9b9abb02 include lock args on plan/apply/destroy 2017-10-04 14:07:05 -04:00
Jacob McCann
5ec5cfd699 Add a CHANGELOG 2017-09-06 14:28:13 -05:00
Jacob McCann
0d1b8d291b Append vars to validate command 2017-09-06 14:12:54 -05:00
Jacob McCann
0ab0fed601 Embed terraform 0.10.3 2017-09-06 14:12:29 -05:00
Jacob McCann
e14290fddf Update docs on new ability to override terraform version 2017-09-06 14:04:40 -05:00
Jacob McCann
29ef683a08 Ability to override version of terraform used 2017-09-06 13:52:01 -05:00
Jacob McCann
4423c336c5 Merge pull request #46 from jmccann/secrets
Remove secrets
2017-09-06 10:54:04 -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
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
Jacob McCann
551bdf8b83 Minor update 2017-09-06 10:35:48 -05:00
Jacob McCann
8ab151197f Vendor goblin 2017-09-06 10:35:16 -05:00
Jacob McCann
3930fcbee0 Merge pull request #48 from PressLabs/docker-multistage-build
Build using Dockerfile multistage feature
2017-09-06 10:34:41 -05:00
Jacob McCann
3980e3d678 Merge pull request #50 from msuterski/destroy
Destroy
2017-09-06 09:49:52 -05:00
marcin.suterski
8e81b54bd3
Update docs with the destroy option 2017-08-08 17:31:32 -04:00
marcin.suterski
ff7e2e547e
Add support for terraform destroy command 2017-08-08 17:16:20 -04:00
Jacob McCann
917f1cc288 Terraform 0.9.11 2017-07-25 13:53:26 -05:00
Calin Don
323e082310
Build using Dockerfile multistage feature 2017-07-21 19:08:00 +03:00
Jacob McCann
48763d4874 Merge pull request #43 from jmccann/multi_backend_config
Multiple backend-config options
2017-05-12 11:05:28 -05:00
Jacob McCann
592b34090d Clarify backend config 2017-05-12 10:58:53 -05:00
Jacob McCann
de4bd0bd5d Remove debug line 2017-05-12 10:17:08 -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
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
Jacob McCann
0ee8895860 Merge pull request #35 from nmaki/var-files
added ability to pass -var-file args to plan
2017-05-09 11:23:45 -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
marcin.suterski
787e18174d
Update to terraform version 0.9.4 2017-05-05 13:02:10 -04:00
Jacob McCann
dfb5352a32 Merge pull request #38 from jmccann/build_process 2017-04-08 09:37:47 -05:00
Jacob McCann
6f5847f90d Update build process for plugin
Favor grabbing release directly and pinning version
2017-04-07 10:26:12 -05:00
Nic Maki
eede51fea6 added ability to pass -var-file args to plan 2017-02-06 18:39:00 -06:00
Jacob McCann
2d3b9fd201 Merge pull request #34 from edwinavalos/add-validate
Implement validate command
2017-01-30 10:15:46 -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
Jacob McCann
025e5067e7 Update DOCS for plugin registry 2016-12-23 10:29:07 -06:00
Jacob McCann
7e298aaf16 Update build command 2016-12-23 09:48:11 -06:00