Skip to content

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Nov 14, 2023
1 parent 5faf22b commit 88f4aa7
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 88f4aa7

Please sign in to comment.