Mitchell Hashimoto
|
69a9619924
|
providers/google: compute_firewall update
|
2014-08-26 12:50:08 -07:00 |
Mitchell Hashimoto
|
f2d7900e63
|
providers/google: on refresh, treat 404 as resource gone
|
2014-08-25 22:49:14 -07:00 |
Mitchell Hashimoto
|
673b62db96
|
providers/google: check operations for errors
|
2014-08-25 22:44:27 -07:00 |
Mitchell Hashimoto
|
bf6df9420f
|
providers/google: compute_route
|
2014-08-25 22:39:29 -07:00 |
Mitchell Hashimoto
|
0c2a0aeeba
|
providers/google: proper resource type in error message
|
2014-08-25 22:13:37 -07:00 |
Mitchell Hashimoto
|
8639c104a2
|
providers/google: compute_firewall
|
2014-08-25 22:09:38 -07:00 |
Mitchell Hashimoto
|
7ad39614fa
|
providers/google: compute_network
|
2014-08-25 21:41:15 -07:00 |
Mitchell Hashimoto
|
99918bde2e
|
providers/google: support disks coming from other disks
|
2014-08-25 21:35:23 -07:00 |
Mitchell Hashimoto
|
81c9b695a1
|
fmt
|
2014-08-25 16:23:38 -07:00 |
Mitchell Hashimoto
|
efe9b53a05
|
providers/google: compute_disk
|
2014-08-25 16:23:28 -07:00 |
Mitchell Hashimoto
|
f5d4b605c2
|
providers/google: can assign IP to instance
|
2014-08-25 15:47:21 -07:00 |
Mitchell Hashimoto
|
7f3bb1a45a
|
providers/google: compute_instance supports metadata
|
2014-08-25 15:25:45 -07:00 |
Mitchell Hashimoto
|
da03be8941
|
providers/google: support tags on compute_instance
|
2014-08-25 15:10:30 -07:00 |
Mitchell Hashimoto
|
5bf258809f
|
providers/google: compute_instance
|
2014-08-25 14:57:17 -07:00 |
Mitchell Hashimoto
|
043a7d516e
|
providers/google: compute_address tests
|
2014-08-25 13:56:40 -07:00 |
Mitchell Hashimoto
|
a80222bbe4
|
providers/google: google_compute_address
|
2014-08-25 12:55:08 -07:00 |
Mitchell Hashimoto
|
f346964fca
|
providers/google: first pass
|
2014-08-25 11:48:20 -07:00 |
Mitchell Hashimoto
|
56cf1e6faa
|
Fix go vet complaints
|
2014-08-24 21:50:35 -07:00 |
Mitchell Hashimoto
|
2caf33f97f
|
command/apply: keep track of default variables separately [GH-153]
|
2014-08-24 21:40:58 -07:00 |
Mitchell Hashimoto
|
95bd64132b
|
helper/schema: update docs
|
2014-08-24 16:53:42 -07:00 |
Mitchell Hashimoto
|
31cc3ffca1
|
helper/schema: one of Optional, Required, Computed must be set
|
2014-08-24 16:53:41 -07:00 |
Mitchell Hashimoto
|
fb9d62e27a
|
Merge pull request #222 from ryanuber/bugfix-aws-statefunc
provider/aws: fix panic when user_data receives nil from StateFunc
|
2014-08-24 16:46:28 -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
|
0317120866
|
Update CHANGELOG
|
2014-08-22 17:20:06 -07:00 |
Mitchell Hashimoto
|
623c635fb1
|
providers/aws: can create records with multiple values [GH-221]
|
2014-08-22 17:19:39 -07:00 |
Mitchell Hashimoto
|
c886148e15
|
providers/aws: use example.com for tests
|
2014-08-22 12:51:19 -07:00 |
Mitchell Hashimoto
|
ed99d2497b
|
providers/aws: retry route53 operations [GH-183]
|
2014-08-22 12:51:11 -07:00 |
Mitchell Hashimoto
|
07b2709af0
|
Update CHANGELOG
|
2014-08-22 12:23:02 -07:00 |
Mitchell Hashimoto
|
2aa2a0f883
|
Merge pull request #220 from hashicorp/f-aws-instance-schema
aws_instance to helper/schema, and fixes for helper/schema
|
2014-08-22 12:22:18 -07:00 |
Mitchell Hashimoto
|
8f70920c17
|
providers/aws: fix some other issues with aws_instance
|
2014-08-22 12:20:06 -07:00 |
Mitchell Hashimoto
|
eff8306a6c
|
helper/schema: don't mark things computed if an ID is set
|
2014-08-22 12:18:08 -07:00 |
Mitchell Hashimoto
|
9ed601d541
|
helper/schema: store state with processed properly
|
2014-08-22 12:09:06 -07:00 |
Mitchell Hashimoto
|
50026a6d5c
|
helper/schema: When having a StateFunc, make sure NewExtra contains
original
|
2014-08-22 08:57:44 -07:00 |
Mitchell Hashimoto
|
ba68be5672
|
providers/aws: use StateFunc to process the user_data
|
2014-08-22 08:46:48 -07:00 |
Mitchell Hashimoto
|
f26a2700a1
|
fmt
|
2014-08-22 08:46:03 -07:00 |
Mitchell Hashimoto
|
d009ea800a
|
helper/schema: add support for StateFunc
|
2014-08-22 08:45:54 -07:00 |
Mitchell Hashimoto
|
7be2f1b091
|
helper/schema: add GetOk
|
2014-08-21 23:03:04 -07:00 |
Mitchell Hashimoto
|
37cf52fa27
|
helper/schema: if no ID is set then return nil
|
2014-08-21 22:19:33 -07:00 |
Mitchell Hashimoto
|
3d3789920d
|
helper/schema: can set conninfo
|
2014-08-21 22:15:47 -07:00 |
Mitchell Hashimoto
|
2fd2470c92
|
providers/aws: resource_aws_instance partially to schema.Resource
|
2014-08-21 18:38:43 -07:00 |
Mitchell Hashimoto
|
a292625846
|
website: private IP docs
|
2014-08-21 17:17:50 -07:00 |
Mitchell Hashimoto
|
d7b8a56f7b
|
Merge pull request #217 from alekstorm/aws-instance-private-ip
providers/aws: aws_instance private IP's to be specified
|
2014-08-21 17:16:02 -07:00 |
Alek Storm
|
b6c5e5bbf6
|
Allow aws_instance private IP's to be specified
|
2014-08-21 17:13:36 -07:00 |
Mitchell Hashimoto
|
58f6cadbdc
|
Merge pull request #216 from alekstorm/docs-route-table-rules
website: Update aws_route_table docs to clarify 'route' block usage
|
2014-08-21 17:11:31 -07:00 |
Alek Storm
|
aef799057e
|
Update aws_route_table docs to clarify 'route' block usage
|
2014-08-21 17:08:51 -07:00 |
Mitchell Hashimoto
|
da2e221628
|
terraform: Interpolate if there are any interpolations [GH-159]
|
2014-08-21 15:05:56 -07:00 |
Mitchell Hashimoto
|
cdc2a53553
|
providers/aws: changing order of security group cidrs doesn't affect
things
|
2014-08-21 14:10:09 -07:00 |
Mitchell Hashimoto
|
46b81587ef
|
Update CHANGELOG
|
2014-08-21 14:04:11 -07:00 |
Mitchell Hashimoto
|
5b620b76f5
|
providers/aws: update comment
|
2014-08-21 12:00:32 -07:00 |
Mitchell Hashimoto
|
200f7c4488
|
providers/aws: can add remove individual cidr/groups in security group
|
2014-08-21 11:59:03 -07:00 |