Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
App Service Custom Hostname Binding: support for multiple bindings (#…
…1970) before this change: ``` $ ARM_TEST_APP_SERVICE=tomdevacctest12345 ARM_TEST_DOMAIN=REDACTED ARM_ALT_TEST_DOMAIN=REDACTED acctests azurerm TestAccAzureRMAppServiceCustomHostnameBinding === RUN TestAccAzureRMAppServiceCustomHostnameBinding === RUN TestAccAzureRMAppServiceCustomHostnameBinding/basic === RUN TestAccAzureRMAppServiceCustomHostnameBinding/basic/basic === RUN TestAccAzureRMAppServiceCustomHostnameBinding/basic/import --- PASS: TestAccAzureRMAppServiceCustomHostnameBinding (299.70s) --- PASS: TestAccAzureRMAppServiceCustomHostnameBinding/basic (299.70s) --- PASS: TestAccAzureRMAppServiceCustomHostnameBinding/basic/basic (135.97s) --- PASS: TestAccAzureRMAppServiceCustomHostnameBinding/basic/import (163.72s) === RUN TestAccAzureRMAppServiceCustomHostnameBinding_multiple --- FAIL: TestAccAzureRMAppServiceCustomHostnameBinding_multiple (112.01s) testing.go:573: Error destroying resource! WARNING: Dangling resources may exist. The full state and error is shown below. Error: Error applying: 1 error(s) occurred: * azurerm_app_service_custom_hostname_binding.test2 (destroy): 1 error(s) occurred: * azurerm_app_service_custom_hostname_binding.test2: web.AppsClient#DeleteHostNameBinding: Failure sending request: StatusCode=409 -- Original Error: autorest/azure: Service returned an error. Status=<nil> <nil> ``` after this change: ``` $ ARM_TEST_APP_SERVICE=tomdevacctest12345 ARM_TEST_DOMAIN=REDACTED ARM_ALT_TEST_DOMAIN=REDACTED acctests azurerm TestAccAzureRMAppServiceCustomHostnameBinding_multiple === RUN TestAccAzureRMAppServiceCustomHostnameBinding_multiple --- PASS: TestAccAzureRMAppServiceCustomHostnameBinding_multiple (157.72s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 158.148s ```
- Loading branch information