terraform/website/source/docs/providers
Paul Stack a085c8d71e provider/azurerm: Add Load Balancer resources (#9199)
* provider/azurerm: Add AzureRM Loadbalancer resource

Adds support for the elusive Azure LoadBalancer

* [x] `azurerm_lb`
* [x] `azurerm_lb_backend_address_pool`
* [x] `azurerm_lb_rule`
* [x] `azurerm_lb_nat_rule`
* [x] `azurerm_lb_probe`
* [x] `azurerm_lb_nat_pool`

Test Results:

```
make testacc TEST=./builtin/providers/azurerm TESTARGS='-run=TestAccAzureRMLoadbalancer'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
TF_ACC=1 go test ./builtin/providers/azurerm -v
-run=TestAccAzureRMLoadbalancer -timeout 120m
=== RUN   TestAccAzureRMLoadbalancerBackEndAddressPool_basic
--- PASS: TestAccAzureRMLoadbalancerBackEndAddressPool_basic (207.26s)
=== RUN   TestAccAzureRMLoadbalancerBackEndAddressPool_removal
--- PASS: TestAccAzureRMLoadbalancerBackEndAddressPool_removal (165.89s)
=== RUN   TestAccAzureRMLoadbalancerNatRule_basic
--- PASS: TestAccAzureRMLoadbalancerNatRule_basic (179.30s)
=== RUN   TestAccAzureRMLoadbalancerNatRule_removal
--- PASS: TestAccAzureRMLoadbalancerNatRule_removal (180.73s)
=== RUN   TestAccAzureRMLoadbalancerRule_basic
--- PASS: TestAccAzureRMLoadbalancerRule_basic (170.40s)
=== RUN   TestAccAzureRMLoadbalancerRule_removal
--- PASS: TestAccAzureRMLoadbalancerRule_removal (204.23s)
=== RUN   TestAccAzureRMLoadbalancer_basic
--- PASS: TestAccAzureRMLoadbalancer_basic (136.03s)
=== RUN   TestAccAzureRMLoadbalancer_frontEndConfig
--- PASS: TestAccAzureRMLoadbalancer_frontEndConfig (214.47s)
=== RUN   TestAccAzureRMLoadbalancer_tags
--- PASS: TestAccAzureRMLoadbalancer_tags (215.52s)
=== RUN   TestAccAzureRMLoadbalancerProbe_basic
--- PASS: TestAccAzureRMLoadbalancerProbe_basic (183.36s)
=== RUN   TestAccAzureRMLoadbalancerProbe_removal
--- PASS: TestAccAzureRMLoadbalancerProbe_removal (185.86s)
=== RUN   TestAccAzureRMLoadbalancerNatPool_basic
--- PASS: TestAccAzureRMLoadbalancerNatPool_basic (161.47s)
=== RUN   TestAccAzureRMLoadbalancerNatPool_removal
--- PASS: TestAccAzureRMLoadbalancerNatPool_removal (167.38s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/azurerm
1673.852s
```

* provider/azurerm: Documentation for the ARM LB resources
2016-10-07 14:14:26 -04:00
..
archive Fixing archive file website docs. (#8373) 2016-08-22 13:27:43 +01:00
atlas
aws Merge pull request #8701 from steveh/feature/aws-billing-service-account 2016-10-07 13:34:51 +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: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
bitbucket Fix typos in the bitbucket_repository example. 2016-10-06 22:08:22 +01:00
chef
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 Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01: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
google Merge pull request #8977 from sl1pm4t/b-gcs-storage-class 2016-09-24 21:13:17 -07: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 docs: Fix misspelled words 2016-09-12 07:08:00 +01:00
packet Fix file extension (#8343) 2016-08-20 12:03:20 +01: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 provider/scaleway: Fix a documentation typo 2016-09-02 12:16:42 -04:00
softlayer
statuscake docs/statuscake: Adding the parameter to the docs 2016-08-29 00:00:27 +01:00
template
terraform docs: Remove output from `terraform_remote_state` 2016-08-19 00:50:43 +01: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