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
The Function Connection Authentication Keys that are stored in app_settings are kept.
Actual Behaviour
The Function Connection Authentication Keys that are stored in app_settings are removed.
Steps to Reproduce
Create logic app via terraform
Create Function Connections via the Portal
Re-run terraform plan/deploy
I do not want to ignore all changes to app_settings. nor do I want to add an ignore entry for every single key that is created as I do not believe wildcards can be used. Not sure if there are any other options or whether the provider should be updated to ignore changes to these settingts?
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
If I'm understanding the issue correctly, you want to partially ignore some items inside app_settings. I'm afraid there is no official way to achieve this for now. There is a related issue on the Terraform: hashicorp/terraform#5666
Personally, you can try this mptf project, but it's not an official solution and it's still in development.
For any further questions please leave comments.
Thanks
@ziyeqf Thanks for the reply. Yes that is my issue - I want to ignore app_settings that I have absolutely no control over as part of the resource deployment. I'll have a look at mptf
Thank you for taking the time to raise this! I am going to close this with @ziyeqf‘s response as an answer. If you have future questions, I suggest using the Community Resources, such as the Azure Provider forum.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.8.2
AzureRM Provider Version
3.102.0
Affected Resource(s)/Data Source(s)
azurerm_logic_app_standard
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The Function Connection Authentication Keys that are stored in app_settings are kept.
Actual Behaviour
The Function Connection Authentication Keys that are stored in app_settings are removed.
Steps to Reproduce
I do not want to ignore all changes to app_settings. nor do I want to add an ignore entry for every single key that is created as I do not believe wildcards can be used. Not sure if there are any other options or whether the provider should be updated to ignore changes to these settingts?
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: