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 |
Mitchell Hashimoto
|
e51bdc92fa
|
providers/aws: aws_vpc
|
2014-07-07 12:16:58 -07:00 |
Mitchell Hashimoto
|
20198cb7aa
|
providers/aws: ABC, Its as Easy as 123
https://www.youtube.com/watch?v=I8GvDLDYhNM&feature=kp
|
2014-07-07 11:25:54 -07:00 |
Jack Pearkes
|
d484ebadcd
|
providers/aws: update
|
2014-07-07 10:07:06 -04:00 |
Jack Pearkes
|
a2815e50eb
|
providers/aws: first pass at elb support
|
2014-07-07 10:07:06 -04:00 |
Jack Pearkes
|
4c9a4ad041
|
providers/aws: add elb layout, move instance into it's own namespace
|
2014-07-07 10:07:06 -04:00 |
Mitchell Hashimoto
|
5dbfed31b6
|
providers/aws: compile
|
2014-07-03 13:06:24 -07:00 |
Mitchell Hashimoto
|
92e1e09a69
|
main: fix the help output to show up
|
2014-06-26 10:24:51 -07:00 |
Mitchell Hashimoto
|
6e995feb5e
|
providers/aws: if no reservations, no instance
|
2014-06-26 09:58:38 -07:00 |
Mitchell Hashimoto
|
fa3ac806cc
|
providers/aws: use one resourcestate so we don't lose attributes
|
2014-06-25 23:21:46 -07:00 |
Mitchell Hashimoto
|
e8035a5c96
|
providers/aws: properly create an i nstance after destroy
|
2014-06-25 18:49:30 -07:00 |
Mitchell Hashimoto
|
bd0f23ce25
|
Move diff to helper/diff, helper/resource knows about it
|
2014-06-24 10:27:39 -07:00 |
Mitchell Hashimoto
|
938b4da8a5
|
providers/aws: comments
|
2014-06-24 10:23:09 -07:00 |
Mitchell Hashimoto
|
ae142efff7
|
providers/aws: know how to destroy things
|
2014-06-24 10:22:22 -07:00 |
Mitchell Hashimoto
|
1df3297601
|
providers/aws: if terminated, no longer exists
|
2014-06-24 10:15:08 -07:00 |
Mitchell Hashimoto
|
391e9fd250
|
providers/aws: implement Refresh for aws_instance
|
2014-06-23 19:56:22 -07:00 |
Mitchell Hashimoto
|
e91d8643dc
|
providers/aws: create things
|
2014-06-23 19:50:19 -07:00 |
Mitchell Hashimoto
|
543e70aab1
|
helper/resource: nice helper for resourceprovider impl
|
2014-06-23 19:32:49 -07:00 |