Mitchell Hashimoto
|
d25747ba5c
|
providers/aws: cleaner detection of VPC [GH-122]
|
2014-08-19 17:22:25 -07:00 |
Mitchell Hashimoto
|
c4d261ac61
|
providers/aws: resource_aws_eip is in new framework
|
2014-08-19 16:56:23 -07:00 |
Alex Gaynor
|
46154ca1d3
|
Fixed a ton of typos in docs and comments
|
2014-08-07 00:19:56 -07:00 |
Armon Dadgar
|
ebd50ab6ff
|
provider/aws: Fixing EIP in EC2-VPC
|
2014-07-28 12:05:00 -04:00 |
Mitchell Hashimoto
|
b1fc87fe59
|
providers/aws/aws_eip: support update (reassociation)
/cc @pearkes - woot
|
2014-07-26 15:53:26 -07:00 |
Jack Pearkes
|
a87f2a7987
|
providers/aws: elb, eip config validations
|
2014-07-15 12:18:36 -04:00 |
Jack Pearkes
|
1bcdba6f84
|
providers/aws: tests for eip
|
2014-07-14 18:30:31 -04:00 |
Jack Pearkes
|
0319e89281
|
providers/aws: remove instance_id manual storage
|
2014-07-07 18:08:42 -04:00 |
Jack Pearkes
|
fac9c6bf10
|
providers/aws: eip use retrieval helper
|
2014-07-07 17:42:20 -04:00 |
Jack Pearkes
|
e83e0f72b2
|
providers/aws: eip retrieve func, elb fix state saves after create
|
2014-07-07 17:38:35 -04:00 |
Jack Pearkes
|
4f2388f787
|
providers/aws: eip destroy and drefresh
|
2014-07-07 15:37:38 -04:00 |
Jack Pearkes
|
4f10569037
|
providers/aws: add EIP provider
resource "aws_eip" "public_web" {
instance = "${aws_instance.web.instance_id}"
# Defaults to false
# vpc = "true"
}
|
2014-07-07 15:20:17 -04:00 |