Clint Shryock
d5f962b14b
clean up extra indentation
2015-06-22 09:25:27 -05:00
Clint Shryock
0bf127a805
update test; fix import, interpolate ENV var for log name
2015-06-18 08:35:45 -05:00
Clint Shryock
285a88b664
code cleanups
2015-06-18 08:28:38 -05:00
Clint Shryock
b3d7bb2b39
fix go vet error
2015-06-17 16:45:14 -05:00
Clint Shryock
1a6aef0ed7
Log Group Name is required/forcenew
2015-06-17 16:33:24 -05:00
Clint Shryock
bfdf11c477
provider/aws: Implement AWS Flow Logs
2015-06-17 16:31:21 -05:00
Clint Shryock
641a86effa
additional attributes exported
2015-06-17 16:29:31 -05:00
Clint Shryock
cbb6b97f7e
provider/aws: Docs for FlowLog resource
2015-06-17 16:29:31 -05:00
Paul Hinze
6fafff3416
Update CHANGELOG.md
2015-06-17 15:38:06 -05:00
Paul Hinze
466d6bf951
Update CHANGELOG.md
2015-06-17 15:37:51 -05:00
Paul Hinze
5e86e709bc
Merge pull request #2386 from hashicorp/b-template-variable-change-failure
...
provider/template: don't error when rendering fails in Exists
2015-06-17 15:36:11 -05:00
Paul Hinze
385b17d679
provider/template: don't error when rendering fails in Exists
...
The Exists function can run in a context where the contents of the
template have changed, but it uses the old set of variables from the
state. This means that when the set of variables changes, rendering will
fail in Exists. This was returning an error, but really it just needs to
be treated as a scenario where the template needs re-rendering.
fixes #2344 and possibly a few other template issues floating around
2015-06-17 15:33:07 -05:00
Paul Hinze
e1c7990c9c
Update CHANGELOG.md
2015-06-17 13:45:00 -05:00
Paul Hinze
42009191a9
Merge pull request #2380 from aznashwan/f-azure-databases
...
provider/azure: added Azure SQL server and service support.
2015-06-17 13:43:03 -05:00
aznashwan
357ed8e774
Added Azure SQL server and service support.
2015-06-17 21:23:16 +03:00
Radek Simko
f0d8682df6
Update CHANGELOG.md
2015-06-17 16:12:27 +01:00
Paul Hinze
a75095aa69
docs: clarify wording around destroy/apply args
...
inspired by #2360 with clarification on args vs flags
/cc @catsby
2015-06-17 10:10:23 -05:00
Clint
b132dd284e
Merge pull request #2121 from johnewart/dynamodb
...
DynamoDB Support
2015-06-17 09:47:13 -05:00
Chris Bednarski
fff8333dd9
Merge pull request #2378 from benzenwen/doc-fix
...
Getting Started guide first step leaves reader hanging. Added a Next Step.
2015-06-16 17:11:53 -07:00
Ben Wen
d483409176
Getting Started: Added a Next Step upon finishing install.
2015-06-16 17:01:22 -07:00
Paul Hinze
071db417fe
docs: add description of archive format to download page
2015-06-16 16:39:57 -05:00
Paul Hinze
8b2e1bd273
docs: snapshot plugin dependencies when releasing
...
refs #2356
2015-06-16 16:25:27 -05:00
Paul Hinze
5d0891ff52
add v0.5.3 transitory deps
...
refs #2356
2015-06-16 16:24:10 -05:00
Paul Hinze
8814384dea
Merge pull request #2372 from aznashwan/azure-client-refactor
...
provider/azure: Cleaned up client creation and handling.
2015-06-16 13:20:55 -05:00
aznashwan
58dd568da9
Cleaned up client creation and handling.
2015-06-16 21:04:35 +03:00
Paul Hinze
db3a22f4f4
Merge pull request #2368 from svanharmelen/b-core-duplicate-code
...
core: remove duplicate code
2015-06-16 12:04:16 -05:00
Sander van Harmelen
a465c6f4cc
Remove duplicate code
...
Seems to be a refactoring leftover of some kind as on lines 146-148
these calls are done again…
2015-06-16 17:40:59 +02:00
John Ewart
4e219b3bad
Fixes support for changing just the read / write capacity of a GSI
2015-06-15 17:05:50 -07:00
Paul Hinze
f1a88fca5b
Merge pull request #2350 from thegedge/fix-aws-docs
...
provider/aws: grammar fix in the db_instance docs.
2015-06-15 12:34:53 -05:00
Paul Hinze
f4085194e5
Merge pull request #2334 from hashicorp/aws-docs-alphabet
...
aws docs: Sort resources alphabetically
2015-06-15 12:34:28 -05:00
Jason Gedge
11b136f503
Grammar fix in the aws_db_instance docs.
2015-06-15 13:32:30 -04:00
Paul Hinze
e514e16215
docs: add route53_health_check to sidebar
...
/cc @rubbish
2015-06-15 11:08:37 -05:00
Paul Hinze
c26d2bc387
Update CHANGELOG.md
2015-06-15 11:06:44 -05:00
Paul Hinze
924278c33f
Merge pull request #2226 from Banno/add-aws-route53-health-checks-squashed
...
provider/aws: add aws_route53_health_check (rebase,squash+docs)
2015-06-15 11:06:03 -05:00
Radek Simko
9024c34248
aws docs: Sort resources alphabetically
2015-06-13 21:12:24 +01:00
Radek Simko
f50d97d6ee
Fix typo in aws_networking docs (duplicate acl -> interface)
2015-06-13 21:03:11 +01:00
Paul Hinze
1ebe117085
Merge pull request #2052 from aznashwan/azure
...
provider/azure: added a number of storage and networking resources.
2015-06-12 16:49:36 -05:00
Paul Hinze
7bda3e6551
Merge pull request #2328 from jefferai/f-simplify-images
...
Put the image parsing code (mostly) back to how it was before
2015-06-12 16:31:50 -05:00
Jeff Mitchell
0558763f87
This puts the image parsing code (mostly) back to how it was before. The
...
regex solution is extremely complex, which makes it hard to debug and
understand; the original switches and
commenting lay out the various cases in a straightforward fashion. Plus,
implementing namespace/repo support in the original code was a simple
strings.Join call.
2015-06-12 19:36:52 +00:00
aznashwan
82a7f08a86
Removed redundant casting checks.
2015-06-12 22:25:03 +03:00
Radek Simko
e3b3896615
Update CHANGELOG.md
2015-06-12 19:24:39 +01:00
aznashwan
548a17d38c
Added documentation for running tests.
2015-06-12 20:57:49 +03:00
aznashwan
bd371a3c40
Removed obsolete TODO's.
2015-06-12 20:57:25 +03:00
Chris Bednarski
380f3ceb86
Merge pull request #2170 from hashicorp/f-aws-lambda
...
AWS Lambda functionality
2015-06-12 10:18:27 -07:00
aznashwan
ebfbef0d52
Added Storage Queue resource.
2015-06-12 01:55:43 +03:00
aznashwan
329424c04b
Added documentation.
2015-06-11 21:27:40 +03:00
aznashwan
137cb9778e
Minor fixups, refactors and test updates.
2015-06-11 21:27:40 +03:00
aznashwan
9670e69613
Merge resources unto upstream.
2015-06-11 21:27:40 +03:00
Paul Hinze
dd24b58bf3
Update CHANGELOG.md
2015-06-11 08:49:46 -05:00
Paul Hinze
35eb5e6395
Merge pull request #2311 from hashicorp/b-aws-empty-vpc-sgs
...
provider/aws: ignore empty vpc_security_group_ids
2015-06-11 08:49:01 -05:00