Skip to content

Commit

Permalink
Remove deprecated Modules (ansible-collections#839)
Browse files Browse the repository at this point in the history
Remove deprecated Modules

SUMMARY
Remove deprecated modules for 3.0.0 release
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
community.aws.iam
community.aws.rds

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Jill R <None>
Reviewed-by: None <None>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@2096b7f
  • Loading branch information
markuman authored and goneri committed Sep 21, 2022
1 parent 63b5dd3 commit 2554644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/integration/targets/rds_instance/aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
disabled # something is broken
slow

cloud/aws
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
instance_id: "{{ resource_prefix }}-{{ inventory_hostname | replace('_','-') }}"
modified_instance_id: "{{ resource_prefix }}-updated"
instance_id: "ansible-test-{{ tiny_prefix }}"
modified_instance_id: "{{ instance_id }}-updated"
username: test
password: test12345678
db_instance_class: db.t3.micro
Expand All @@ -12,7 +12,7 @@ monitoring_interval: 60
preferred_maintenance_window: "mon:06:20-mon:06:50"

# For aurora tests
cluster_id: "{{ resource_prefix }}-cluster"
cluster_id: "{{ instance_id }}-cluster"
aurora_db_instance_class: db.t3.medium

# For oracle tests
Expand Down

0 comments on commit 2554644

Please sign in to comment.