Mitchell Hashimoto
942a988ac2
helper/schema: zero value of a set should be a set
2015-01-08 18:48:03 -08:00
Mitchell Hashimoto
b4bf813151
helper/schema: too big to fail
2015-01-08 18:02:19 -08:00
Mitchell Hashimoto
aa82c10e39
Merge pull request #762 from atlassian/fix_count_example
...
example: fix invalid mixing of hcl and json
2015-01-08 16:45:04 -08:00
Otto Jongerius
fbfbccb895
fix invalid mixing of hcl and json
2015-01-09 11:43:29 +11:00
Mitchell Hashimoto
17201130ff
Merge pull request #761 from justinclayton/patch-2
...
Clarify re: Openstack support
2015-01-08 16:14:34 -08:00
Justin Clayton
3e722d13ee
Clarify re: Openstack support
...
This is a reword of #760 at @mitchellh 's request.
2015-01-08 15:58:56 -08:00
Mitchell Hashimoto
864a8f24ec
helper/schema: GoString for Set
2015-01-08 11:33:15 -08:00
Armon Dadgar
47f02f80bc
CHANGELOG updates
2015-01-07 13:57:03 -08:00
Armon Dadgar
b69239e7f8
command/meta: Adding additional nil guards
2015-01-07 13:28:15 -08:00
Armon Dadgar
58a4a0b253
Merge pull request #755 from hashicorp/f-plan-remote-state
...
command/apply: Handle remote state in a plan file
2015-01-07 13:13:21 -08:00
Armon Dadgar
408ae62306
command/apply: Handle remote state in a plan file
2015-01-07 13:08:32 -08:00
Ryan Uber
87eb457760
Merge pull request #751 from hashicorp/f-consulapi
...
Switch to github.com/hashicorp/consul/api
2015-01-07 12:50:23 -08:00
Mitchell Hashimoto
3b67537dfa
Merge pull request #752 from soblom/aws_instance_docs
...
Doc fix: Referencing security groups from aws_instance correctly
2015-01-07 07:08:46 -08:00
Sören Blom
efca6b0e8a
only non-default VPC security groups are referenced by ID.
2015-01-07 12:52:20 +01:00
Ryan Uber
94c3acbca6
Switch to github.com/hashicorp/consul/api
2015-01-06 17:11:29 -08:00
Mitchell Hashimoto
2203ef82a4
up version for development
2015-01-06 16:32:47 -08:00
Mitchell Hashimoto
4e11ed4327
v0.3.6
2015-01-06 15:56:14 -08:00
Mitchell Hashimoto
14bba88514
update CHANGELOG
2015-01-06 15:39:18 -08:00
Mitchell Hashimoto
cc0ee4a6bb
Merge pull request #731 from atlassian/tags
...
providers/aws: make tags not computed
2015-01-06 15:38:35 -08:00
Mitchell Hashimoto
4bbf6abb53
Update CHANGELOG
2015-01-06 14:24:22 -08:00
Armon Dadgar
eef75a7a2a
Merge pull request #695 from moredip/aws_key_pair-resource
...
add aws_key_pair resource
2015-01-06 10:46:58 -08:00
Armon Dadgar
0ffc11c885
Merge pull request #704 from yahyapo/master
...
[AWS] Adding default network ACL ID and default security group ID to VPC reference attributes
2015-01-06 10:29:16 -08:00
Pete Hodgson
55347c0e59
Add docs for key_pair AWS resource
2015-01-05 21:45:05 -08:00
Pete Hodgson
ce4f4574fb
Fix sidebar highlighting bug for aws_network_acl
2015-01-05 21:45:04 -08:00
Armon Dadgar
69ca9efeea
Merge pull request #700 from Banno/fix-interpolated-func-with-colon
...
Adding colon to interpolated regex so they can be used in concats
2015-01-05 11:42:46 -08:00
Armon Dadgar
11dc775c25
Merge pull request #701 from ceh/issue-687
...
builtin/providers/aws: acceptance tests for assigning private IPs on AWS instance
2015-01-05 11:41:15 -08:00
Armon Dadgar
34d5464c63
Merge pull request #725 from jgoldschrafe/feature-google-compute-service-accounts
...
Support service accounts on GCE instances
2015-01-05 11:30:38 -08:00
Armon Dadgar
150da4720f
Merge pull request #724 from frodenas/google_ubuntu_images
...
provider/google: Add Ubuntu images
2015-01-05 11:27:07 -08:00
Sander van Harmelen
54ab857a54
Merge pull request #728 from atlassian/route_diff_fix
...
Route diff fix
2015-01-05 10:43:02 +01:00
Sander van Harmelen
7106917e98
Merge pull request #726 from atlassian/vgw_routes
...
Vgw routes
2015-01-05 10:39:42 +01:00
Sander van Harmelen
d748cfe6f0
Merge pull request #693 from ceh/yavf
...
builtin/providers/aws: remove unreachable code and skip unnecessary remote call
2015-01-05 10:25:38 +01:00
Sander van Harmelen
9d520c5244
Merge pull request #733 from kvz/patch-1
...
Fix typo: expacts -> expects
2015-01-05 10:16:23 +01:00
Emil Hessman
c738bf0477
builtin/providers/aws: remove unreachable code and skip unnecessary remote call
...
When DeleteInternetGateway is successful it returns a nil error value.
However, for a nil error value, the RetryFunc returns an error yielding a
unnecessary second call to DeleteInternetGateway in the retry logic.
The logic works because DeleteInternetGateway eventually returns an ec2.Error
with error code InvalidInternetGatewayID.NotFound since the internet gateway
has been deleted in the previous call. The return value of nil breaks the
retry logic and the deletion is deemed successful.
Fix the unnecessary second call to DeleteInternetGateway by short circuiting
with a nil error value when deletion of the internet gateway is successful on
the first try.
Add an acceptance test for internet gateway deletion and remove unreachable
code while here.
2015-01-03 21:56:44 +01:00
Seth Vargo
15937fb275
Merge pull request #734 from ceh/spell
...
website: address spelling mistakes, casing and links
2015-01-03 14:09:16 -05:00
Seth Vargo
8e4f9f472f
Merge pull request #735 from ivuk/fix-readme
...
Add spaces before URLs in README.md
2015-01-03 14:07:59 -05:00
Emil Hessman
28d39cd0bc
website: address spelling mistakes, casing and links
2015-01-03 19:31:53 +01:00
Igor Vuk
99834978d3
Add spaces before links
2015-01-03 19:26:57 +01:00
Mitchell Hashimoto
7e379cb1a1
helper/schema: field readers no longer take a schema as arg
2015-01-03 12:13:46 -05:00
Kevin van Zonneveld
07505ed159
Fix typo: expacts -> expects
2015-01-03 17:59:55 +01:00
Mitchell Hashimoto
3ff859d734
helper/schema: MultiLevelFieldReader
2015-01-03 10:32:24 -05:00
Mitchell Hashimoto
0b1da37b20
helper/schema: diff field reader should merge result with source
2015-01-03 09:55:38 -05:00
Otto Jongerius
eb1776c7e3
"Computed" should be false
2015-01-03 18:33:18 +11:00
Mitchell Hashimoto
91a57b42e8
helper/schema: reading a diff with computed should return zero value
2015-01-03 12:02:49 +05:30
Otto Jongerius
66159fd008
ignore routes originating from vgws
2015-01-02 19:17:52 +11:00
Otto Jongerius
f6385215f6
Merge branch 'master' into route_diff_fix
2015-01-02 19:08:53 +11:00
Otto Jongerius
9bdb2fb2d1
This change belongs in a branch
2015-01-02 19:08:33 +11:00
Otto Jongerius
19c6d04928
Do store potentially empty values. Failing to do so will generate different hashes for identical route(s).
2015-01-02 19:03:13 +11:00
Jeff Goldschrafe
d3081e0da8
Support service accounts on GCE instances
...
Update the Google Compute Engine provider to add support for service
accounts on `google_compute_instance`. Both gcloud shorthand (`compute-ro`,
`storage-ro`, etc.) and OAuth2 API endpoints are supported.
This feature is currently limited to a single service account (supporting
multiple scopes) and an automatically-generated service account email.
2015-01-02 01:25:19 -05:00
Ferran Rodenas
fc0902d230
provider/google: Add Ubuntu images
...
Ubuntu images are now GA, so add them to the list of available public images
2014-12-31 03:16:52 -08:00
Otto Jongerius
639e0c72b4
ignore routes originating from vgws
2014-12-31 10:23:34 +11:00