Commit Graph

5420 Commits

Author SHA1 Message Date
Chris Bednarski 6986121305 AWS Lambda functionality
- Includes documentation
- Includes acceptance tests
2015-06-01 09:33:45 -07:00
Dave Cunningham 265b9b254e Merge pull request #2060 from alphagov/f-add-google-cloud-storage
Feature: add google cloud storage
2015-06-01 12:10:07 -04:00
Paul Hinze 4052be6c7a Merge pull request #2139 from hashicorp/sethvargo/clarify_url
Add a note of where to view files before downloading them
2015-06-01 10:52:09 -05:00
Paul Hinze 115ea19ab5 Merge pull request #2165 from TimeIncOSS/fix-iam-examples
docs: Fix IAM assume_role_policy examples
2015-06-01 10:51:31 -05:00
Paul Hinze 8d4e23f7a9 Merge pull request #2169 from hashicorp/f-release-from-vagrant
maint: Codify a Vagrant-based release process
2015-06-01 10:51:15 -05:00
Paul Hinze 4a65d83741 maint: Codify a Vagrant-based release process
* update Vagrantfile to modern Consul-style version
 * add `make release` for a one-shot command to get from fresh vagrant
   machine to a built release
 * add RELEASING.md to document details about the release process
2015-06-01 10:34:13 -05:00
Jake Champlin a6e17d3b5f Update Documentation 2015-06-01 10:55:07 -04:00
Clint Shryock 6242f49af7 provider/aws: Update hash of network acl tests 2015-06-01 09:12:17 -05:00
Paul Hinze 330f69afca Update CHANGELOG.md 2015-06-01 09:02:30 -05:00
Paul Hinze 6a8456c911 Merge pull request #2168 from svanharmelen/b-chef-provisioner-interpolation
provisioner/chef: fix interpolation in the Chef provisioner
2015-06-01 09:02:00 -05:00
Sander van Harmelen 084b13d6ec Merge pull request #2158 from TimeIncOSS/acc-tests-timeout
Increase default timeout for acceptance tests
2015-06-01 15:47:08 +02:00
Clint ceca4ef9aa Merge pull request #2148 from hashicorp/b-aws-netacl-icmp-support
provider/aws: Add support for ICMP Protocol in Network ACLs
2015-06-01 08:33:06 -05:00
Sander van Harmelen be56a3a02e Fix interpolation in the Chef provisioner
Turns out to be a pretty obvious bug with a simple fix…
2015-06-01 15:29:43 +02:00
Radek Simko 40a582170a docs: Fix IAM assume_role_policy examples 2015-06-01 13:29:21 +01:00
Sathiya Shunmugasundaram 60d34ae940 Replace AWS Provider sections with link from terraform.io 2015-06-01 08:03:05 -04:00
Dan Hilton b909f7826b provider/google: Add support for Google Compute Stogare buckets.
Configure Google Compute Storage buckets using:
* name (compulsory attribute)
* predefined_acl (optional, default: `projectPrivate`)
* location (optional, default: `US`)
* force_destroy (optional, default: `false`)

Currently supporting only `predefined_acl`s. Bucket attribute updates happen via re-creation. force_destroy will cause bucket objects to be purged, enabling bucket destruction.
2015-06-01 11:36:50 +01:00
Sander van Harmelen 120599e68f Add some additional checks 2015-06-01 11:18:48 +02:00
Sathiya Shunmugasundaram 7f619db0e5 new line 2015-06-01 02:47:14 -04:00
Sathiya Shunmugasundaram 5bdd430720 README enhancement 2015-06-01 02:45:01 -04:00
Jake Champlin b236cdf918 Set AWS Elasticache Port Number to be required
Set Elasticache Port number to not be set by default, and require
Elasticache Port number to be specified.

Also updated acceptance tests to supply port number upon resource
declaration

