Skip to content

Commit

Permalink
Tweak tests so s3 buckets have unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 20, 2023
1 parent 5cfa93c commit 50a2d7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
encrypted_bucket: False
s3_bucket_region: 'eu-central-1'
s3_addressing_style: virtual
test_suffix: addressing
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
vars:
target_os: fedora
encrypted_bucket: True
test_suffix: encrypteds3
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
vars:
target_os: fedora
use_ssm_document: True
test_suffix: document
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ ami_details:
</powershell>
os_type: windows

# see:
# - https://github.com/mattclay/aws-terminator/pull/181
# - https://github.com/ansible-collections/community.aws/pull/763
encrypted_s3_bucket_name: ssm-encrypted-test-bucket

s3_bucket_name: "{{ resource_prefix }}-connection-ssm"
s3_bucket_name: "{{ tiny_prefix }}-connection-ssm-{{ test_suffix | default(target_os) }}"
kms_key_name: "{{ resource_prefix }}-connection-ssm"
ssm_document_name: "{{ resource_prefix }}-connection-ssm"

0 comments on commit 50a2d7d

Please sign in to comment.