-
Notifications
You must be signed in to change notification settings - Fork 454
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 Report]: Minor bug in key vault's diagnostic settings name #1458
Comments
I could submit a pull request, if you are interested! |
I believe this was already fixed in the latest version? or do you still see this issue in the latest version of the file. |
I was fixed in that the variable is now used. However, the solution isn't ideal as @khaliddermoumi correctly pointed out it should reference |
See #1443 - depends on that issue. |
Closed by #1757 |
Describe the bug
The diagnostic settings name in the key vault module (git tag v0.5.0) is:
'${name_var}-diagnosticSettingName'.
The intention was obviously:
'${name_var}-${diagnosticSettingsName}'
There is also a now unused variable "diagnosticSettingsName", which would make sense if it was used in the name.
To reproduce
Create a key vault with the v0.5.0 version of the module.
Code snippet
Relevant log output
The text was updated successfully, but these errors were encountered: