Nicholas Bering
|
f351b78d9f
|
Update changelog for release v1.0.3
|
2019-05-27 21:14:33 -04:00 |
Nicholas Bering
|
ebda8a1836
|
Update dependencies to Terraform 0.12.0.
|
2019-05-27 21:09:41 -04:00 |
Nicholas Bering
|
31de35aeba
|
Sync changelog from maint/0.x branch.
|
2019-05-27 21:06:16 -04:00 |
Nicholas Bering
|
3ee29e4c1d
|
Update changelog for release v1.0.2
|
2019-05-26 19:53:10 -04:00 |
Nicholas Bering
|
238359c721
|
Rename "variable" property to "variable_priority" to be more explicit.
|
2019-05-26 16:43:35 -04:00 |
Nicholas Bering
|
6b79c8f50a
|
Update changelog.
|
2019-05-26 16:07:30 -04:00 |
Nicholas Bering
|
b0865cea03
|
Add priority property to all 4 resource types. Optional with defaults.
|
2019-05-26 15:48:56 -04:00 |
Nicholas Bering
|
7f6f2dfee8
|
Sync changelog with main/0.x branch.
|
2019-05-20 13:52:08 -04:00 |
Nicholas Bering
|
210ceaf13b
|
Update changelog for release v1.0.1
|
2019-05-20 06:26:35 -04:00 |
Nicholas Bering
|
733996c443
|
Merge pull request #20 from nbering/terraform-0.12.0-rc1
Update module dependencies for Terraform v0.12.0-rc1
|
2019-05-20 06:20:59 -04:00 |
Nicholas Bering
|
1599145510
|
Update module dependencies for Terraform v0.12.0-rc1
|
2019-05-20 06:19:06 -04:00 |
Nicholas Bering
|
b4a5e2193a
|
Fix year in changelog entry.
|
2019-05-20 06:14:26 -04:00 |
Nicholas Bering
|
650ac7982d
|
Merge pull request #18 from nbering/individual-vars
Add support for separate resources to assign individual host or group vars.
|
2019-05-20 06:07:53 -04:00 |
Nicholas Bering
|
7b949dc6eb
|
Merge remote-tracking branch 'origin/master' into individual-vars
|
2019-05-19 17:52:26 -04:00 |
Nicholas Bering
|
4894323131
|
Merge pull request #17 from nbering/fix-test
Missed this test during 0.12 updates.
|
2019-05-19 17:51:46 -04:00 |
Nicholas Bering
|
6361ca4a84
|
Simple implementation of "ansible_group_var" resource.
|
2019-05-19 17:45:35 -04:00 |
Nicholas Bering
|
8367f61f61
|
Basic support for "ansible_host_var" as a resource.
|
2019-05-19 17:28:40 -04:00 |
Nicholas Bering
|
c093ae7852
|
Missed this test during 0.12 updates.
|
2019-05-19 17:25:38 -04:00 |
Nicholas Bering
|
875909b0ca
|
README note on inventory script version compatibility.
|
2019-05-05 10:11:28 -04:00 |
Nicholas Bering
|
0f016678d5
|
Update changelog for release v1.0.0
|
2019-05-05 10:02:40 -04:00 |
Nicholas Bering
|
5fa9964f0c
|
Update readme with Terraform 0.12 compatibility notes.
|
2019-05-05 10:01:17 -04:00 |
Nicholas Bering
|
94d5d22875
|
Update changelog.
|
2019-05-05 09:39:57 -04:00 |
Nicholas Bering
|
4d15128870
|
Tidy up dependencies with "go mod tidy".
|
2019-05-03 23:13:57 -04:00 |
Nicholas Bering
|
978110a5e9
|
Remove .gitattriubtes - no longer needed
|
2019-05-03 22:56:34 -04:00 |
Nicholas Bering
|
3abaa2854b
|
Update module dependencies for terraform 0.12.0-beta2
|
2019-05-03 22:55:54 -04:00 |
Nicholas Bering
|
85407e27e2
|
Remove govendor stuff from makefile.
|
2019-05-03 21:33:01 -04:00 |
Nicholas Bering
|
1601ccc063
|
Initialize go module and remove vendor directory.
|
2019-05-03 21:27:05 -04:00 |
Nicholas Bering
|
bd536feb9e
|
Merge pull request #12 from stelcheck/features/CGO-and-publish-script
Publish script
|
2018-05-17 11:13:50 -04:00 |
stelcheck
|
1d9183a8fe
|
Publish script
Created a small publish script to help with the publishing of
this provider.
|
2018-05-17 13:19:59 +09:00 |
Nicholas Bering
|
7ad873f855
|
Update changelog for release v0.0.4
|
2018-04-19 15:12:37 -04:00 |
Nicholas Bering
|
f473396501
|
Update vendored terraform dependencies to v0.11.7
|
2018-04-18 22:14:03 -04:00 |
Nicholas Bering
|
256a2d6f86
|
Label vendored files for GitHub project statistics.
|
2018-04-18 21:58:31 -04:00 |
Nicholas Bering
|
94f554eb12
|
Merge pull request #10 from jtopjian/readme-install
Updating README with installation instructions
|
2018-03-22 10:01:31 -04:00 |
Joe Topjian
|
fa259911fe
|
Updating README with installation instructions
|
2018-03-22 02:26:01 +00:00 |
Nicholas Bering
|
72f891cc0e
|
Fix govendor entry from command typo.
|
2018-03-07 22:07:00 -05:00 |
Nicholas Bering
|
9594bc1cce
|
Update vendored terraform version.
|
2018-03-07 22:04:35 -05:00 |
Nicholas Bering
|
ea5fc92fb3
|
Add package that govendor says was missing...
Honestly, I'm not really sure what I'm doing, but whatever the tool says, goes.
|
2018-03-07 22:00:36 -05:00 |
Nicholas Bering
|
bd89daaeef
|
Update changelog for release v0.0.3
|
2018-02-25 20:19:06 -05:00 |
Nicholas Bering
|
d89a9306a7
|
Merge pull request #8 from jtopjian/group-resource
Add ansible_group resource
|
2018-02-25 18:55:41 -05:00 |
Nicholas Bering
|
f2d892dfd4
|
Move inventory script link back to GitHub.
|
2018-02-25 18:47:34 -05:00 |
Joe Topjian
|
22099b5b74
|
Add ansible_group resource
|
2018-02-25 21:48:07 +00:00 |
Nicholas Bering
|
8f8c97ce46
|
Fix typo.
|
2018-02-25 02:03:15 -05:00 |
Nicholas Bering
|
354f53434e
|
Add some links to the README.
|
2018-02-25 02:02:14 -05:00 |
Nicholas Bering
|
95d88c062f
|
Update changelog for v0.0.2
|
2018-02-25 00:37:21 -05:00 |
Nicholas Bering
|
a27abe0abe
|
Limit OS and Architecture combos to reduce build times.
|
2018-02-24 23:58:46 -05:00 |
Nicholas Bering
|
d333b41332
|
Update release build config.
|
2018-02-24 23:36:22 -05:00 |
Nicholas Bering
|
da5dc7db96
|
Add files for github release process.
|
2018-02-24 21:04:54 -05:00 |
Nicholas Bering
|
c795e808ec
|
Another CI diagnostic - read commit ref.
|
2018-02-24 20:41:15 -05:00 |
Nicholas Bering
|
34a66cd02b
|
Build-server diagnostic (find all files available at the beginning of the build.
|
2018-02-24 20:35:29 -05:00 |
Nicholas Bering
|
21842e4e1d
|
Move cross-compile to separate CI task configuration.
|
2018-02-24 19:59:14 -05:00 |