AMeng
b7fae4028c
provider/aws: Import aws_db_event_subscription
2016-10-04 15:24:30 -06:00
James Bardin
828aa7cfb4
Merge pull request #9062 from hashicorp/jbardin/race-fix
...
Fix race on Provisioner.RawConfig
2016-10-04 12:23:31 -04:00
James Bardin
77a64e7cb3
Merge pull request #9079 from hashicorp/jbardin/json-map
...
Allow map variables from json
2016-10-04 12:22:57 -04:00
Paul Stack
a879323d23
Merge pull request #9203 from BedeGaming/azurerm-sqldb-docs
...
Fixup some SQL DB docs
2016-10-04 10:10:05 +01:00
Rob Rankin
a967504db9
Fixup some SQL DB docs
...
* Parameter is Objective, not Object
* Clarify what resource group needs to be used
* Name paramter is the database name
* Link to Azure docs for SQL Database Tiers/Editions/Size limits
2016-10-04 07:31:27 +00:00
Paul Stack
60f0603f1c
Merge pull request #9175 from PayscaleNateW/provider/aws/fix-acceptance-test-log-bucket
...
Provider/aws/fix acceptance test log bucket
2016-10-04 00:07:52 +01:00
Nathaniel Weinstein
ff6469be89
Made import and base s3origin tests more independent, by supplying different random ints to each of their test runs
2016-10-03 15:11:46 -07:00
James Bardin
b6af5c7801
Merge pull request #9192 from hashicorp/jbardin/vendor
...
Update reflectwalk and copystructure
2016-10-03 15:48:29 -04:00
James Bardin
a86aa0f22d
Update reflectwalk and copystructure
...
Bug fix and improvements
2016-10-03 14:30:48 -04:00
Paul Stack
36fd208fa9
Merge pull request #9191 from nwalke/update_getting_started
...
DOCS: Added note about requiring a default VPC.
2016-10-03 19:06:25 +01:00
James Bardin
4c2a33748c
Merge pull request #9184 from hashicorp/jbardin/vendor
...
Update reflectwalk and copystructure
2016-10-03 12:59:43 -04:00
Nick Walke
7e41cbfaf2
Added note about requiring a default VPC.
...
Fixes hashicorp/terraform#6427
2016-10-03 11:45:05 -05:00
Paul Stack
0cf15386ab
Merge pull request #9190 from nwalke/master
...
DOCS: Added note about us-east-1 ACM certs.
2016-10-03 17:37:43 +01:00
Paul Stack
7a09f38672
Update CHANGELOG.md
2016-10-03 17:36:26 +01:00
Paul Stack
3c63c80b86
Merge pull request #9185 from BedeGaming/azurerm-servicebus-sub
...
provider/azurerm: add servicebus_subscription resource
2016-10-03 17:35:31 +01:00
Nick Walke
aa87472aa2
Added note about us-east-1 ACM certs.
...
Fixes hashicorp/terraform#9170
2016-10-03 11:23:53 -05:00
Paul Hinze
5e937f0f47
Update CHANGELOG.md
2016-10-03 11:09:09 -05:00
Paul Stack
3625e04576
Update CHANGELOG.md
2016-10-03 17:08:21 +01:00
Paul Stack
122a985767
Merge pull request #9163 from BedeGaming/azurerm-resource-id-fix
...
provider/azurerm: fix resource ID parsing for subscriptions resources
2016-10-03 17:07:36 +01:00
Paul Hinze
534a5a3b75
Merge pull request #8891 from gotascii/fix-diff-set-update
...
Unchanged NestedSets are not returned by DiffFieldReader.
2016-10-03 11:06:40 -05:00
Paul Stack
7859ddf35e
Update CHANGELOG.md
2016-10-03 17:00:08 +01:00
Paul Stack
2d90f8a91c
Merge pull request #9140 from hashicorp/import-aws-elasticache_replication_groups
...
provider/aws: Support Import of AWS elasticache_replication_groups
2016-10-03 16:59:31 +01:00
stack72
520f96e84b
provider/aws: Support Import of AWS elasticache_replication_groups
...
Fixes #9094
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSElasticacheReplicationGroup_importBasic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/30 00:09:04 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSElasticacheReplicationGroup_importBasic -timeout 120m
=== RUN TestAccAWSElasticacheReplicationGroup_importBasic
--- PASS: TestAccAWSElasticacheReplicationGroup_importBasic (756.38s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws756.398s
```
2016-10-03 16:52:29 +01:00
Paul Stack
69cb909b0e
Update CHANGELOG.md
2016-10-03 16:50:25 +01:00
stack72
17cb9a19da
Merge branch 'DJRH-import-opsworks-stacks'
2016-10-03 16:48:23 +01:00
Paul Stack
495129132e
Merge pull request #9187 from jamtur01/patch-4
...
Edits to remote-config documentation
2016-10-03 16:46:45 +01:00
stack72
fa3051a42b
provider/aws: Rename the Import aws_opsworks_stack import test
...
The casing on the test name was causing it not to run with the entire
test suite
```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSOpsworksStack' 2 ↵ ✹
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/10/03 16:43:07 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSOpsworksStack
-timeout 120m
=== RUN TestAccAWSOpsworksStackImportBasic
--- PASS: TestAccAWSOpsworksStackImportBasic (49.00s)
=== RUN TestAccAWSOpsworksStackNoVpc
--- PASS: TestAccAWSOpsworksStackNoVpc (36.10s)
=== RUN TestAccAWSOpsworksStackVpc
--- PASS: TestAccAWSOpsworksStackVpc (73.27s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws158.385s
```
2016-10-03 16:45:02 +01:00
Paul Stack
2b5ff58e1c
Update CHANGELOG.md
2016-10-03 16:39:41 +01:00
Paul Stack
90f74dae21
Merge pull request #9188 from hashicorp/b-aws-ssm-retry-delete
...
provider/aws: Add retry to the `aws_ssm_document` delete func
2016-10-03 16:38:52 +01:00
stack72
2f81f47d49
Merge branch 'import-opsworks-stacks' of https://github.com/DJRH/terraform into DJRH-import-opsworks-stacks
2016-10-03 16:23:03 +01:00
stack72
09e9e3a662
provider/aws: Add retry to the `aws_ssm_document` delete func
...
As noticed in the acceptance tests, we were expecting the document to be
deleted but it was still found
```
=== RUN TestAccAWSSSMDocument_permission
--- FAIL: TestAccAWSSSMDocument_permission (5.60s)
testing.go:329: Error destroying resource! WARNING: Dangling
resources
may exist. The full state and error is shown below.
Error: Check failed: Expected AWS SSM
Document to be gone, but was still found
State: <no state>
```
2016-10-03 16:14:15 +01:00
James Turnbull
b24a173f2e
Edits to remote-config documentation
...
Minor grammar and style edits.
Also updated Consul example to not use `demo.consul.io` - seems like a bad idea to hard-code something folks might cut-n-paste to a host that's public. Principle of least risk, etc.
2016-10-03 11:03:23 -04:00
Clint
22225839cb
Update CHANGELOG.md
2016-10-03 09:58:40 -05:00
clint shryock
2c934f9686
provider/aws: Insert log when removing volume attachment if not found
2016-10-03 09:57:42 -05:00
Clint
f1c5f848e9
Merge pull request #9023 from Jonnymcc/destroying-detached-vol-attch-res
...
provider/aws: Skip DetachVolume if volume is not attached
2016-10-03 09:56:49 -05:00
Paul Stack
2a96bb752a
Update CHANGELOG.md
2016-10-03 15:56:26 +01:00
Paul Stack
7cba88931a
Merge pull request #9125 from hashicorp/b-aws-r53-alias-refresh
...
provider/aws: aws_route53_record alias refresh manually updated record
2016-10-03 15:55:23 +01:00
Paul Stack
261b3e3a56
Merge pull request #9186 from hashicorp/revert-9071-patch-1
...
Revert "Fix docs aws_instance"
2016-10-03 15:51:43 +01:00
Paul Stack
a72719a06b
Revert "Fix docs aws_instance"
2016-10-03 15:45:34 +01:00
Peter McAtominey
475fd4decb
provider/azurerm: add servicebus_subscription resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusSubscription -timeout 120m
=== RUN TestAccAzureRMServiceBusSubscription_importBasic
--- PASS: TestAccAzureRMServiceBusSubscription_importBasic (339.00s)
=== RUN TestAccAzureRMServiceBusSubscription_basic
--- PASS: TestAccAzureRMServiceBusSubscription_basic (328.47s)
=== RUN TestAccAzureRMServiceBusSubscription_update
--- PASS: TestAccAzureRMServiceBusSubscription_update (368.95s)
=== RUN TestAccAzureRMServiceBusSubscription_updateRequiresSession
--- PASS: TestAccAzureRMServiceBusSubscription_updateRequiresSession (348.47s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1384.966s
2016-10-03 15:27:28 +01:00
James Bardin
a086038c19
Update reflectwalk and copystructure
...
Update to the latest reflectwalk and copystructure packages.
2016-10-03 09:49:57 -04:00
Paul Stack
e9ed7bb8a1
Merge pull request #9161 from jamtur01/patch-2
...
Cleanup Module Source page
2016-10-03 14:44:16 +01:00
Paul Stack
a13dd01cc3
Merge pull request #9160 from jamtur01/patch-1
...
Rewrite of the module usage page
2016-10-03 14:19:15 +01:00
Paul Stack
59cfe7bebb
Merge pull request #9180 from hashicorp/bitbucket-docs-layout
...
provider/bitbucket: Add the bitbucket documentation
2016-10-03 14:07:00 +01:00
Paul Stack
77e87eb489
Update CHANGELOG.md
2016-10-03 14:01:36 +01:00
Paul Stack
727825ca99
Merge pull request #9151 from BedeGaming/azurerm-servicebus-topic
...
provider/azurerm: add servicebus_topic resource
2016-10-03 15:00:47 +02:00
stack72
c600915472
provider/bitbucket: Add the bitbucket documentation
...
fixes #9177
2016-10-03 13:23:54 +01:00
DJ Home
967335eae3
Merge branch 'master' into import-opsworks-stacks
2016-10-03 11:28:28 +01:00
Peter McAtominey
cdbf0d7df4
provider/azurerm: add servicebus_topic resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusTopic -timeout 120m
=== RUN TestAccAzureRMServiceBusTopic_importBasic
--- PASS: TestAccAzureRMServiceBusTopic_importBasic (328.72s)
=== RUN TestAccAzureRMServiceBusTopic_basic
--- PASS: TestAccAzureRMServiceBusTopic_basic (331.04s)
=== RUN TestAccAzureRMServiceBusTopic_update
--- PASS: TestAccAzureRMServiceBusTopic_update (348.69s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1008.588s
2016-10-03 11:25:50 +01:00
Nathaniel Weinstein
69e56beac7
Fixed acceptance test that was failing due to undefined log bucket
2016-10-02 22:28:34 -07:00