Skip to content

Commit

Permalink
Added disable_monitoring option to module ntnx_karbon_clusters
Browse files Browse the repository at this point in the history
Issue: #455
  • Loading branch information
abhinavbansal29 committed Sep 23, 2024
1 parent 2d2ad43 commit b249109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/ntnx_karbon_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ def get_module_spec():
type="dict", options=entity_by_spec, mutually_exclusive=mutually_exclusive
),
cni=dict(type="dict", options=cni_spec),
disable_monitoring=dict(type="bool", default=False),
custom_node_configs=dict(
type="dict", apply_defaults=True, options=custom_node_spec
),
Expand Down

0 comments on commit b249109

Please sign in to comment.