Skip to content

Commit

Permalink
Complete iam_cert and rds_snapshot deprecations (ansible-collections#…
Browse files Browse the repository at this point in the history
…1276)

Complete iam_cert and rds_snapshot deprecations

SUMMARY
Delayed from 4.0.0 to 5.0.0 remove the deprecated aliases
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
iam_server_certificate
rds_instance_snapshot
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored and abikouo committed Sep 18, 2023
1 parent 726f6a2 commit f247112
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions iam_server_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
---
module: iam_server_certificate
version_added: 1.0.0
short_description: Manage server certificates for use on ELBs and CloudFront
short_description: Manage IAM server certificates for use on ELBs and CloudFront
description:
- Allows for the management of server certificates.
- Allows for the management of IAM server certificates.
options:
name:
description:
Expand Down Expand Up @@ -73,10 +73,11 @@
default: true
type: bool
author: Jonathan I. Davila (@defionscode)
author:
- Jonathan I. Davila (@defionscode)
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
- amazon.aws.aws
- amazon.aws.ec2
'''

EXAMPLES = '''
Expand All @@ -103,7 +104,6 @@
new_name: new_very_ssl
state: present
'''
import os

try:
import botocore
Expand Down

0 comments on commit f247112

Please sign in to comment.