Commit Graph

16856 Commits

Author SHA1 Message Date
Clint 3fdeacdca7 helper/schema: Rename Timeout resource block to Timeouts (#12533)
helper/schema: Rename Timeout resource block to Timeouts

- Pluralize configuration argument name to better represent that there is
one block for many timeouts
- use a const for the configuration timeouts key
- update docs
2017-03-09 14:40:14 -06:00
James Bardin 3c1ec9ddcd Merge pull request #12504 from hashicorp/jbardin/arm-test-providers
Add MetaReset to azure provider
2017-03-09 13:22:34 -05:00
Alexander 8482dda375 Vendor update (#12559) 2017-03-09 19:33:21 +02:00
James Bardin 200d5787ca Merge pull request #12433 from hashicorp/jbardin/extra-args
missing args assignment after parsing flags
2017-03-09 11:03:56 -05:00
Mitchell Hashimoto 6576e7a1a3 Merge pull request #12560 from Ninir/patch-1
Updated README.md to use Go 1.8
2017-03-09 19:47:25 +05:30
James Bardin 7d5963e6e1 Merge pull request #12507 from hashicorp/jbardin/config-crash
nested lists in variables panic during validation
2017-03-09 09:00:20 -05:00
James Bardin 343b96c9d7 Add MetaReset
Make sure the ArmClient gets a new StopContext for each test
2017-03-09 08:39:02 -05:00
James Bardin ecb1944c31 Merge pull request #12498 from hashicorp/jbardin/test-reset
Add schema.Provider.TestReset to reset StopContext between tests
2017-03-09 08:34:54 -05:00
Gauthier Wallet a5b1a72fda Updated README.md to use Go 1.8 2017-03-09 14:31:22 +01:00
Clint b0deb7736b Makefile: restore test check deps (#12525) 2017-03-09 13:16:25 +02:00
Jack Pearkes 6affc2e315 website: update gem deps and remove anncmnt banner 2017-03-08 19:05:13 -08:00
Jack Pearkes e94feb6572 Merge pull request #12480 from hashicorp/website-add-meganav
Website: Add Mega Nav
2017-03-08 17:54:37 -08:00
Jason Costello 4527cc9728 Update to middleman-hashicorp 0.3.13 2017-03-08 16:47:33 -08:00
Seth Vargo dafb6cb222 Merge pull request #12540 from hashicorp/sethvargo/turbo
Add turbolinks
2017-03-08 16:27:01 -08:00
John Engelman 8d35e3dc22 Closes #11054. Apply the set value for finish_upgrade. (#12545) 2017-03-09 01:32:28 +02:00
James Bardin 5238f51dc7 move TestReset mock from terraform to helper
the terraform package doesn't know about TestProvider, so don't put the
hooks in terraform.MockResourceProvider. Wrap the mock in the test where
we need to check the TestProvider functionality.
2017-03-08 17:48:11 -05:00
James Bardin 6fcb55d09e reword TestProvider doc 2017-03-08 17:41:35 -05:00
stack72 9b44d044b0
Update CHANGELOG.md 2017-03-09 00:00:08 +02:00
Seth Vargo d387860c19 Hash custom_data in state storage (#12214)
This also switches to helpers for b64.
2017-03-08 23:57:51 +02:00
clint shryock 3022eb6da0 provider/aws: fix acc test for data source 2017-03-08 15:43:57 -06:00
Seth Vargo 2e23d91e6e
Add turbolinks 2017-03-08 13:40:55 -08:00
Paul Stack 10f080f315 provider/aws: Prevent aws_dms_replication_task panic (#12539)
Fixes: #12506

When a replication_task cdc_start_time was specified as an int, it was
causing a panic as the conversion to a Unix timestampe was expecting a
string

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAwsDmsReplicationTaskBasic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/08 22:55:29 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAwsDmsReplicationTaskBasic -timeout 120m
=== RUN   TestAccAwsDmsReplicationTaskBasic
--- PASS: TestAccAwsDmsReplicationTaskBasic (1089.77s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	1089.802s
```
2017-03-08 23:27:47 +02:00
clint shryock 7f87abae91 provider/aws: increase randomization in beantsalk app version tests 2017-03-08 15:25:41 -06:00
Clint c5b833b999 provider/aws: Default build_timeout to 60, matching docs, update tests (#12531) 2017-03-08 14:14:02 -06:00
James Bardin 38d2a8f6ac Fix logic race with Context.watchStop
Always wait for watchStop to return during context.walk.

Context.walk would often complete immediately after sending the close
signal to watchStop, which would in turn call the deferred releaseRun
cancelling the runContext.

Without any synchronization points after the select statement in
watchStop, that goroutine was not guaranteed to be scheduled
immediately, and in fact it often didn't continue until after the
runContext was canceled. This in turn left the select statement with
multiple successful cases, and half the time it would chose to Stop the
providers.

Stopping the providers after the walk of course didn't cause any
immediate failures, but if there was another walk performed, the
provider StopContext would no longer be valid and could cause
cancellation errors in the provider.
2017-03-08 15:11:10 -05:00
Jason Costello 818fffce39
Fix meganav font scope issue, remove project specific fixes 2017-03-08 11:43:14 -08:00
Jason Costello c80298d497
Project-specific mega nav fixes 2017-03-08 11:43:14 -08:00
Jason Costello 529274b447
Terrafrom specific mega nav fixes 2017-03-08 11:43:14 -08:00
Jason Costello 57306c2a11
Tiny tweak 2017-03-08 11:43:14 -08:00
Jason Costello 10eb485c62
Temporary margin fix 2017-03-08 11:43:14 -08:00
Jason Costello 0de9b24b8f
Remove unnecessary mobile header css 2017-03-08 11:43:14 -08:00
Jason Costello 1a8c4843c0
Fix desktop view logo positioning issues 2017-03-08 11:43:14 -08:00
Jason Costello db13248e6f
Revert "Revert "Remove header enterprise announcement""
This reverts commit 3ae6aeac059a95413e51318d9acf918fbd5e82d0.
2017-03-08 11:43:14 -08:00
Jason Costello 481a2bb139
Revert "Remove header enterprise announcement"
This reverts commit c3734b2df3f0e3fb74fca3a4aaff62e8c0647c08.
2017-03-08 11:43:14 -08:00
Jason Costello 56dd5a8970
Fix link 2017-03-08 11:43:14 -08:00
Jason Costello f54572b82b
add announcement to the Jumbotron 2017-03-08 11:43:14 -08:00
Jason Costello 41a62e02e1
Remove header enterprise announcement 2017-03-08 11:43:14 -08:00
Jason Costello bbfb32aa92
SVG logo 2017-03-08 11:42:38 -08:00
Jason Costello e580c38106
Fix gap above the hero 2017-03-08 11:42:11 -08:00
Jason Costello ca04bd614d
Remove announcement banner 2017-03-08 11:42:11 -08:00
Jason Costello 98424f87df
Remove 'by hashicorp' 2017-03-08 11:42:11 -08:00
Jason Costello d93df393e9
Add mega nav 2017-03-08 11:42:11 -08:00
Paul Stack 769397b62c docs/azurerm: Add managed parameter to availability set docs (#12536) 2017-03-08 21:40:58 +02:00
Seth Vargo 95c2df2a96
Update license 2017-03-08 11:38:20 -08:00
Seth Vargo 14bac2a3b0
Add website license 2017-03-08 11:35:13 -08:00
Robert Rudduck bf4d6d5b1e provider/azurerm: Add support for managed availability sets. (#12532)
* Add support for managed availability sets.

* Formatting.
2017-03-08 21:30:11 +02:00
Seth Vargo c5904cf980
Update middleman-hashicorp 2017-03-08 11:27:47 -08:00
Paul Stack 0491638343 provider/aws: Bump SDK to 1.7.5 (#12535) 2017-03-08 21:15:05 +02:00
Paul Stack b5b53bc56a provider/aws: Error on trying to recreate an existing customer gateway (#12501)
Fixes: #7492

When we use the same IP Address, BGP ASN and VPN Type as an existing
aws_customer_gateway, terraform will take control of that gateway (not
import it!) and try and modify it. This could be very bad

There is a warning on the AWS documentation that one gateway of the same
parameters can be created, Terraform is now going to error if a gateway
of the same parameters is attempted to be created

```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSCustomerGateway_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/07 18:40:39 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSCustomerGateway_ -timeout 120m
=== RUN   TestAccAWSCustomerGateway_importBasic
--- PASS: TestAccAWSCustomerGateway_importBasic (31.11s)
=== RUN   TestAccAWSCustomerGateway_basic
--- PASS: TestAccAWSCustomerGateway_basic (68.72s)
=== RUN   TestAccAWSCustomerGateway_similarAlreadyExists
--- PASS: TestAccAWSCustomerGateway_similarAlreadyExists (35.18s)
=== RUN   TestAccAWSCustomerGateway_disappears
--- PASS: TestAccAWSCustomerGateway_disappears (25.13s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	160.172s
```
2017-03-08 21:11:59 +02:00
Paul Stack 0b0a76a3d5 provider/aws: Add the IPV6 cidr block to the vpc datasource (#12529)
Fixes: #12526

```
% make testacc TEST=./builtin/providers/aws  TESTARGS='-run=TestAccDataSourceAwsVpc_ipv6Associated'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/08 17:42:13 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccDataSourceAwsVpc_ipv6Associated -timeout 120m
=== RUN   TestAccDataSourceAwsVpc_ipv6Associated
--- PASS: TestAccDataSourceAwsVpc_ipv6Associated (71.33s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws71.366s
```
2017-03-08 21:08:37 +02:00