Luke Chadwick
dcd6449245
Add documentation for elb health_check
2014-07-30 22:14:18 +10:00
Tushar Pokle
7ff36710a6
Fixed example
...
The cat should actually be an echo if you want to write the IP address to a file
2014-07-30 21:56:02 +10:00
Luke Chadwick
0eed0908df
Add health_check to aws_elb resource
2014-07-30 21:46:51 +10:00
Mitchell Hashimoto
abb94de631
Makefile updatedeps requires libucl
2014-07-29 23:52:31 -07:00
Armon Dadgar
55402f5f3e
Merge pull request #101 from catsby/doc_update
...
website: Fix typo probably
2014-07-29 23:46:43 -07:00
Mitchell Hashimoto
263dc11873
website: fix typo in use cases
2014-07-29 23:10:30 -07:00
Clint Shryock
8c7772885b
Fix typo probably
2014-07-29 22:21:59 -05:00
Mick Pollard
f17106ef0a
include terraform in published package name
2014-07-30 10:44:12 +10:00
Jack Pearkes
e1939502fb
website: fix download icon layout
2014-07-29 19:40:50 -04:00
Jack Pearkes
7966af0d4e
website: fix drain docs formatting
2014-07-29 19:24:02 -04:00
Jack Pearkes
be0020b7fc
website: add heroku drain
...
cc/ @bmarini
2014-07-29 19:20:54 -04:00
Jack Pearkes
14b80abc29
providers/heroku: fix drain test
...
cc/ @bmarini
Basically, the attr check we have in our tests is looking at resources
that we specify. It's basically check that "if I send this, I get this"
from the external resource.
In this case, we don't know what the token will be, so we can't
do it that way. I replaced it with a "make sure this is more than an
empty string" assertion.
2014-07-29 19:16:01 -04:00
Jack Pearkes
d3e8454ceb
Merge pull request #97 from bmarini/add-heroku-drain-resource
...
Add heroku drain resource
2014-07-29 19:15:17 -04:00
Jack Pearkes
af62002c1b
go fmt
2014-07-29 19:09:55 -04:00
Jack Pearkes
77697b9936
providers/aws: add failing test for aws region validation
...
cc/ @jorgeng87
2014-07-29 19:09:17 -04:00
Jack Pearkes
872acb3740
providers/digitalocean: fix ip address when using private networking
...
This adds a new `ipv4_address_private` and `ipv4_address_public`
computed attr. Also pulls in upstream changes from pearkes/digitalocean
2014-07-29 19:04:10 -04:00
Ben Marini
6dd629a334
Add heroku drain resource
2014-07-29 15:45:12 -07:00
Jack Pearkes
5f2146999f
Merge pull request #96 from jorgeng87/master
...
Add check for valid AWS region
2014-07-29 18:39:37 -04:00
Jorge Núñez
aad0fec940
Update test with valid AWS region
2014-07-30 00:22:50 +02:00
Jorge Núñez
5900b3f1c0
Add AWS region validation
2014-07-30 00:22:37 +02:00
Jack Pearkes
6aeda8db96
website: fix EIP VPC docs
...
close #91
2014-07-29 18:12:00 -04:00
Jack Pearkes
3535ae36a3
Merge pull request #94 from vertis/add_user_data_to_aws_launch_configuration
...
Add user data to aws launch configuration
2014-07-29 18:05:44 -04:00
Luke Chadwick
96c05c881a
Update documentation to include the new user_data attribute on aws_launch_configuration
2014-07-30 07:31:21 +10:00
Luke Chadwick
15bdf8b5f9
Add user_data to aws_launch_configuration
2014-07-30 07:30:24 +10:00
Jack Pearkes
cbcb559c0c
providers/aws: add failing test for reorder ingress rules bug
2014-07-29 15:03:51 -04:00
Carlos Diaz-Padron
d66c9f883f
Fix TestWriteDot random order error
2014-07-29 10:26:50 -07:00
Jack Pearkes
e4a6fcd64b
Merge pull request #90 from hashicorp/skewfix
...
Fixing Font Skews on Homepage
2014-07-29 13:25:58 -04:00
Jack Pearkes
6653542466
providers/aws: fix order of ingress rules on security group
2014-07-29 12:45:57 -04:00
Jack Pearkes
dbe6b74884
providers/aws: depend on security groups, failing test for #87
2014-07-29 12:15:42 -04:00
Jack Pearkes
6522f568bb
Merge pull request #89 from scottsuch/minor_typo
...
Removes duplicate 'a'
2014-07-29 11:33:06 -04:00
scottsuch
ea0ef2d31e
Removes duplicate 'a'
2014-07-29 11:31:28 -04:00
Jack Pearkes
21030db30e
Merge pull request #78 from borgified/website_typos
...
Website typos
2014-07-29 10:44:29 -04:00
Jack Pearkes
d47e3f76ea
providers/aws: fix spelling of desired_capacity
...
see #78
2014-07-29 10:43:18 -04:00
Jack Pearkes
65beb27825
Merge pull request #80 from zyegfryed/patch-1
...
Typo
2014-07-29 10:40:30 -04:00
Jack Pearkes
774489a75a
Merge pull request #82 from zyegfryed/patch-2
...
Typo
2014-07-29 10:40:11 -04:00
Jack Pearkes
4f2026f6c6
providers/aws: only flatten cidr if they exist
...
fixes #87
2014-07-29 10:29:48 -04:00
Jack Pearkes
86c7aeb8a6
providers/aws: use merged reosource state for associate_public_ip
...
cc/ @vertis
2014-07-29 10:23:48 -04:00
Jack Pearkes
fa13a12a6e
Merge pull request #85 from vertis/aws_associate_public_ip_address
...
Add associate_public_ip_address as an attribute on the aws_instance resource
2014-07-29 10:15:32 -04:00
Jack Pearkes
da4ddef136
providers/aws: fix assertion of non-required cidr blocks in sec groups
...
fixes #65 , #86
2014-07-29 10:05:32 -04:00
Luke Chadwick
8d2e232602
Update documentation to reflect the addition of associate_public_ip_address to the aws_instance resource
2014-07-29 22:12:43 +10:00
Luke Chadwick
974074fee9
Add associate_public_ip_address as an attribute of the aws_instance resource
2014-07-29 22:06:53 +10:00
Sébastien Fievet
6e38cab094
Typo
2014-07-29 12:23:25 +02:00
Sébastien Fievet
f08c03cdcc
Typo
2014-07-29 11:47:53 +02:00
JT
edf67669ec
fix footer on homepage on large screens
2014-07-29 02:16:36 -07:00
JT
eb737744ed
fix blurry fonts. remove transform on content
2014-07-29 01:56:17 -07:00
JT
5906e5beef
#feature-auto skew bg only to avoid blurry fonts in chrome when using transforms
2014-07-29 00:37:17 -07:00
JT
c34c2b6b54
move package.json to website root alongside gruntfile
2014-07-29 00:15:39 -07:00
borgified
b5590ee6da
spellchecked all the *.markdown
...
ran this command:
find . -iname *.markdown -type f -exec aspell check {} \;
and manually checked each problem that aspell found
2014-07-28 23:51:24 -07:00
Carlos Diaz-Padron
47529f829e
Fix maps race in append and merge tests
2014-07-28 23:17:48 -07:00
Mitchell Hashimoto
44489d2dfe
Update version for dev
2014-07-28 22:57:00 -07:00