Commit Graph

5190 Commits

Author SHA1 Message Date
Sander van Harmelen 69736f67a6 Update/fix the CheckDestroy functions in the tests 2015-06-04 17:11:07 +02:00
Paul Hinze 0b2b9e844f Update CHANGELOG.md 2015-06-02 17:23:51 -05:00
Paul Hinze b5a23837bd Merge pull request #2198 from hashicorp/f-keys-values
core: keys() and values() funcs for map variables
2015-06-02 17:23:24 -05:00
Paul Hinze b781c6c446 core: keys() and values() funcs for map variables
they work on maps with both keys and values that are string types, which
AFAICT are the only types of maps we have right now.

closes #1915
2015-06-02 16:49:51 -05:00
Paul Hinze fdd19a55ef Update CHANGELOG.md 2015-06-02 14:35:26 -05:00
Clint 51d6592f3e Update CHANGELOG.md 2015-06-02 14:34:09 -05:00
Clint 03514b7d5a Update CHANGELOG.md 2015-06-02 14:31:43 -05:00
Clint a42413fa5c Merge pull request #2191 from hashicorp/b-aws-elasticache-subnet-updates
provider/aws: Allow ElastiCache Subnet Group updates
2015-06-02 14:30:37 -05:00
Sander van Harmelen 7aeaa344b0 Merge pull request #2004 from benjvi/sshkey
provider/cloudstack: add SSH keypair resource
2015-06-02 21:28:16 +02:00
Sander van Harmelen 31ae2482d5 Merge pull request #2053 from svanharmelen/f-provider-azure
WIP: Add Azure provider (peer-review PR)
2015-06-02 21:17:03 +02:00
Paul Hinze f057d6e176 Merge pull request #2194 from jjshoe/master
Let people know elbs support tags
2015-06-02 14:11:31 -05:00
Sander van Harmelen 7e388bb078 Make sure we expand the homedir
If a tilde is used in the path, this makes sure we expand it to a full
path.
2015-06-02 21:08:14 +02:00
Joel 3939236f87 Let people know elbs support tags 2015-06-02 14:05:55 -05:00
Paul Hinze 79a18dc16b Merge pull request #2192 from hashicorp/b-atlas-artifact-doc
website: atlas artifact type is amazon.ami no aws.ami
2015-06-02 12:55:05 -05:00
Jack Pearkes 50fc610604 website: atlas artifact type is amazon.ami no aws.ami 2015-06-02 13:26:28 -04:00
Benjamin vickers 5e9d385f96 Add cloudstack ssh key resource and attr for instances 2015-06-02 17:24:17 +01:00
Clint Shryock a2717acf81 provider/aws: Allow ElastiCache Subnet Group updates
Adds update method for ElastiCache Subnet Groups, things are not all ForceNew
anymore.

- can update description
- can update subnet ids
2015-06-02 11:19:23 -05:00
Paul Hinze 434d0c9d86 Merge pull request #2186 from yyamano/typos
Fix typos in CHANGELOG.md
2015-06-02 07:19:52 -05:00
Yuji Yamano 0b11c33fd4 Fix typos. 2015-06-02 18:16:01 +09:00
Andrew Langhorn 70c90f420e Clarify syntax for RDS maintenance window param
Closes #2069
2015-06-02 07:44:09 +01:00
Radek Simko f29dbe0c87 Merge pull request #2181 from mzupan/add-elaticcache-tags
aws: adding tags option for aws_elasticache_cluster
2015-06-02 07:34:08 +01:00
Mike Zupan 544236df94 tags lacking from docs 2015-06-01 15:05:07 -07:00
Paul Hinze b386cc7d03 Merge pull request #2176 from radeksimko/patch-1
docs: aws_sqs_queue - Add newline to fix Markdown
2015-06-01 15:01:01 -05:00
Radek Simko 7a5cf7e361 docs: aws_sqs_queue - Add newline to fix Markdown 2015-06-01 20:57:57 +01:00
Paul Hinze 943f7d0eaa setup next version for dev 2015-06-01 14:20:15 -05:00
Paul Hinze d829222796 v0.5.3 2015-06-01 14:02:38 -05:00
Paul Hinze 8da51bc582 CHANGELOG: one more missing PR from me 2015-06-01 13:16:00 -05:00
Clint Shryock 1ae613fcc7 update changelog from clint 2015-06-01 12:40:36 -05:00
Paul Hinze 23ce6d3d49 CHANGELOG: google_storage_bucket 2015-06-01 12:29:14 -05:00
Paul Hinze e84203a2dc provider/aws: remove asg test dependence on default SG
accidentally pushed this with an implicit dependency on the default SG
and VPC
2015-06-01 12:12:49 -05: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
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
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
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