Commit Graph

6412 Commits

Author SHA1 Message Date
Clint 9756946e3c Merge pull request #3021 from hashicorp/f-building
Move RELEASING to BUILDING
2015-08-19 09:41:25 -05:00
Kazunori Kojima 1a68376585 Fix SQS DelaySeconds default value.
See [API Reference](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html)
> DelaySeconds - The time in seconds that the delivery of all messages
> in the queue will be delayed. An integer from 0 to 900 (15 minutes). The
> default for this attribute is 0 (zero).
2015-08-19 23:32:10 +09:00
Radek Simko 9a3a825c30 Merge pull request #3029 from TimeIncOSS/aws-example-s3-cross-account
aws: Add example w/ S3 & cross-account access
2015-08-19 15:02:25 +01:00
Clint beeb70422f Merge pull request #3030 from SamClinckspoor/patch-2
Updated AWS_SQS_QUEUE docs
2015-08-19 08:55:00 -05:00
Sam Clinckspoor 1f6c688d85 Updated AWS_SQS_QUEUE docs
* Added undocumented `redrive_policy` #
* Added link to AWS docs for `visibility_timeout_seconds`
2015-08-19 14:20:24 +02:00
Radek Simko 8234ee0682 Update CHANGELOG.md 2015-08-19 10:47:31 +01:00
Radek Simko 31d6949b3f Update CHANGELOG.md 2015-08-19 10:46:50 +01:00
Radek Simko f27b0a0cf1 Merge pull request #3000 from TimeIncOSS/code-formatting
Format code via gofmt + fix whitespacing
2015-08-19 10:45:11 +01:00
Radek Simko 0a637be9b3 aws: Add example w/ S3 & cross-account access 2015-08-19 10:15:43 +01:00
Dave Cunningham 2c30ff276e Merge pull request #3027 from sparkprime/fix_int_cast
Fix #2901
2015-08-19 03:00:28 -04:00
Dave Cunningham aa45266fdb Fix #2901 2015-08-19 02:57:04 -04:00
Clint b2731e2470 Update CHANGELOG.md 2015-08-18 14:54:30 -05:00
Clint 79bd3a318d Merge pull request #2887 from hashicorp/f-aws-pr-2779
provider/aws/aws_instance: add instance_initiated_shutdown_behavior (supersedes 2779)
2015-08-18 14:53:43 -05:00
Kevin Fishner 7d9fa51dba Merge pull request #3024 from hashicorp/atlas-artifact-docs-ami
Clarify that you get the AMI id from metadata, not id
2015-08-18 12:53:19 -07:00
Kevin Fishner 76bbd3b457 Clarify that you get the AMI id from metadata 2015-08-18 12:48:01 -07:00
Clint Shryock fde2a400f7 Merge branch 'master' into f-aws-pr-2779
* master: (84 commits)
  provider/aws: Update to aws-sdk 0.9.0 rc1
  use name instead of id  - launch configs use the name and not ID
  Fix typo on heroku_cert example
  provider/aws: add value into ELB name validation message
  tests: fix missed test update from last merge
  update prevent_destroy error message
  Update CHANGELOG.md
  Update CHANGELOG.md
  providers/aws: Update Launch Config. docs to detail naming and lifecycle recommendation
  release: cleanup after v0.6.3
  v0.6.3
  Update CHANGELOG.md
  core: fix deadlock when dependable node replaced with non-dependable one
  tests: extract deadlock checking test helper
  core: log every 5s while waiting for dependencies
  Fixed indentation in a code sample
  state/remote/s3: match with upstream changes
  provider/aws: match with upstream changes
  google: Add example of two-tier app
  Updating Launch Config Docs for Name attribute
  ...
2015-08-18 14:40:01 -05:00
Clint Shryock 7d2982ce9f trim to just steps for building the binaries 2015-08-18 13:11:49 -05:00
Clint Shryock b771fc5bf1 initial rename and update 2015-08-18 13:09:15 -05:00
Dave McDermid 1a85f1344b Added join_domain feature to Azure Instance resource 2015-08-18 16:09:34 +01:00
Clint 21d18ae2c9 Merge pull request #3015 from hashicorp/f-aws-update-sdk9
provider/aws: Update to aws-sdk 0.9.0 rc1
2015-08-18 09:49:03 -05:00
Clint Shryock 0c2f189d08 provider/aws: Update to aws-sdk 0.9.0 rc1 2015-08-17 13:27:16 -05:00
Clint 86ce5f13f1 Merge pull request #3013 from d4v3y0rk/autoscaling-group-launch-config-doc
use name instead of id
2015-08-17 09:42:13 -05:00
Dave York 6c6793a260 use name instead of id
- launch configs use the name and not ID
2015-08-17 10:24:25 -04:00
Sargurunathan Mohan 9abd74819e apply go fmt on config.go 2015-08-16 17:13:23 -07:00
Radek Simko 1d77a258d0 Merge pull request #3005 from sobrinho/patch-1
Fix typo on heroku_cert example
2015-08-15 11:25:53 +01:00
Tom Hummel b68c23fb42 aws_kinesis_stream: remove limit on DescribeStream
using limit: 1 on DescribeStream will always return 1 shard no matter how many shards there actually are when we call `len()`. so i've removed the limit parameter to get the actual shard list returned