Fixes #2084
2015-05-31 18:01:07 -04:00
Radek Simko bb864fb527 Increase default timeout for acceptance tests 2015-05-31 17:08:57 +01:00
Radek Simko 7430fd5a76 Merge pull request #2154 from hashicorp/f-make-vet-break-build
Makefile: make go vet break the build
2015-05-30 19:49:08 +01:00
Paul Hinze 84cb771c33 Merge pull request #2153 from TimeIncOSS/sort-aws-resources
AWS docs nitpicks (alphabetical sort + names)
2015-05-30 12:56:44 -05:00
Paul Hinze be2ec7a61a Makefile: make go vet break the build 2015-05-30 12:52:24 -05:00
Radek Simko 1a312b5de9 Merge pull request #2146 from hashicorp/b-examples-egress
examples: add egress rule to aws-two-tier SG
2015-05-30 16:20:23 +01:00
Radek Simko 3093e49ea3 Merge pull request #2150 from hashicorp/d-module-ssh-source-example
docs: clarify ssh git module source syntax
2015-05-30 16:08:29 +01:00
Radek Simko 14279e04d0 Docs: Fix name according to reality (route-table-assoc->route-table-association) 2015-05-30 15:51:21 +01:00
Radek Simko 09d7b90e47 Docs: Fix name according to reality (launch-config -> launch-configuration) 2015-05-30 15:51:08 +01:00
Radek Simko ef92a03a9b Docs: Fix name according to reality (autoscaling->autoscaling_group) 2015-05-30 15:50:56 +01:00
Radek Simko 5027a6bd5e Docs: Sort AWS resources alphabetically 2015-05-30 15:36:13 +01:00
Paul Hinze 5f1e8ebb5d Merge pull request #2152 from mzupan/doc-elb-stickiness-fix
aws_app_cookie_stickiness_policy doc fix
2015-05-30 08:49:53 -05:00
Mike Zupan f90536eb60 Need the id to link back 2015-05-30 06:38:49 -07:00
Paul Hinze 749e94bf4d Update CHANGELOG.md 2015-05-30 07:11:52 -05:00
Paul Hinze 060e8882bd Merge pull request #2147 from mzupan/fix-asg-health-checkswitch
Switching the healthcheck shouldn't cause a refresh of the resource
2015-05-30 07:10:56 -05:00
Mike Zupan e7fa855174 making the update happen 2015-05-30 02:51:56 -07:00
Paul Hinze 53d8981ef1 Merge pull request #2076 from atlassian/lb_cookie_stickiness_policy_doco
Correct lb_cookie_stickiness_policy example config
2015-05-29 21:50:23 -05:00
Paul Hinze 160c87a3e3 docs: clarify ssh git module source syntax
refs #2116
2015-05-29 21:15:55 -05:00
Clint c4af5b2e9a Merge pull request #2120 from hashicorp/b-aws-instance-ebs-snapshot
provider/aws: Fix issue with restoring from snapshot ID
2015-05-29 17:07:01 -05:00
Clint Shryock 339f2bd21f provider/aws: Add support for ICMP Protocol in Network ACLs
- added icmp_type attribute
- added icmp_code attribute
- fixed an issue hiding the error
2015-05-29 16:48:50 -05:00
Chris Bednarski 96d18a8ee6 Merge pull request #2141 from hashicorp/makefile-help-messages
Tweak some of the makefile help messages for clarity
2015-05-29 13:44:32 -07:00
Mike Zupan c122323d14 Switching the healthcheck shouldn't cause a refresh of the resource
Switching the healthcheck from elb->ec2 or ec2->elb shouldn't cause the ASG to re-create itself
2015-05-29 13:40:15 -07:00
Paul Hinze cf3bcbcc2b examples: add egress rule to aws-two-tier SG 2015-05-29 15:39:23 -05:00
Clint d686a65c88 Merge pull request #2145 from mzupan/fix-role-policy-doc
missing a closing } in the example
2015-05-29 15:37:12 -05:00
Mike Zupan ef83fd52ae missing a closing } in the example
This is a simple one.. Docs were missing a closing }
2015-05-29 13:33:32 -07:00
Paul Hinze 6749ea29a4 Merge pull request #2140 from ketzacoatl/patch-3
Update interpolation.md, doc pattern combining template_file and count
2015-05-29 13:52:04 -05:00
ketzacoatl 9a0c733c18 Update interpolation.md, doc pattern combining template_file and count
This example is derived from @phinze's [work seen here](https://github.com/hashicorp/terraform/issues/1893#issuecomment-100945306)
2015-05-29 18:24:08 +00:00
Chris Bednarski a1dd906f2e Move TEST to end of line 2015-05-29 10:56:15 -07:00
Chris Bednarski 106af364b3 Change the example to something that actually works 2015-05-29 10:55:16 -07:00
Chris Bednarski 7e51225ca9 Tweak some of the makefile help messages for clarity 2015-05-29 10:45:20 -07:00
Seth Vargo 4ecc9de937 Minor grammar change 2015-05-29 09:50:32 -07:00