Skip to content

Commit

Permalink
Add support for check_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and alinabuzachis committed Oct 13, 2023
1 parent 971d3b0 commit ef7d583
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 9 deletions.
1 change: 1 addition & 0 deletions plugins/modules/iam_server_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def main():
['new_name', 'cert'],
['new_name', 'cert_chain'],
],
supports_check_mode=True,
)

client = module.client('iam', retry_decorator=AWSRetry.jittered_backoff())
Expand Down
Loading

0 comments on commit ef7d583

Please sign in to comment.