stack72
ff8c948cf5
Merge branch 'patch-2' of https://github.com/manojlds/terraform into manojlds-patch-2
2016-12-08 12:49:03 +01:00
Paul Stack
0244b8b110
Update CHANGELOG.md
2016-12-08 12:07:57 +01:00
Ninir
7f69f37318
provider/aws: Improvde the Cloudfront documentation when using s3 origins ( #10087 )
2016-12-08 12:01:18 +01:00
Paul Stack
b03af1416e
Update CHANGELOG.md
2016-12-08 11:59:41 +01:00
Ninir
29f8af16a1
provider/aws: Added S3 Bucket replication ( #10552 )
2016-12-08 11:59:13 +01:00
Paul Stack
e5a3ad96da
Update CHANGELOG.md
2016-12-08 11:19:46 +01:00
Otto Jongerius
10d68d90dd
provider/datadog 9869: Validate credentials when initialising client. ( #10567 )
...
* provider/datadog 9869: Validate credentials when initialising client.
* provider/datadog Pull in new version of go-datadog-api.
* provider/datadog Update testAccCheckDatadogMonitorConfigNoThresholds test config.
2016-12-08 11:17:42 +01:00
Paul Stack
a33f36218e
Update CHANGELOG.md
2016-12-08 11:05:07 +01:00
Timon Wong
80afc6759b
provider/aws: Add "no_device" support to ephemeral block devices ( #10547 )
...
Fixes #8455 , #5390
This add a new `no_device` attribute to `ephemeral_block_device` block,
which allows users omit ephemeral devices from AMI's predefined block
device mappings, which is useful for EBS-only instance types.
2016-12-08 11:03:51 +01:00
Mitchell Hashimoto
134b438c92
update CHANGELOG
2016-12-07 20:53:10 -05:00
Mitchell Hashimoto
557375f2a2
Update panicwrap to pass through all interrupt signals
2016-12-07 20:51:45 -05:00
Mildred Ki'Lya
9ab7cab19e
Gracefully stops on SIGTERM
2016-12-07 20:50:03 -05:00
Mitchell Hashimoto
4ab5356ff9
website: update website for conditionals
2016-12-07 20:49:31 -05:00
Mitchell Hashimoto
f7abd6eb1c
Merge pull request #10591 from hashicorp/b-update-hil
...
vendor: update HIL with conditionals
2016-12-07 15:20:34 -08:00
Mitchell Hashimoto
db3ca7587d
vendor: update HIL with conditionals
2016-12-07 18:13:48 -05:00
James Nugent
b550310090
Merge pull request #10589 from kitsunde/patch-1
...
Keep a consistent provider order.
2016-12-07 16:48:30 -06:00
Kit Sunde
835d5cfa78
Keep a consistent provider order.
2016-12-08 06:10:34 +08:00
Paul Stack
297f7f7785
Update CHANGELOG.md
2016-12-07 22:52:17 +01:00
Ninir
5e3477664d
provider/aws: Forces the api gateway domain name certificates to recreate the resource ( #10588 )
2016-12-07 22:51:44 +01:00
Paul Stack
942cdccf2d
Update CHANGELOG.md
2016-12-07 21:47:50 +01:00
Ninir
4b25837dd0
provider/aws: FIxed the api_gw_domain_name replace operation ( #10179 )
2016-12-07 21:47:20 +01:00
James Nugent
7297be8e05
Merge pull request #10584 from jamtur01/notfmt
...
Fixed note formatting
2016-12-07 12:00:59 -06:00
James Turnbull
034a272cce
Fixed note formatting
2016-12-07 12:57:37 -05:00
Walter Dolce
0101f12958
Explicitly say `count` is not supported by modules ( #10553 )
...
Reference: https://groups.google.com/forum/#!msg/terraform-tool/T3eB4pZ6waU/5hqs2SyGCAAJ
2016-12-07 16:33:15 +01:00
Paul Stack
be44028945
docs/aws: Fix the discrepencies of the emr_cluster documentation ( #10578 )
...
Fixes #10296
2016-12-07 14:11:37 +01:00
Paul Stack
38e2a05899
Update CHANGELOG.md
2016-12-07 13:36:06 +01:00
Andras Ferencz-Szabo
53ebbed8df
Service role is not updated on AWS for a CodeDeploy deployment group ( #9866 )
...
Service role is not updated on AWS for a CodeDeploy deployment group
2016-12-07 13:34:58 +01:00
Paul Stack
658f048ca4
Update CHANGELOG.md
2016-12-07 12:06:54 +01:00
Otto Jongerius
d06138d052
provider/datadog #9375 : Refactor tags to a list instead of a map. ( #10570 )
...
* provider/datadog #9375 : Refactor tags to a list instead of a map.
Tags are allowed to be but not restricted to, key value pairs (ie: foo:bar)
but are esssentially strings. This changes allows using, and mixing of tags with
form "foo" and "foo:bar". It also allows using duplicate keys like "foo:bar" and "foo:baz".
* provider/datadog update import test.
2016-12-07 12:05:57 +01:00
Krzysztof Wilczynski
0ab0519edb
Update the Vagrantfile to resolve package update/installation issue. ( #9783 )
...
* Re-factor the Vagrantfile.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* Change to `--force` and `--force-yes` to `--assume-yes`.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-12-07 12:04:02 +01:00
Paul Stack
48f0c85712
docs/aws: Add iam_server_certificate data source to nav bar ( #10576 )
2016-12-07 11:57:41 +01:00
Paul Stack
fe2e59cba2
Update CHANGELOG.md
2016-12-07 11:41:20 +01:00
Raphael Randschau
2b711f77c8
feat/aws: add iam_server_certificate data source ( #10558 )
...
useful if you have an automatic process creating certs for you, e.g. let's
lambda
2016-12-07 11:40:53 +01:00
stack72
8bd20c004b
provider/azurerm: arm_virtual_machine panic fix
2016-12-07 11:22:39 +01:00
Mitchell Hashimoto
b75b839b2c
Update .travis.yml
2016-12-06 15:55:08 -08:00
James Nugent
48d2ac8c35
Merge pull request #10560 from hashicorp/extract-encryption
...
provider/aws: Extract helper/encryption library
2016-12-06 17:51:57 -06:00
Ninir
c44071801a
provider/aws: Improved the documentation for EMR Cluster ( #10563 )
2016-12-07 00:44:09 +01:00
Paul Stack
30240ff836
provider/azurerm: Do not pass an empty string of license_type to AMR VMs ( #10564 )
2016-12-07 00:43:18 +01:00
Kian Mohageri
fde474d2f3
Doc spelling: referencd -> referenced ( #10559 )
...
Small spelling correction in the Google Project documentation.
2016-12-07 00:41:20 +01:00
Mitchell Hashimoto
4422b9d942
Update CHANGELOG.md
2016-12-06 12:43:42 -08:00
Mitchell Hashimoto
544d008f88
Merge pull request #10549 from hashicorp/b-ssh-race
...
communicator/ssh: don't share rand object to guarantee unique values
2016-12-06 12:43:01 -08:00
Paddy
82e972a6e1
Update CHANGELOG.md
2016-12-06 12:28:34 -08:00
Paddy
8a7f43c82e
Merge pull request #10537 from hashicorp/paddy_10227_metadata
...
provider/google: Fix instance/template metadata support
2016-12-06 12:26:22 -08:00
James Nugent
3177fc0765
provider/aws: Extract helper/encryption library
...
This commit extracts the GPG code used for aws_iam_user_login_profile
into a library that can be reused for other resources, and updates the
call sites appropriately.
2016-12-06 14:24:21 -06:00
Paul Stack
54459900c5
[WIP] provider/azurerm: Bump sdk version to 7.0.1 ( #10458 )
...
* provider/azurerm: Bump sdk version to 7.0.1
* Fixing the build (#10489 )
* Fixing the broken tests (#10499 )
* Updating the method signatures to match (#10533 )
2016-12-06 08:39:47 +00:00
Paul Stack
dccdaceee0
Update CHANGELOG.md
2016-12-06 08:38:56 +00:00
Tom Straub
20003b2744
provider/azurerm support `license_type` virtual_machine property for Windows machines. ( #10539 )
...
* Added license_type to Azure VirtualMachineProperties call.
* Updated websit documentation.
* Added validation for license_type
* Added acceptance test
* Clarified documentation.
2016-12-06 08:38:10 +00:00
Paul Stack
617fb5a691
Update CHANGELOG.md
2016-12-06 08:36:32 +00:00
Cameron Childress
c5e63106b5
Force a recreate if the numbers for the AS are changed. ( #10545 )
2016-12-06 08:34:25 +00:00
Paul Stack
3ef5be275b
Update CHANGELOG.md
2016-12-06 08:33:17 +00:00