remove limits
2015-08-14 22:24:02 -07:00
Gabriel Sobrinho 456fc37449 Fix typo on heroku_cert example 2015-08-14 18:56:57 -03:00
Casey Stamm 364a3b90df Updating AWS SNS docs to include lambda protocol 2015-08-14 16:50:09 -04:00
Radek Simko 00ad41bf7d google: Code formatted via gofmt 2015-08-14 12:06:06 +01:00
Radek Simko 9596271b36 Code formatted via gofmt 2015-08-14 12:02:32 +01:00
Radek Simko 10f04c90a5 'terraform output' helptext spacing fixed 2015-08-14 12:01:58 +01:00
Sargurunathan Mohan b95e7a976c fail silently when users have forbiddenaccount/allowedaccount configured while authenticating via iam profile instance 2015-08-14 03:52:38 -07:00
Paul Hinze 89e5687d1b Merge pull request #2994 from hashicorp/f-improve-elb-validation-msg
provider/aws: add value into ELB name validation message
2015-08-13 18:04:37 -05:00
Paul Hinze 55411d692d provider/aws: add value into ELB name validation message
makes debugging these validation errors much more straightforward
2015-08-13 16:31:18 -05:00
Paul Hinze c618132085 tests: fix missed test update from last merge 2015-08-13 10:11:12 -05:00
Paul Hinze 109393d931 Merge pull request #2992 from hashicorp/d-prevent-destroy-errmsg-tweak
update prevent_destroy error message
2015-08-13 10:03:08 -05:00
Paul Hinze 22ea3d693f update prevent_destroy error message
per recommendations by @nathanielks

closes #2473
2015-08-13 09:57:52 -05:00
Paul Hinze 2f2e594bd1 Update CHANGELOG.md 2015-08-12 18:24:32 -05:00
Paul Hinze 6e79494fc6 Merge pull request #2920 from TimeIncOSS/all-outputs
core: Print all outputs
2015-08-12 18:23:55 -05:00
Paul Hinze 7a3893f0d8 Update CHANGELOG.md 2015-08-12 17:08:48 -05:00
Paul Hinze cdcef1c852 Merge pull request #2704 from thegedge/add-index-function
Add a function to find the index of an element in a list.
2015-08-12 17:07:49 -05:00
Paul Hinze b0992985b9 Merge pull request #2596 from hashicorp/d-tfvars-mappings
docs: expand how to assign mappings from file
2015-08-12 17:05:47 -05:00
Paul Hinze b928777cac core: don't error on computed value during input walk
fixes #2987
2015-08-12 14:23:33 -05:00
Clint 8be06a021a Merge pull request #2914 from TimeIncOSS/google-cloud-2-tier-example
google: Add an example of a two-tier app
2015-08-12 14:22:21 -05:00
Clint c5e8da2925 Merge pull request #2601 from nathanielks/feature/docs-environment-variables
Added page documenting useful Environment Variables
2015-08-12 13:54:55 -05:00
Clint d74ea5d472 Merge pull request #2933 from hashicorp/docs-math-interpolation
More details about math in interpolation
2015-08-12 13:49:58 -05:00
Clint 5eb9b6c74e Merge pull request #2867 from berendt/gh_issue_2864
provider/openstack: not only SATA or SSD are valid volume types
2015-08-12 11:10:37 -05:00
Clint f927835abe Merge pull request #2726 from trumant/provider_doc_clarification
Clarifying the resource state persistence mechanism for custom Provid…
2015-08-12 11:09:38 -05:00
Clint 906a1b3b3b Merge pull request #2980 from hashicorp/f-aws-lc-doc-update
providers/aws: Update Launch Config. docs to detail naming and lifecy…
2015-08-12 11:02:59 -05:00
Clint Shryock d7c3221b02 providers/aws: Update Launch Config. docs to detail naming and lifecycle recommendation 2015-08-12 11:00:05 -05:00