Skip to content

Commit

Permalink
Use tiny_prefix for the S3 bucket names - we hit the 63 character lim…
Browse files Browse the repository at this point in the history
…it in CI
  • Loading branch information
tremble committed Sep 5, 2021
1 parent e8c86a7 commit 39e8e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/elb_classic_lb/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ access_log_account_id_map:

access_log_account_id: '{{ access_log_account_id_map[aws_region] }}'

s3_logging_bucket_a: '{{ resource_prefix }}-a'
s3_logging_bucket_b: '{{ resource_prefix }}-b'
s3_logging_bucket_a: 'ansible-test-{{ tiny_prefix }}-a'
s3_logging_bucket_b: 'ansible-test-{{ tiny_prefix }}-b'
default_logging_prefix: 'logs'
updated_logging_prefix: 'mylogs'
default_logging_interval: 5
Expand Down

0 comments on commit 39e8e3c

Please sign in to comment.