-
Notifications
You must be signed in to change notification settings - Fork 59
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
[BUG] Unable to remove citrixadc_policystringmap_pattern_binding with / or special char #1018
Comments
This issue is caused by the AddResource function in the client escaping special characters, while the DeleteResourceWithArgs does not. |
Hello @RafaelloLollipop , Hey @ravager-dk , thanks for working on this issue, I saw your PR but currently we are not accepting 3rd party contribution due to some company policies. Our internal team is working on accepting 3rd part contribution we will update this soon. Thanks, |
Hi Rohit No problem, I am actually internal, just not in engineering. Regards, |
Hi @RafaelloLollipop , Thanks |
Bug Report
Describe the bug
If key in string map contains "/'" or "%" it can not be removed by terraform.
But i'm pretty sure that it was working like 1-2 months ago.
To Reproduce
Steps to reproduce the behaviour:
Plan:
After apply:
Removing bindings:
plan:
apply:
State:
Expected behaviour
Both citrixadc_policystringmap_pattern_binding. removed
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: