terraform/builtin/providers/azurerm
Jay Wang b465b01355 [MS] provider/azurerm: Data Source for Azure Resource Group (#15022)
* Data Source support for Resource Group

* Better message for mismatching locations.

* Reuse existing read code

* Adds documentation

* Adds test

* Adds a function for composing ID strings

* Change location to computed.
2017-06-09 13:10:42 +03:00
..
config.go provider/azurerm: Upgrading to AutoRest v8 (#15006) 2017-06-02 15:30:41 +01:00
data_source_arm_client_config.go
data_source_arm_client_config_test.go
data_source_arm_public_ip.go provider/azurerm: Adding data source support for Public IP (#15110) 2017-06-06 14:48:37 +03:00
data_source_arm_public_ip_test.go provider/azurerm: Adding data source support for Public IP (#15110) 2017-06-06 14:48:37 +03:00
data_source_arm_resource_group.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
data_source_arm_resource_group_test.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
express_route_circuit.go [MS] provider/azurerm: New resource - Express Route Circuit (#14265) 2017-05-14 19:30:14 +01:00
import_arm_availability_set_test.go
import_arm_cdn_endpoint_test.go
import_arm_cdn_profile_test.go
import_arm_container_registry_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
import_arm_dns_a_record_test.go
import_arm_dns_aaaa_record_test.go
import_arm_dns_cname_record_test.go
import_arm_dns_mx_record_test.go
import_arm_dns_ns_record_test.go
import_arm_dns_srv_record_test.go
import_arm_dns_txt_record_test.go
import_arm_dns_zone_test.go
import_arm_eventhub_authorization_rule_test.go
import_arm_eventhub_consumer_group_test.go
import_arm_eventhub_namespace_test.go
import_arm_eventhub_test.go
import_arm_express_route_circuit_test.go [MS] provider/azurerm: New resource - Express Route Circuit (#14265) 2017-05-14 19:30:14 +01:00
import_arm_key_vault_test.go
import_arm_loadbalancer_backend_address_pool_test.go
import_arm_loadbalancer_nat_pool_test.go
import_arm_loadbalancer_nat_rule_test.go
import_arm_loadbalancer_probe_test.go
import_arm_loadbalancer_rule_test.go
import_arm_loadbalancer_test.go
import_arm_local_network_gateway_test.go provider/azurerm: Fixing broken tests / Making Container Registry `sku` optional (#14983) 2017-06-01 14:00:04 +01:00
import_arm_managed_disk_test.go managed disk acceptance tests 2017-03-03 18:15:05 -08:00
import_arm_network_security_group_test.go
import_arm_network_security_rule_test.go
import_arm_public_ip_test.go
import_arm_resource_group_test.go
import_arm_route_table_test.go
import_arm_route_test.go
import_arm_servicebus_namespace_test.go
import_arm_servicebus_subscription_test.go
import_arm_servicebus_topic_test.go
import_arm_sql_elasticpool_test.go Added resource azurerm_sql_elasticpool 2017-04-30 11:48:33 +02:00
import_arm_sql_firewall_rule_test.go
import_arm_sql_server_test.go
import_arm_storage_account_test.go
import_arm_subnet_test.go [MS] provider/azurerm: fixes for bug #8227 and bug #11226 (#13877) 2017-06-01 17:40:30 +01:00
import_arm_traffic_manager_endpoint_test.go
import_arm_traffic_manager_profile_test.go
import_arm_virtual_machine_extension_test.go
import_arm_virtual_machine_scale_set_test.go [MS] provider/azurerm: Virtual Machine Scale Sets with managed disk support (#13717) 2017-05-12 15:58:00 +03:00
import_arm_virtual_machine_test.go flattened managed disk structure in virtual machine 2017-03-05 17:48:35 -08:00
import_arm_virtual_network_peering_test.go
import_arm_virtual_network_test.go
loadbalancer.go
location.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
location_test.go
locks.go Formatting 2017-05-11 11:39:26 +03:00
network_security_rule.go
network_security_rule_test.go
provider.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
provider_test.go
resource_arm_availability_set.go provider/azurerm: Add support for managed availability sets. (#12532) 2017-03-08 21:30:11 +02:00
resource_arm_availability_set_test.go provider/azurerm: Add support for managed availability sets. (#12532) 2017-03-08 21:30:11 +02:00
resource_arm_cdn_endpoint.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_cdn_endpoint_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_cdn_profile.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_cdn_profile_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_container_registry.go provider/azurerm: Fixing broken tests / Making Container Registry `sku` optional (#14983) 2017-06-01 14:00:04 +01:00
resource_arm_container_registry_migrate.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_container_registry_migrate_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_container_registry_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_container_service.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_container_service_test.go Bug Fix: Terraform crashes during azurerm_container_service provisioning (#12516) 2017-03-08 17:25:51 +02:00
resource_arm_dns_a_record.go
resource_arm_dns_a_record_test.go
resource_arm_dns_aaaa_record.go
resource_arm_dns_aaaa_record_test.go
resource_arm_dns_cname_record.go
resource_arm_dns_cname_record_test.go
resource_arm_dns_mx_record.go
resource_arm_dns_mx_record_test.go
resource_arm_dns_ns_record.go
resource_arm_dns_ns_record_test.go
resource_arm_dns_srv_record.go
resource_arm_dns_srv_record_test.go
resource_arm_dns_txt_record.go
resource_arm_dns_txt_record_test.go
resource_arm_dns_zone.go
resource_arm_dns_zone_test.go
resource_arm_eventhub.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_eventhub_authorization_rule.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_eventhub_authorization_rule_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_eventhub_consumer_group.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_eventhub_consumer_group_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_eventhub_namespace.go provider/azurerm: Fixing broken tests / Making Container Registry `sku` optional (#14983) 2017-06-01 14:00:04 +01:00
resource_arm_eventhub_namespace_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_eventhub_test.go
resource_arm_express_route_circuit.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_express_route_circuit_test.go [MS] provider/azurerm: New resource - Express Route Circuit (#14265) 2017-05-14 19:30:14 +01:00
resource_arm_key_vault.go
resource_arm_key_vault_test.go
resource_arm_loadbalancer.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_backend_address_pool.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_backend_address_pool_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_nat_pool.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_nat_pool_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_nat_rule.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_nat_rule_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_probe.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_probe_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_rule.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_rule_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_loadbalancer_test.go
resource_arm_local_network_gateway.go provider/azurerm: Fixing broken tests / Making Container Registry `sku` optional (#14983) 2017-06-01 14:00:04 +01:00
resource_arm_local_network_gateway_test.go provider/azurerm: Fixing broken tests / Making Container Registry `sku` optional (#14983) 2017-06-01 14:00:04 +01:00
resource_arm_managed_disk.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_managed_disk_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_network_interface_card.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_network_interface_card_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_network_security_group.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_network_security_group_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_network_security_rule.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_network_security_rule_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_public_ip.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_public_ip_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_redis_cache.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_redis_cache_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_resource_group.go
resource_arm_resource_group_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_route.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_route_table.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_route_table_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_route_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_search_service.go
resource_arm_search_service_test.go
resource_arm_servicebus_namespace.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_servicebus_namespace_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_servicebus_subscription.go Sorting the errors 2017-03-31 20:24:40 +01:00
resource_arm_servicebus_subscription_test.go Sorting the errors 2017-03-31 20:24:40 +01:00
resource_arm_servicebus_topic.go Sorting the errors 2017-03-31 20:24:40 +01:00
resource_arm_servicebus_topic_test.go Sorting the errors 2017-03-31 20:24:40 +01:00
resource_arm_sql_database.go provider/azurerm: Add support for elastic_pool_name to sql_database 2017-03-14 15:18:15 +02:00
resource_arm_sql_database_test.go provider/azurerm Completed test TestAccAzureRMSqlDatabase_elasticPool to verify creating a SQL database in an SQL elastic pool 2017-05-02 14:50:32 +02:00
resource_arm_sql_elasticpool.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_sql_elasticpool_test.go Added resource azurerm_sql_elasticpool 2017-04-30 11:48:33 +02:00
resource_arm_sql_firewall_rule.go
resource_arm_sql_firewall_rule_test.go
resource_arm_sql_server.go
resource_arm_sql_server_test.go
resource_arm_storage_account.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_storage_account_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_storage_blob.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_blob_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_container.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_container_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_queue.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_queue_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_share.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_share_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_table.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_storage_table_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_subnet.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_subnet_test.go [MS] provider/azurerm: fixes for bug #8227 and bug #11226 (#13877) 2017-06-01 17:40:30 +01:00
resource_arm_template_deployment.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_template_deployment_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_traffic_manager_endpoint.go
resource_arm_traffic_manager_endpoint_test.go
resource_arm_traffic_manager_profile.go
resource_arm_traffic_manager_profile_test.go
resource_arm_virtual_machine.go Make os_profile optional #11147 (#14176) 2017-06-05 10:55:50 +01:00
resource_arm_virtual_machine_extension.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_virtual_machine_extension_test.go
resource_arm_virtual_machine_scale_set.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_virtual_machine_scale_set_test.go Changes to behaviour of string enum comparison in AzureRM provider (#14861) 2017-06-01 14:46:36 +03:00
resource_arm_virtual_machine_test.go Make os_profile optional #11147 (#14176) 2017-06-05 10:55:50 +01:00
resource_arm_virtual_network.go [MS] provider/azurerm: fixes for bug #8227 and bug #11226 (#13877) 2017-06-01 17:40:30 +01:00
resource_arm_virtual_network_peering.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_virtual_network_peering_test.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
resource_arm_virtual_network_test.go [MS] provider/azurerm: fixes for bug #8227 and bug #11226 (#13877) 2017-06-01 17:40:30 +01:00
resourceid.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
resourceid_test.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
tags.go [MS] provider/azurerm: Data Source for Azure Resource Group (#15022) 2017-06-09 13:10:42 +03:00
tags_test.go
validators.go Refactoring the schema diff/validation -> core 2017-03-27 15:41:55 +01:00