Mitchell Hashimoto
|
3aa655ad3b
|
helper/schema: test schema diffs with the interpolation splits
|
2014-10-09 16:31:24 -07:00 |
Mitchell Hashimoto
|
6591e63138
|
providers/aws: should delete tags that are changing in-place
|
2014-10-09 10:47:33 -07:00 |
Mitchell Hashimoto
|
00bdef3093
|
providers/aws: test tag removal
|
2014-10-08 18:21:21 -07:00 |
Mitchell Hashimoto
|
6eafac8a34
|
providers/aws: aws_vpc supports tags
|
2014-10-08 17:54:00 -07:00 |
Mitchell Hashimoto
|
699b2efa1c
|
providers/aws: convert aws_vpc to helper/schema
|
2014-10-08 16:43:13 -07:00 |
Mitchell Hashimoto
|
9912ca70c6
|
Merge pull request #371 from xuwang/master
providers/aws: Add iam_instance_profile to resource_aws_launch_configuration
|
2014-10-08 10:53:26 -07:00 |
Mitchell Hashimoto
|
014bde64c4
|
providers/aws: not an error if route53 record is already destroy
[GH-342]
|
2014-10-07 21:55:40 -07:00 |
Mitchell Hashimoto
|
ca99811357
|
providers/aws: subnet retry destroy [GH-357]
|
2014-10-07 21:52:08 -07:00 |
Xu Wang
|
df37e82f5b
|
Add optional param iam_instance_profile to resource_aws_launch_configuration to support role based AC
|
2014-10-06 20:46:25 -07:00 |
Panagiotis Moustafellos
|
d01418270a
|
Add listener.ssl_certificate_id support to AWS ELB (@jpadvo [GH-176])
|
2014-10-02 05:19:36 +03:00 |
Mitchell Hashimoto
|
3b2272c69f
|
providers/aws: read properly finds the Self
|
2014-09-30 14:26:01 -07:00 |
Mitchell Hashimoto
|
dbc890e401
|
providers/aws: add `self` to ingress [GH-219]
|
2014-09-30 14:19:16 -07:00 |
Mitchell Hashimoto
|
6e02465be7
|
providers/aws: read internal for ELB
|
2014-09-30 13:37:04 -07:00 |
Mitchell Hashimoto
|
09ce13d040
|
Merge pull request #303 from buth/internalelbs
provider/aws: added missing internal ELB option
|
2014-09-30 13:29:35 -07:00 |
Mitchell Hashimoto
|
452cc07ce8
|
Merge pull request #307 from alekstorm/aws-db-instance-gone
providers/aws: don't error out when RDS DB instance disappears
|
2014-09-30 13:28:24 -07:00 |
Mitchell Hashimoto
|
a7c321a028
|
helper/scheam: support UI defaults
|
2014-09-29 14:00:35 -07:00 |
Mitchell Hashimoto
|
99044a1f14
|
Add descriptions for AWS inputs
|
2014-09-29 13:30:28 -07:00 |
Mitchell Hashimoto
|
459ffe9d2a
|
providers/*: fix compilation for input
|
2014-09-29 10:28:08 -07:00 |
Mitchell Hashimoto
|
3941dbac5d
|
fmt
|
2014-09-28 11:51:49 -07:00 |
Ian Delahorne
|
9f91c4e8c3
|
Add IAM Instance profile support to AWS instance provider
|
2014-09-23 13:06:30 -05:00 |
Mitchell Hashimoto
|
bea81d7710
|
providers/aws: fix some broken tests
|
2014-09-22 08:57:17 -07:00 |
Mitchell Hashimoto
|
166847d5dc
|
Merge branch 'f-state'
Conflicts:
builtin/providers/aws/resource_aws_subnet.go
|
2014-09-22 08:55:44 -07:00 |
Alek Storm
|
ba0591c85d
|
Force recreation when aws_instance.private_ip changes
|
2014-09-18 13:26:49 -07:00 |
Alek Storm
|
f928829a1c
|
Don't error out when RDS DB instance disappears
|
2014-09-18 13:25:30 -07:00 |
Mitchell Hashimoto
|
9b2b3a963f
|
ResourceDiff => InstanceDiff
|
2014-09-17 16:33:24 -07:00 |
Eric Buth
|
90b75b86c4
|
added missing internal ELB option
|
2014-09-17 17:56:27 -04:00 |
Mitchell Hashimoto
|
c5d6df692d
|
providers/aws: tests passing, compiles
|
2014-09-16 17:49:24 -07:00 |
Jack Pearkes
|
002e640d0b
|
Merge pull request #259 from hden/vpc_zone_identifier
allow vpc_zone_identifier in aws_autoscaling_group
|
2014-09-16 10:44:32 -04:00 |
Jack Pearkes
|
9fc775e41c
|
providers/aws: fix tests for subnet map_public_ip, add docs
This working depends on merging mitchellh/goamz#109
Related: #285
cc/ @hden
|
2014-09-16 10:37:22 -04:00 |
Jack Pearkes
|
ee24fce321
|
Merge pull request #285 from hden/263
add MapPublicIpOnLaunch
|
2014-09-16 09:56:40 -04:00 |
Jack Pearkes
|
dd434fb71b
|
providers/aws: add description to test
cc/ @buth
Looks like the schema was correctly defining description as required,
added it to the tests and it's passing now.
|
2014-09-16 09:44:32 -04:00 |
Eric Buth
|
4cd11e4091
|
AWS DB Subnet Group resource and testing
|
2014-09-15 14:58:04 -04:00 |
Hao-kang Den
|
d9665bad4e
|
add MapPublicIpOnLaunch
|
2014-09-10 13:13:16 +08:00 |
Mitchell Hashimoto
|
2317f7ea9b
|
providers/aws: proper DefaultFunc to return nil if no env
|
2014-09-09 21:46:50 -07:00 |
Mitchell Hashimoto
|
6a275d7bd0
|
providers/aws: convert validation to helper/schema
|
2014-09-09 21:44:31 -07:00 |
Mitchell Hashimoto
|
62e2743dcc
|
providers/aws: retry delete of eip [GH-276]
|
2014-09-09 14:18:53 -07:00 |
Mitchell Hashimoto
|
57f287c06d
|
providers/aws: check for non-exist on refresh
|
2014-09-09 14:15:33 -07:00 |
Mitchell Hashimoto
|
a5b85dd788
|
providers/aws: check if instance is set on eip
|
2014-09-09 14:15:08 -07:00 |
Mitchell Hashimoto
|
a5c884f5aa
|
fmt
|
2014-09-09 13:43:03 -07:00 |
Mitchell Hashimoto
|
ab5e07a1f9
|
providers/aws: use GetOk to check for value [GH-258]
|
2014-09-08 20:24:43 -07:00 |
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 |
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 |
Hao-kang Den
|
125977e075
|
allow vpc_zone_identifier in aws_autoscaling_group
|
2014-09-03 09:38:07 +08:00 |
Mitchell Hashimoto
|
3a3e3346d5
|
providers/aws: route53 record destroy in parallel works
|
2014-08-31 09:12:05 -07:00 |
Mitchell Hashimoto
|
c9a541d95b
|
helper/schema: generate a full diff in destroy/create cycle
|
2014-08-27 15:45:52 -07:00 |
Mitchell Hashimoto
|
b7e16c6b53
|
providers/aws: source_dest_check applies [GH-229]
|
2014-08-26 15:05:36 -07:00 |
Mitchell Hashimoto
|
56cf1e6faa
|
Fix go vet complaints
|
2014-08-24 21:50:35 -07:00 |
Ryan Uber
|
e530eea226
|
provider/aws: fix panic when user_data receives nil from StateFunc
|
2014-08-23 00:20:41 -07:00 |
Mitchell Hashimoto
|
623c635fb1
|
providers/aws: can create records with multiple values [GH-221]
|
2014-08-22 17:19:39 -07:00 |