terraform/website/source/docs/providers
Peter McAtominey c199d1fde2 provider/azurerm: fix servicebus_topic updating values (#9323)
enable_partitioning set to ForceNew
requires_duplicate_detection set to ForceNew

max_size_in_megabytes would cause a loop if enable_partitioning was true as this
causes the value to be multiplied by 16 for it's effective value, this computed
value is then returned by the ARM API in the same field which caused Terraform
to always detect a change

```
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusTopic -timeout 120m
=== RUN   TestAccAzureRMServiceBusTopic_importBasic
--- PASS: TestAccAzureRMServiceBusTopic_importBasic (345.08s)
=== RUN   TestAccAzureRMServiceBusTopic_basic
--- PASS: TestAccAzureRMServiceBusTopic_basic (342.23s)
=== RUN   TestAccAzureRMServiceBusTopic_update
--- PASS: TestAccAzureRMServiceBusTopic_update (359.56s)
=== RUN   TestAccAzureRMServiceBusTopic_enablePartitioning
--- PASS: TestAccAzureRMServiceBusTopic_enablePartitioning (362.80s)
=== RUN   TestAccAzureRMServiceBusTopic_enableDuplicateDetection
--- PASS: TestAccAzureRMServiceBusTopic_enableDuplicateDetection (364.97s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/azurerm	1774.657s
```
2016-10-25 16:34:08 +01:00
..
archive provider/archive: Converting to datasource. (#8492) 2016-10-25 15:59:06 +01:00
atlas provider/atlas: Add a Atlas Artifact Data Source (#7419) 2016-07-01 10:29:53 -05:00
aws Exposed aws_api_gw_domain_name.certificate_upload_date attribute (#9533) 2016-10-25 16:07:08 +01:00
azure provider/azure: add custom_data argument for azure_instance resource (#8158) 2016-08-14 11:02:49 +01:00
azurerm provider/azurerm: fix servicebus_topic updating values (#9323) 2016-10-25 16:34:08 +01:00
bitbucket adds missing `language` argument 2016-10-22 18:35:37 +02:00
chef api.opscode.com should be api.chef.io (#6960) 2016-06-01 09:35:09 +01:00
clc docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
cloudflare
cloudstack Fix the acceptance tests and some cosmetic tweaks (#8598) 2016-09-01 11:19:37 +02:00
cobbler docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
consul docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
datadog Document datadog style and palette options 2016-10-05 09:44:54 +01:00
dme
dnsimple Merge branch 'goloroden-patch-1' 2016-07-27 12:30:07 +01:00
do Allow resizing DigitalOcean Droplets without increasing disk size. 2016-10-24 20:00:04 -04:00
docker provider/docker: Add alternative to cert_path 2016-09-21 09:32:24 +01:00
dyn
fastly docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
github website: github_team_repository purpose clarification 2016-10-13 08:04:18 -07:00
google Fix link pointing to GCE docs 2016-10-22 18:34:59 +01:00
grafana
heroku
influxdb Improve influxdb provider (#7333) 2016-08-05 16:27:03 +10:00
librato docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
logentries mostly typos in documens and aws autoscaling id instead of name 2016-09-30 22:41:15 +02:00
mailgun
mysql provider/mysql: user and grant resources (#7656) 2016-07-26 19:19:39 +01:00
openstack provider/openstack: gophercloud migration: Removing APIKey Attribute 2016-10-23 02:38:17 +00:00
packet Fix file extension (#8343) 2016-08-20 12:03:20 +01:00
pagerduty Add support for teams in escalation policies & vendor support 2016-10-24 15:01:35 +02:00
postgresql
powerdns Fix invalid markdown syntax (#8089) 2016-08-10 13:16:31 +12:00
rabbitmq provider/rabbitmq: docs 2016-09-01 19:04:41 +00:00
random
rundeck
scaleway Merge pull request #9321 from Zhebr/patch-1 2016-10-25 14:39:49 +01:00
softlayer
statuscake docs/statuscake: Adding the parameter to the docs 2016-08-29 00:00:27 +01:00
template provider/template: validate vars are primitives 2016-07-11 16:01:05 -05:00
terraform Update remote_state.html.md 2016-10-24 14:14:49 -07:00
tls Restore tls_cert_request to being a managed resource 2016-09-24 12:22:07 -07:00
triton
ultradns
vcd
vsphere Adding 'detach_unknown_disks_on_delete' flag for VM resource 2016-09-26 18:16:02 -07:00
index.html.markdown website: fix up some wording on providers index 2016-06-09 16:44:28 -05:00