Skip to content

Commit 800993a

Browse files
tremblealinabuzachis
authored andcommitted
Mass update of docs and tests (credentials/session tokens) (ansible-collections#1921)
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 ansible-collections#1172 ansible-collections#1714 Reviewed-by: Alina Buzachis This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@4a5b50e
1 parent 9929628 commit 800993a

File tree

1 file changed

+3
-3
lines changed
  • tests/integration/targets/s3_bucket_info/tasks

1 file changed

+3
-3
lines changed

tests/integration/targets/s3_bucket_info/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
- name: Test community.aws.aws_s3_bucket_info
33
module_defaults:
44
group/aws:
5-
aws_access_key: "{{ aws_access_key }}"
6-
aws_secret_key: "{{ aws_secret_key }}"
7-
security_token: "{{ security_token | default(omit) }}"
5+
access_key: "{{ aws_access_key }}"
6+
secret_key: "{{ aws_secret_key }}"
7+
session_token: "{{ security_token | default(omit) }}"
88
region: "{{ aws_region }}"
99
block:
1010
- name: Create a simple s3_bucket

0 commit comments

Comments
 (0)