Skip to content

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Nov 7, 2023
1 parent 3b898e6 commit 336a54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ def main():
options=dict(
min_capacity=dict(type="float"),
max_capacity=dict(type="float"),
),
),
),
skip_final_snapshot=dict(type="bool", default=False),
snapshot_identifier=dict(),
Expand Down

0 comments on commit 336a54b

Please sign in to comment.