Joe Topjian
4ba145a3ac
provider/openstack: Handle cases where volumes are disabled ( #12374 )
...
This commit handles the case where the volume API extensions are
disabled.
2017-03-05 15:53:09 +02:00
stack72
300ff13b58
Removing a terraform test configuration
2017-03-05 15:47:28 +02:00
Andre Silva
d50f2aca6f
provider/statuscake: use default status code list when updating test ( #12375 )
2017-03-05 15:44:22 +02:00
David Harris
01f995fed5
provider/aws: Return errors from Elastic Beanstalk ( #12425 )
...
In the event that an unexpected state is returned from
`environmentStateRefreshFunc` errors in the Elastic Beanstalk console
will not be returned to the user.
2017-03-05 15:28:37 +02:00
Vincent
8e53df6351
Rename fields wrongly named in docs ( #12444 )
...
There is not azurerm_container_service.linux_profile.ssh_keys argument, as stated in the examples, but an ssh_key field. Arguments reference was correct.
2017-03-04 20:31:23 +02:00
Ash Berlin
70de22253a
Fix error message in Azure state backend ( #12424 )
...
The error led me to try adding `resource_group` but the code wanted `resource_group_name`. This fixes the error message to match the code.
2017-03-04 20:27:37 +02:00
Maxime Bury
1da30ec0d7
Make sub-properties of step_adjustment clearer ( #12438 )
2017-03-04 20:27:03 +02:00
Joe Topjian
959c197dc3
provider/openstack: rename image data source files ( #12439 )
2017-03-04 20:24:19 +02:00
Maxime Bury
0af10dec41
Fix spurious user_data diffs
2017-03-03 17:58:18 -08:00
Maxime Bury
93c4730de7
Properly handle 'vpc_security_group_ids', drop phantom 'security_groups'
2017-03-03 17:25:15 -08:00
Maxime Bury
4eba77eaee
Default 'ebs_optimized' and 'monitoring' to false
2017-03-03 17:23:15 -08:00
Paddy
6de8e25b16
Merge pull request #12434 from hashicorp/paddy_fix_gcp_storage_region_test
...
provider/google: add location to storage tests.
2017-03-03 16:58:18 -08:00
Paddy
3b46e96106
Merge pull request #12436 from hashicorp/paddy_gcp_sql_op_name_in_errors
...
provider/google: log the op name in sql op errors.
2017-03-03 16:47:43 -08:00
Paddy
6531ef57e1
provider/google: log the op name in sql op errors.
...
To aid in tracking down the error that's causing
TestAccGoogleSqlDatabaseInstance_basic to fail (it's claiming an op
can't be found?) I've added the op name (which is unique) to the error
output for op errors.
2017-03-03 16:45:25 -08:00
Paddy
a318cd9d61
provider/google: add location to storage tests.
...
Add location to storage tests that need it, which fixes the failing
TestAccStorageStorageClass test.
2017-03-03 15:51:36 -08:00
Paddy
09a2886546
Merge pull request #12397 from hashicorp/paddy_gcp_storage_rate_limit
...
provider/google: retry storage creation/deletion on rate limiting
2017-03-03 13:15:46 -08:00
Guillaume Simard
842bff5af5
Updated list of available services ( #12409 )
...
http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html#aws-ip-download
> Valid values: AMAZON | EC2 | CLOUDFRONT | ROUTE53 | ROUTE53_HEALTHCHECKS | S3
2017-03-03 21:14:10 +02:00
Mike Zupan
8bced4f059
adding missing subnet attributes ( #12402 )
2017-03-03 21:09:58 +02:00
Mike Zupan
d57ee5cc9b
doc fixes ( #12401 )
2017-03-03 21:09:14 +02:00
Paul Stack
d10ec314bf
provider/aws: Bump AWS SDK to 1.7.3 ( #12325 )
...
This allows the creation of Organisations
2017-03-03 20:48:24 +02:00
Peter McAtominey
d42890ca95
provider/azurerm: update SDK to v8.1.0-beta ( #12362 )
2017-03-03 20:48:10 +02:00
clint shryock
a0a26748f8
provider/aws: Randomize a flow log test
2017-03-03 11:55:58 -06:00
clint shryock
2d045a3302
provider/aws: Update Autoscaling attachment test
2017-03-03 11:18:30 -06:00
James Bardin
ca4841b9b0
Merge pull request #12413 from hashicorp/jbardin/error-sort
...
Sort Validation warning and errors
2017-03-03 11:40:28 -05:00
James Bardin
3e0af2abbb
Sort Validation warning and errors
...
Make the UI output consistent
2017-03-03 09:46:08 -05:00
Paddy
3cb5107bd2
provider/google: retry storage creation/deletion on rate limiting
...
Our GCP storage tests are really flaky right now due to rate limiting.
In theory, this could also impact Terraform users that are
deleting/creating large numbers of Google Cloud Storage buckets at once.
To fix, I'm detecting the specific error code that GCP returns when it's
a rate limit error, and using that with resource.Retry to try the
request again.
2017-03-02 16:42:28 -08:00
Mitchell Hashimoto
452f47ce8c
Merge pull request #12388 from hashicorp/b-backend-validate
...
command: validate backend config
2017-03-02 14:44:44 -08:00
Clint
3aba4af5b0
Merge pull request #12385 from hashicorp/b-aws-instance-ipv6-fix
...
provider/aws: Always set ipv6 addresses in read
2017-03-02 16:32:38 -06:00
Mitchell Hashimoto
03493f7d46
command: validate backend config
...
The validation itself was added a couple weeks ago but I forgot to
actually call it. :sad:
2017-03-02 14:07:49 -08:00
clint shryock
9bb2628c49
provider/aws: Always set ipv6 addresses in read
2017-03-02 15:00:24 -06:00
Mitchell Hashimoto
a2d78b62aa
release: clean up after v0.9.0-beta2
2017-03-02 19:42:41 +00:00
Mitchell Hashimoto
dbb920ff54
v0.9.0-beta2
2017-03-02 19:38:11 +00:00
Mitchell Hashimoto
2676425816
Merge pull request #12381 from hashicorp/b-hook-ui-fix
...
command: cancel still applying goroutine with channel
2017-03-02 11:26:10 -08:00
Mitchell Hashimoto
e30604e59d
update CHANGELOG
2017-03-02 11:25:52 -08:00
Mitchell Hashimoto
d1b930d5b5
command: remove unused test
2017-03-02 11:21:48 -08:00
Mitchell Hashimoto
0224a12a00
command: fix go vet
2017-03-02 11:19:54 -08:00
Mitchell Hashimoto
5086f9f568
command: remove log
2017-03-02 11:15:38 -08:00
Mitchell Hashimoto
866de2776e
command: trigger still applying cancellations from a channel
2017-03-02 11:15:02 -08:00
Radek Simko
17c9a403f2
WIP
2017-03-02 18:43:27 +00:00
Mitchell Hashimoto
dd8a93ec8d
Merge pull request #12370 from hashicorp/b-hook-ui-fix
...
command: Fix crash caused by empty state (data source PostApply)
2017-03-02 09:20:29 -08:00
Clint
84a1485ab4
Update CHANGELOG.md
2017-03-02 11:12:29 -06:00
Clint
2fe5976aec
helper/schema: Add configurable Timeouts ( #12311 )
...
* helper/schema: Add custom Timeout block for resources
* refactor DefaultTimeout to suuport multiple types. Load meta in Refresh from Instance State
* update vpc but it probably wont last anyway
* refactor test into table test for more cases
* rename constant keys
* refactor configdecode
* remove VPC demo
* remove comments
* remove more comments
* refactor some
* rename timeKeys to timeoutKeys
* remove note
* documentation/resources: Document the Timeout block
* document timeouts
* have a test case that covers 'hours'
* restore a System default timeout of 20 minutes, instead of 0
* restore system default timeout of 20 minutes, refactor tests, add test method to handle system default
* rename timeout key constants
* test applying timeout to state
* refactor test
* Add resource Diff test
* clarify docs
* update to use constants
2017-03-02 11:07:49 -06:00
James Bardin
e5e37b0025
Merge pull request #12340 from hashicorp/jbardin/GH-12253
...
return 0 from resourceCountMax with a nil Resource
2017-03-02 11:59:32 -05:00
Mitchell Hashimoto
d2f09d0db7
Merge pull request #12366 from hashicorp/f-state-docs
...
website: document state environments
2017-03-02 08:51:48 -08:00
Mitchell Hashimoto
45ca69e09f
Merge pull request #12367 from hashicorp/f-consul-state
...
backend/consul: support named states
2017-03-02 08:51:05 -08:00
Mitchell Hashimoto
7c45e57f6b
Merge pull request #12368 from hashicorp/b-gosched
...
terraform: run Gosched in test so other goroutines run
2017-03-02 08:45:56 -08:00
Radek Simko
08283f077b
command: Fix crash caused by empty state
2017-03-02 10:58:01 +00:00
stack72
0fa3c71d09
Merge branch 'master' of github.com:hashicorp/terraform
2017-03-02 10:40:02 +00:00
stack72
280f115b95
Merge branch 'myoung34-master'
2017-03-02 10:39:46 +00:00
stack72
0d4f4cac18
provider/aws: Adding a test that covers the new IAM Instance Profile
...
association to AWS Instance
2017-03-02 10:38:33 +00:00