Open robert4os opened 2 years ago
Hi @robert4os ,
This feature has been supported in https://github.com/hashicorp/terraform-provider-azurerm/blob/v3.13.0/CHANGELOG.md, would you please give it a try? Thanks!
Hi @ms-henglu,
in 3.13.0 'AutoResolve' is indeed recognized as an argument, but the comparison between the live state ('AutoResolve') with my desired state ('AutoResolve') does noot work correctly...
Specifically the current location of the Runtime is retrieved wrongly:
~ location = "West Europe" -> "autoresolve" # forces replacement <<
The live location however (when I check it in Synapse) is not 'West Europe' but 'AutoResolve', so it seems there is something wrong retrieving the current live state.
thank you and best regards, Robert
Is there an existing issue for this?
Community Note
Description
Hi,
there is no support to configure 'Auto Resolve' for the 'location' property of Integration Runtimes in Synapse: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/synapse_integration_runtime_azure#arguments-reference
Note, for Azure Data Factory this has already been implemented: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_factory_integration_runtime_azure#argument-reference
Thank you and best regards, Robert
New or Affected Resource(s)/Data Source(s)
azurerm_synapse_integration_runtime_azure
Potential Terraform Configuration
References
No response