terraform/builtin/providers/azurerm
James Nugent f8a40ff371 provider/azurerm: Fix panic if no creds supplied
Using EnvDefaultFunc with a default of empty string causes the
validation which would ordinarily be performed by `Required: true` in
the schema to not have any effect. Instead validate the configuration
used to produce the ARM client before attempting to use it during
provider configuration.
2016-01-29 10:51:25 -05:00
..
config.go Azure RM Storage Queue: 2016-01-27 12:27:58 +00:00
network_security_rule.go Scaffold the Azure RM Network Security Rule resource 2016-01-09 00:06:58 +00:00
network_security_rule_test.go Scaffold the Azure RM Network Security Rule resource 2016-01-09 00:06:58 +00:00
provider.go provider/azurerm: Fix panic if no creds supplied 2016-01-29 10:51:25 -05:00
provider_test.go provider/azurerm: Clean up work for base provider 2015-12-15 18:31:02 -05:00
resource_arm_availability_set.go provider/azurerm: Add scaffolding to tags 2016-01-18 11:48:01 -05:00
resource_arm_availability_set_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_cdn_endpoint.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_cdn_endpoint_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_cdn_profile.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_cdn_profile_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_local_network_gateway.go provider/azurerm: Fix up network gateway tests 2015-12-23 18:49:21 +02:00
resource_arm_local_network_gateway_test.go provider/azurerm: Fix up network gateway tests 2015-12-23 18:49:21 +02:00
resource_arm_network_interface_card.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_network_interface_card_test.go Adds the ability to tag more of the Azure RM Network resources 2016-01-18 20:55:28 +00:00
resource_arm_network_security_group.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_network_security_group_test.go Adds the ability to tag more of the Azure RM Network resources 2016-01-18 20:55:28 +00:00
resource_arm_network_security_rule.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_network_security_rule_test.go Scaffold the Azure RM Network Security Rule resource 2016-01-09 00:06:58 +00:00
resource_arm_public_ip.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_public_ip_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_resource_group.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_resource_group_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_route.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_route_table.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_route_table_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_route_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_storage_account.go provider/azurerm: Add `azurerm_storage_account` 2016-01-20 19:47:23 -05:00
resource_arm_storage_account_test.go provider/azurerm: Add `azurerm_storage_account` 2016-01-20 19:47:23 -05:00
resource_arm_storage_blob.go AzureRM storage container and blob tests and documentation 2016-01-27 00:23:57 +00:00
resource_arm_storage_blob_test.go AzureRM storage container and blob tests and documentation 2016-01-27 00:23:57 +00:00
resource_arm_storage_container.go provider/azurerm: Add storage container and blob 2016-01-26 15:45:18 -05:00
resource_arm_storage_container_test.go AzureRM storage container and blob tests and documentation 2016-01-27 00:23:57 +00:00
resource_arm_storage_queue.go Azure RM Storage Queue: 2016-01-27 12:27:58 +00:00
resource_arm_storage_queue_test.go Azure RM Storage Queue: 2016-01-27 12:27:58 +00:00
resource_arm_subnet.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_subnet_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resource_arm_virtual_network.go Change resource.StateChangeConf to use an array for target states 2016-01-21 01:20:41 +00:00
resource_arm_virtual_network_test.go Randomising the resource names in AzureRM acceptance tests. There is a potential issue that reusing names will cause the tests to be slower while we wait for old resources to go through GC 2016-01-29 12:48:11 +00:00
resourceid.go provider/azurerm: Parse "resourcegroups" in IDs 2016-01-19 11:32:16 -05:00
resourceid_test.go provider/azurerm: Parse "resourcegroups" in IDs 2016-01-19 11:32:16 -05:00
tags.go provider/azurerm: Add scaffolding to tags 2016-01-18 11:48:01 -05:00
tags_test.go provider/azurerm: Add tests for tag scaffolding 2016-01-18 12:28:04 -05:00