Skip to content

Commit

Permalink
Mass update of docs and tests (credentials/session tokens) (#1921)
Browse files Browse the repository at this point in the history
Mass update of docs and tests (credentials/session tokens)

SUMMARY
We had a cleanup of credentials/session parameters which included a batch of deprecations and renames.
Ensure that all of our tests and docs are using the 'canonical' names
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/modules/batch_compute_environment.py
plugins/modules/cloudformation_exports_info.py
plugins/modules/ec2_vpc_vpn.py
plugins/modules/elasticache.py
plugins/modules/elasticache_parameter_group.py
plugins/modules/elasticache_snapshot.py
plugins/modules/ses_rule_set.py
plugins/modules/sts_assume_role.py
plugins/modules/sts_session_token.py
tests/integration
ADDITIONAL INFORMATION
See also

#1172
#1714

Reviewed-by: Alina Buzachis

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@4a5b50e
  • Loading branch information
tremble authored and alinabuzachis committed Oct 2, 2023
1 parent 6618701 commit 2ce496a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ action_groups:
- elb_application_lb_info
- elb_classic_lb
- execute_lambda
- iam_access_key
- iam_access_key_info
- iam_group
- iam_instance_profile
- iam_instance_profile_info
Expand Down Expand Up @@ -106,8 +108,6 @@ action_groups:
- s3_bucket
- s3_object
- s3_object_info
- iam_access_key
- iam_access_key_info
plugin_routing:
action:
aws_s3:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/iam_access_key/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -726,4 +726,4 @@
iam_user:
name: '{{ test_user }}'
state: absent
ignore_errors: yes
ignore_errors: true

0 comments on commit 2ce496a

Please sign in to comment.