-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
synapse_linked_service_resource #27128
Comments
I can create a non-functional linked service if I provide the resource module any accepted value (I don't know the complete list of acceptable values for For example, if I were to add Here is a code chunk that applies successfully.
Here is the resulting linked service json.
|
Most of the values listed in this table, are not applied to the final linked service for I haven't tested every value, but I was only able to get 3 or 4 values through into the linked service. |
I can reproduce the problem via main.tf. Will check the resource config / state management logic next to determine if there is a bug here: synapse_linked_service_resource.go |
I just ran the code thru debugger and looks like everything is fine up to Code ref: terraform-provider-azurerm/internal/services/synapse/synapse_linked_service_resource.go Line 304 in 8649171
|
Is there an existing issue for this?
Community Note
Terraform Version
1.4.5
AzureRM Provider Version
3.116.0
Affected Resource(s)/Data Source(s)
synapse_linked_service_resource, azurerm_synapse_workspace
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The values of type_properties_json should have been populated and resulted in the creation of an AzureSqlDatabase linked service
The behavior should reflect this terraform plan
Actual Behaviour
Steps to Reproduce
terraform apply
Important Factoids
No response
References
The behavior seems related to this
The text was updated successfully, but these errors were encountered: