You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! This is following up on #3964. It looks like the DataFactory API based off 2018-06-01 inside v26.7.0 of the azure sdk also returns the resource group name in lower case.
Terraform is throwing a ForceNew when a capitalized resource group name is passed into any DataFactory resource. For example:
------- Stdout: -------
=== RUN TestAccAzureRMDataFactoryDatasetPostgreSQL_update
=== PAUSE TestAccAzureRMDataFactoryDatasetPostgreSQL_update
=== CONT TestAccAzureRMDataFactoryDatasetPostgreSQL_update
--- FAIL: TestAccAzureRMDataFactoryDatasetPostgreSQL_update (83.73s)
testing.go:568: Step 0 error: After applying this step, the plan was not empty:
DIFF:
DESTROY/CREATE: azurerm_data_factory.test
github_configuration.#: "0" => "0"
id: "/subscriptions/8708baf2-0a54-4bb4-905b-78d21ac150da/resourceGroups/acctestrg-1154640959761039184/providers/Microsoft.DataFactory/factories/acctestdf1154640959761039184" => "<computed>"
identity: "" => "<computed>"
identity.#: "0" => ""
location: "westeurope" => "westeurope"
name: "acctestdf1154640959761039184" => "acctestdf1154640959761039184"
resource_group_name: "acctestrg-1154640959761039184" => "acctestRG-1154640959761039184" (forces new resource)
tags: "" => "<computed>"
vsts_configuration.#: "0" => "0"
Hello! This is following up on #3964. It looks like the DataFactory API based off
2018-06-01
inside v26.7.0 of the azure sdk also returns the resource group name in lower case.Terraform is throwing a ForceNew when a capitalized resource group name is passed into any DataFactory resource. For example:
The following tests are failing as well;
Thanks!
The text was updated successfully, but these errors were encountered: