-
Notifications
You must be signed in to change notification settings - Fork 35
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
This is a bug in the provider #612
Comments
Hello @Tony-WangQAQ Would you be able to provide the HCL code for the thanks, |
Hello @Reinhard-Pilz-Dynatrace |
Hello @Reinhard-Pilz-Dynatrace
My header value is stored in AWS secret manager. Here, I call the secret value. Since it is sensitive information, I cannot send it. Please note. |
Hi Tony, I unfortunately still cannot reproduce that error message. But based on the wording in that error I have a hunch that it has something to do with this bug in the Terraform Plugin SDK. We have to circumvent that phenomenon in several resources. And that bit of information
makes me believe, that it might be the root cause. Right now we don't have a proper way to handle this case. But with the release of the provider scheduled for tomorrow I have added something that hopefully allows you to avoid the error: When running I've hidden that feature behind an environment variable for the moment, so we can collect feedback from you first. If it is indeed a solution we will make that default behavior in the future. Let me know once you were able to try this out with the upcoming release of the provider. I will keep this ticket open until then. |
Hello @Reinhard-Pilz-Dynatrace
Because I have other work to complete urgently, if I have enough time, I will test and verify it and feedback the results to you Thanks a lot, |
Hello @Tony-WangQAQ, Exactly, the If you're ok with it, I will close this ticket until further notice. Please drop us a message once you had time to run a few tests. We'd welcome the feedback. |
Describe the bug
When I configure dynatrace problem notification through terraform, the headers parameter is abnormal. This is very strange. The same configuration is normal when it is created for the first time. However, when I change some configurations (such as changing the configuration status to true) and re-run the code, this problem occurs, as shown in the attachment.
Expected behavior
The official description of dynatrace_webhook_notification configuration is as follows, "secret_value and value are mutually exclusive. Only one of those two is allowed to be specified." However, this bug seems to require both values to be specified when reading the module, which is not a reasonable place.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: