Mitchell Hashimoto
634dd7e4a3
Merge pull request #260 from jkinred/master
...
providers/amazon: Allow building of EC2 instances with ebs_optimized flag
2014-09-07 16:01:59 -07:00
Jack Pearkes
58a482d677
providers/digitalocean: fix tests for region
...
the user_data argument doesn't exist on all regions
2014-09-05 11:18:49 -04:00
Jack Pearkes
28692656e2
providers/digitalocean: add user_data for create droplet
...
fixes #267
2014-09-05 11:16:12 -04:00
Jack Pearkes
bf52f3886b
providers/digitalocean: if delete droplet returns 404, mark as gone
2014-09-05 11:10:22 -04:00
Armon Dadgar
fc93ea4572
Merge pull request #264 from icebourg/spelnig
...
expacts -> expects. (minor)
2014-09-04 15:39:46 -07:00
AJ Bourg
aefa4b2399
expacts -> expects. (minor)
2014-09-04 16:33:05 -06:00
Jack Pearkes
2cb7ab29e5
website: fix two tier AWS example to work with HCL
...
see #261
2014-09-03 10:22:58 -04:00
Jack Pearkes
946a07537a
Merge pull request #262 from shin1x1/master
...
Typo: associate_public_ip_address parameter name in resource_aws_instance.go
2014-09-03 10:06:56 -04:00
shin1x1
781e512dde
fix associate_public_ip_address parameter name
2014-09-03 20:54:36 +09:00
Jonathan Kinred
2b764de383
Allow building of EC2 instances with ebs_optimized flag
2014-09-03 20:18:40 +10:00
Joshua Lund
280875774f
Cleanup of the 'Terraform vs. Custom Solutions' section.
2014-09-02 12:29:22 -06:00
Joshua Lund
494730359b
Fix some typos and grammar mistakes in the website's Use Cases section.
2014-09-02 11:38:30 -06:00
Dainis Tillers
0ba2194503
Added - flag to set whether disk needs to be delete or not when instance terminates
2014-09-02 16:52:49 +03:00
Dainis Tillers
47ee01b7ce
Fixed - allow to attach already existing disks
2014-09-02 16:52:21 +03:00
Dainis Tillers
ebdceac770
Require project id as otherwise it will fail with cryptic error
2014-09-02 16:49:16 +03:00
Mitchell Hashimoto
b52d323040
Merge pull request #251 from jmartelletti/fix-typo
...
website: Fix typo, proviate_ip -> private_ip
2014-09-01 09:50:37 -07:00
James Martelletti
821a0a6dc6
Fix typo, proviate_ip -> private_ip
2014-09-01 18:06:39 +10:00
Mitchell Hashimoto
bea8ea9b25
up version for dev
2014-08-31 09:48:22 -07:00
Mitchell Hashimoto
e1ff3c558b
website: up version for deploy
2014-08-31 09:45:32 -07:00
Mitchell Hashimoto
f5e85b24a1
Install other stuff in Vagrant to cut releases
2014-08-31 09:43:42 -07:00
Mitchell Hashimoto
32c88dce4a
scripts: make bin/ dir
2014-08-31 09:31:57 -07:00
Mitchell Hashimoto
a32e1be8ce
v0.2.1
2014-08-31 09:13:05 -07:00
Mitchell Hashimoto
3a3e3346d5
providers/aws: route53 record destroy in parallel works
2014-08-31 09:12:05 -07:00
Mitchell Hashimoto
52bc9a1055
core: check sets for computed [GH-247]
2014-08-30 17:26:10 -07:00
Mitchell Hashimoto
3a6940d715
helper/schema: test cases around unknown variable values
2014-08-30 17:03:01 -07:00
Mitchell Hashimoto
08dbf4daf0
fmt
2014-08-30 17:02:11 -07:00
Mitchell Hashimoto
3cf4f57fe8
website: update docs for new mappings format
2014-08-30 16:20:45 -07:00
Mitchell Hashimoto
28a2e7b979
terraform: depends_on with count creates proper graph [GH-244]
2014-08-30 16:08:50 -07:00
Jack Pearkes
7cfad67920
providers/mailgun: remove dedebugging
2014-08-29 13:36:26 -07:00
Jack Pearkes
7ae242d724
website: add mailgun record docs
2014-08-29 11:50:08 -07:00
Jack Pearkes
597c8d5a39
update changelog
2014-08-29 11:39:54 -07:00
Jack Pearkes
96c481578f
providers/mailgun: save domain records
2014-08-29 11:39:06 -07:00
Jack Pearkes
02c93f0aea
providers/mailgun: return domain response instead of domain
...
see also 5b02e7e9ff
2014-08-29 11:15:14 -07:00
Mitchell Hashimoto
4fd3dff829
main: auto-discover plugins [GH-190]
...
/cc @pearkes @armon - exe dir and pwd
2014-08-28 17:27:15 -07:00
Mitchell Hashimoto
f2f119d0eb
Update CHANGELOG
2014-08-28 16:57:28 -07:00
Mitchell Hashimoto
0da47bab44
up version for dev
2014-08-28 16:47:35 -07:00
Mitchell Hashimoto
1b191a5183
scripts: fix dev build
2014-08-28 16:47:14 -07:00
Mitchell Hashimoto
e7e60cb493
scripts: quiet
2014-08-28 10:21:13 -07:00
Mitchell Hashimoto
f67dfce2ae
scripts: fix extension in file copy for build
2014-08-28 10:20:49 -07:00
Mitchell Hashimoto
ef51880076
Fix phony in Makefile
2014-08-28 09:56:41 -07:00
Mitchell Hashimoto
4c8c06ae2e
v0.2.0
2014-08-28 09:54:43 -07:00
Mitchell Hashimoto
0b5b971f8e
scripts: build script cross compiles
2014-08-28 09:54:09 -07:00
Mitchell Hashimoto
77712c14ee
Vagrantfile only needs one machine now
2014-08-28 09:52:05 -07:00
Mitchell Hashimoto
f7022711c0
website: fix syntax of variables
2014-08-28 09:17:27 -07:00
Mitchell Hashimoto
bb2edb20fd
providers/heroku: clean up heroku_app config vars
2014-08-27 21:07:56 -07:00
Mitchell Hashimoto
39c4fb2005
providers/heroku: plans work without specific plan name [GH-198]
2014-08-27 21:05:09 -07:00
Mitchell Hashimoto
bec5a2a9c5
main: look up executables locally before PATH [GH-157]
2014-08-27 20:46:50 -07:00
Mitchell Hashimoto
d8cc32b49f
providers/heroku: all_config_vars for reading
2014-08-27 16:35:15 -07:00
Mitchell Hashimoto
0a03ff9d34
providers/heroku: config vars aren't computed, they're non-exclusive
...
/cc @pearkes - See doc change
2014-08-27 16:26:03 -07:00
Jack Pearkes
02d18d67b8
providers/heroku: name and region are now required
...
cc/ @catsby if you're curious. That fixed the acceptance tests,
thought there is still one (different issue) that is still failing.
Also, it nows construct a transport instead of using the default
and setting the auth globally. TF could potentially run things
concurrently and that might go wrong.
2014-08-27 16:06:43 -07:00