Chris Johnson
9000f2fc31
provider/librato: Update based on Librato API changes ( #15060 )
...
* Update the vendored librato client
* Update librato API endpoints
- update API methods
- fix a few lint errors
2017-06-05 11:50:00 +03:00
Radek Simko
fa1a6ab419
Update CHANGELOG.md
2017-06-05 09:49:53 +01:00
Radek Simko
b14b81f27d
provider/aws: Retry Lambda func creation on IAM error ( #15067 )
2017-06-05 09:49:29 +01:00
Radek Simko
3136600e8f
Update CHANGELOG.md
2017-06-05 09:49:05 +01:00
Radek Simko
4baaada826
provider/aws: Retry Redshift cluster deletion on InvalidClusterState ( #15068 )
2017-06-05 09:48:33 +01:00
Paul Stack
e10de998eb
Update CHANGELOG.md
2017-06-05 11:29:15 +03:00
He Guimin
87562be855
provider/alicloud: Add the function of replacing ecs instance's system disk ( #15048 )
...
* add replacing system disk function for ecs
* remove ForceNew of system_disk_size
2017-06-05 11:27:49 +03:00
Daniel Compton
d6d559a6ab
Update importable Google resources ( #15059 )
...
These were already importable, but the docs hadn't been updated to reflect that.
2017-06-05 06:22:35 +01:00
Radek Simko
ed4678fa95
Merge pull request #15057 from mattyjones/master
...
fix simple spelling mistake
2017-06-05 06:17:36 +01:00
Matt Jones
41dd795335
fix simple spelling mistake
2017-06-04 21:01:04 -04:00
Brett Slaski
8243d09acd
Url to aws-two-tier example changed. ( #15045 )
...
Provided what I believe to the the new correct address for the example url.
2017-06-05 00:21:24 +03:00
He Guimin
6dc3de0cb2
add new example alicloud-build-lnmp ( #15051 )
2017-06-05 00:19:24 +03:00
Paul Stack
74e5a5ed11
Update CHANGELOG.md
2017-06-05 00:08:53 +03:00
He Guimin
c70c54bd7e
fix access_key NOT FOUND bug and nat_gateway diff bug ( #15050 )
2017-06-05 00:06:58 +03:00
Radek Simko
92f5a99e6a
Update CHANGELOG.md
2017-06-03 08:21:52 +01:00
Radek Simko
a4c9c40c32
Merge pull request #15019 from hashicorp/f-k8s-pvc-unbound-reason
...
provider/kubernetes: Provide more details about why PVC failed to bind
2017-06-03 08:21:14 +01:00
Radek Simko
993361be3a
Update CHANGELOG.md
2017-06-03 08:20:59 +01:00
Radek Simko
f090f0f5f6
Merge pull request #15017 from hashicorp/b-k8s-upgrade-1.6-fix
...
provider/kubernetes: Fix acc tests after upgrading to 1.6
2017-06-03 08:19:17 +01:00
Riley Karson
14a55d57a8
Updated import command provider flag documentation to explicitly specify syntax. ( #15030 )
2017-06-02 22:21:09 +03:00
Paul Stack
be02cb6329
Update CHANGELOG.md
2017-06-02 22:19:16 +03:00
johnthedev97
de78838cd4
Fix issues in Cloudwatch Log Group tag ( #14886 )
...
* Fix issues in Cloudwatch Log Group tag
1) Removing tags from terraform doesn’t actually get removed in AWS
2) Trying to update a tag with empty value (“”) to a non-empty value
causes terraform to loop forever
The issue was caused by a mixup of using tag values where tag name
should have used and is corrected in this patch.
This patch also removes the comparison of old and new tag values,
because AWS api takes care of updates by itself and there is no need to
perform an unnecessary UnTag API to update an existing tag value
* Updated the test cases to cover the removal and empty update scenarios
2017-06-02 22:18:27 +03:00
Paul Stack
47461f2286
Update CHANGELOG.md
2017-06-02 22:16:56 +03:00
Paul Stack
e9aaf58098
provider/google: Set instances to computed in compute_instance_group ( #15025 )
...
Fixes : #15024
```
% make testacc TEST=./builtin/providers/google TESTARGS='-run=TestAccComputeInstanceGroup_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/06/02 20:48:54 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/google -v -run=TestAccComputeInstanceGroup_ -timeout 120m
=== RUN TestAccComputeInstanceGroup_basic
--- PASS: TestAccComputeInstanceGroup_basic (123.64s)
=== RUN TestAccComputeInstanceGroup_update
--- PASS: TestAccComputeInstanceGroup_update (150.37s)
=== RUN TestAccComputeInstanceGroup_outOfOrderInstances
--- PASS: TestAccComputeInstanceGroup_outOfOrderInstances (103.71s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/google 377.737s
```
2017-06-02 22:15:10 +03:00
Martin Atkins
bae0a71a11
Update CHANGELOG.md
2017-06-02 10:45:26 -07:00
Will May
971eabb547
provider/vault: Support remounting in the vault_mount resource
2017-06-02 10:41:55 -07:00
Will May
1d294aeb45
provider/vault: vault_mount resource
2017-06-02 10:41:55 -07:00
Tom Harvey
4c742ca9dd
Completing the missing AWS CodePipeline docs - fixes #15001 ( #15016 )
2017-06-02 18:06:15 +01:00
Paul Stack
fa22031289
Update CHANGELOG.md
2017-06-02 20:05:16 +03:00
Raphaël Pinson
1c56db5ffa
rancher_host: error on nil or removed host ( #15015 )
2017-06-02 20:04:25 +03:00
Radek Simko
2b9b89197d
docs/kubernetes: Document compatible k8s versions ( #15020 )
2017-06-02 15:37:07 +01:00
Tom Harvey
13583b4b8b
provider/azurerm: Upgrading to AutoRest v8 ( #15006 )
...
* Upgrading to AutoRest 8
* Upgrading to AutoRest v8
* Updating the Remote State to v8
2017-06-02 15:30:41 +01:00
Radek Simko
b6abf1f2bb
provider/kubernetes: Provide more details about why PVC failed to bind
2017-06-02 14:19:38 +01:00
Radek Simko
7552331f50
provider/kubernetes: Mark HPA's target_cpu_utilization_percentage as computed
2017-06-02 14:17:30 +01:00
Radek Simko
d0d3f37795
provider/kubernetes: Fix failing tests after upgrading to 1.6
2017-06-02 14:16:53 +01:00
Radek Simko
8a002b937a
provider/kubernetes: Ignore k8s internal labels
...
Fixes #13716
2017-06-02 14:15:30 +01:00
Jake Champlin
483b849448
Update CHANGELOG.md
2017-06-02 09:15:09 -04:00
Jake Champlin
7d06a9bf43
Merge pull request #13123 from UKCloud/master
...
provider/vcd: Adding VPN Support to vCloud Provider
2017-06-02 09:14:11 -04:00
Gauthier Wallet
08c672ca1e
provider/aws: Updated awsconfig_config_rule documentation ( #14994 )
...
At the moment, it is stated that input_parameters are available only when owner is CUSTOM_LAMBDA. However, as per [the documentation](http://docs.aws.amazon.com/cli/latest/reference/configservice/put-config-rule.html#examples ), this is also valid for `AWS` owner, so for reserved rules.
2017-06-02 10:41:00 +01:00
Walid Halabi
b6a2eb7859
Fix typo in state rm docs ( #15003 )
2017-06-02 10:19:56 +01:00
Tong Pham
7c758c5661
Use correct names for available Datadog timeboard graph request types ( #15008 )
...
Datadog does not explicitly document which graph types are available, but when you use the GUI to generate the graph and select the JSON tab to inspect said graph, you will see that the available timeboard graph type names are singular, not plural.
2017-06-02 10:19:03 +01:00
Bobby DeVeaux
d84dfd6904
changes plus acceptance tests for vpn
2017-06-02 09:52:35 +01:00
Joe Topjian
b22cfa8b80
Update CHANGELOG.md
2017-06-01 22:13:04 -06:00
Gavin Williams
401c6a95a7
provider/openstack: Add Terraform version to UserAgent string ( #14955 )
...
* core: Add 'UserAgentString' helper function to generate a standard UserAgent string. Example generation: 'Terraform 0.9.7-dev (go1.8.1)'
* provider/openstack: Add Terraform version to UserAgent string
2017-06-01 22:12:25 -06:00
clint shryock
29444aee87
bump the time we wait for RunInstances to succeed
2017-06-01 16:05:14 -05:00
Martin Atkins
482b7c603c
website: fix faulty example for aws_eip data source
2017-06-01 11:05:09 -07:00
Mohamed ElSaadany
e8a16fffd0
docs: Update Lightsail supported regions ( #14908 )
...
* provider/aws: Update Lightsail supported regions
This commit complements (#14621 )[https://github.com/hashicorp/terraform/pull/14621 ] and (#14685 )[https://github.com/hashicorp/terraform/pull/14685 ].
* Revert "provider/aws: Update Lightsail supported regions"
This reverts commit 545c3d6e6e7a9b665542ecc3b5e4d857faac749b.
* This commit complements #14621 and #14685 .
* Link to AWS docs instead of listing regions
Instead of explicitly listing supported Lightsail regions in the docs,
we now link to the Lightsail docs.
2017-06-01 18:36:32 +01:00
Jake Champlin
9ef4dd5a3d
Update CHANGELOG.md
2017-06-01 13:12:27 -04:00
Jake Champlin
802eae3b4b
Merge pull request #14992 from hashicorp/b-fix-modify-instance-attribute
...
provider/aws: Fix ModifyInstanceAttribute on new instances
2017-06-01 13:11:43 -04:00
Tom Harvey
4e878aacea
Updating the changelog to include #13877
2017-06-01 17:44:06 +01:00
Eugene Chuvyrov
acd586adf2
[MS] provider/azurerm: fixes for bug #8227 and bug #11226 ( #13877 )
...
* Resolved merge conflicts
* Changes conforming to HashiCorp guidelines and additional bug fixes
* Rebase merge
* Rebase merge
* Merging changes
* Changes to tests and code constructs
2017-06-01 17:40:30 +01:00