Skip to content

Commit

Permalink
fix: delete field apiVersion in current ds for diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Aug 12, 2024
1 parent c25a265 commit cbe1c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/grafana_datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ def compare_datasources(new, current, compareSecureData=True):
current.pop("uid", None)

for field in [
"apiVersion",
"basicAuthPassword",
"id",
"password",
Expand Down

0 comments on commit cbe1c94

Please sign in to comment.