terraform/website/source/docs/providers/azurerm/r
Peter McAtominey cc18e4d7ca provider/azurerm: add traffic manager resources (#7826)
* provider/azurerm: vendor arm/trafficmanager package

* provider/azurerm: add azurerm_traffic_manager_profile resource

* provider/azurerm: add azurerm_traffic_manager_endpoint resource

* provider/azurerm: document traffic manager resources

* provider/azurerm: use short type argument for traffic manager endpoint

The resource now takes the short type for example azureEndpoints instead of the
long form Microsoft.Network/TrafficManagerProfiles/azureEndpoints.

```
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMTrafficManagerEndpoint -timeout 120m
=== RUN   TestAccAzureRMTrafficManagerEndpoint_basic
--- PASS: TestAccAzureRMTrafficManagerEndpoint_basic (179.72s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_basicDisableExternal
--- PASS: TestAccAzureRMTrafficManagerEndpoint_basicDisableExternal (171.36s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_updateWeight
--- PASS: TestAccAzureRMTrafficManagerEndpoint_updateWeight (167.24s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_updatePriority
--- PASS: TestAccAzureRMTrafficManagerEndpoint_updatePriority (192.91s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_nestedEndpoints
--- PASS: TestAccAzureRMTrafficManagerEndpoint_nestedEndpoints (111.18s)
PASS
ok   github.com/hashicorp/terraform/builtin/providers/azurerm    822.534s
```

* provider/azurerm: remove unnecesary dereferences in traffic manager resources

```
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMTrafficManager -timeout 120m
=== RUN   TestAccAzureRMTrafficManagerEndpoint_basic
--- PASS: TestAccAzureRMTrafficManagerEndpoint_basic (176.08s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_basicDisableExternal
--- PASS: TestAccAzureRMTrafficManagerEndpoint_basicDisableExternal (172.28s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_updateWeight
--- PASS: TestAccAzureRMTrafficManagerEndpoint_updateWeight (148.97s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_updatePriority
--- PASS: TestAccAzureRMTrafficManagerEndpoint_updatePriority (101.18s)
=== RUN   TestAccAzureRMTrafficManagerEndpoint_nestedEndpoints
--- PASS: TestAccAzureRMTrafficManagerEndpoint_nestedEndpoints (88.33s)
=== RUN   TestAccAzureRMTrafficManagerProfile_weighted
--- PASS: TestAccAzureRMTrafficManagerProfile_weighted (80.92s)
=== RUN   TestAccAzureRMTrafficManagerProfile_performance
--- PASS: TestAccAzureRMTrafficManagerProfile_performance (82.98s)
=== RUN   TestAccAzureRMTrafficManagerProfile_priority
--- PASS: TestAccAzureRMTrafficManagerProfile_priority (81.07s)
=== RUN   TestAccAzureRMTrafficManagerProfile_withTags
--- PASS: TestAccAzureRMTrafficManagerProfile_withTags (102.50s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/azurerm	1034.458s
```
2016-07-31 23:46:15 +01:00
..
availability_set.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
cdn_endpoint.html.markdown Scaffold the AzureRM CDN Endpoint resource 2016-01-20 16:47:41 +00:00
cdn_profile.html.markdown provider/azurerm: Bump azure-sdk-for-go to 3.0.0-beta (#7420) 2016-06-30 15:36:08 +01:00
dns_a_record.html.markdown provider/azurerm: Add DNS CName Record Resource 2016-02-05 12:51:33 +00:00
dns_aaaa_record.html.markdown provider/azurerm: Add DNS CName Record Resource 2016-02-05 12:51:33 +00:00
dns_cname_record.html.markdown provider/azurerm: Add DNS CName Record Resource 2016-02-05 12:51:33 +00:00
dns_mx_record.html.markdown provider/azurerm: Add `azurerm_dns_mx_record` resource 2016-02-07 22:26:56 +00:00
dns_ns_record.html.markdown provider/azurerm: Add `azurerm_dns_ns_record` resource 2016-02-06 19:09:52 +00:00
dns_srv_record.html.markdown provider/azurerm: Add `azurerm_dns_srv_record` resource 2016-02-07 21:49:02 +00:00
dns_txt_record.html.markdown provider/azurerm: Add `azurerm_dns_ns_record` resource 2016-02-06 19:09:52 +00:00
dns_zone.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
local_network_gateway.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
network_interface.html.markdown provider/azurerm: Add support for EnableIPForwarding to (#6807) 2016-05-20 22:43:18 +01:00
network_security_group.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
network_security_rule.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
public_ip.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
resource_group.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
route.html.markdown Scaffold the Azure RM Route Resource 2016-01-10 15:02:48 +00:00
route_table.html.markdown Adds the ability to tag more of the Azure RM Network resources 2016-01-18 20:55:28 +00:00
search_service.html.markdown provider/azurerm: Add documentation for the `azurerm_search_service` 2016-02-19 00:57:51 +00:00
sql_database.html.markdown provider/azurerm: Adding azurerm_sql_database resource 2016-02-04 23:36:50 +00:00
sql_firewall_rule.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
sql_server.html.markdown provider/azurerm: Adding azurerm_sql_database resource 2016-02-04 23:36:50 +00:00
storage_account.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
storage_blob.html.markdown AzureRM storage container and blob tests and documentation 2016-01-27 00:23:57 +00:00
storage_container.html.markdown AzureRM storage container and blob tests and documentation 2016-01-27 00:23:57 +00:00
storage_queue.html.markdown Azure RM Storage Queue: 2016-01-27 12:27:58 +00:00
storage_table.html.markdown provider/azurerm: `azurerm_storage_table` resource (#7327) 2016-07-27 22:49:43 +01:00
subnet.html.markdown Organises the AzureRM layout to Network and Virtual Machine resources 2016-01-10 01:09:14 +00:00
template_deployment.html.markdown Corrected some ARM documentation 2016-07-05 10:46:14 +01:00
traffic_manager_endpoint.html.markdown provider/azurerm: add traffic manager resources (#7826) 2016-07-31 23:46:15 +01:00
traffic_manager_profile.html.markdown provider/azurerm: add traffic manager resources (#7826) 2016-07-31 23:46:15 +01:00
virtual_machine.html.markdown provider/azurerm: add option to delete VMs Data disks on termination (#7793) 2016-07-25 17:57:02 +01:00
virtual_machine_scale_sets.html.markdown docs/azurerm: prefixes removed from `azurerm_virtual_machine_scale_set` (#7752) 2016-07-21 18:21:03 +01:00
virtual_network.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00