Skip to content

Commit

Permalink
aws_s3_bucket_info/test: reduce the size of the bucket name
Browse files Browse the repository at this point in the history
This to avoid the following error: `the length of an S3 bucket cannot exceed 63 characters`

Co-Author: Mark Chappell <[email protected]>
  • Loading branch information
goneri committed Jun 29, 2021
1 parent d618222 commit 96c6b42
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name_pattern: "testbucket-ansible-integration"
name_pattern: "info"

testing_buckets:
- "{{ resource_prefix }}-{{ name_pattern }}-1"
- "{{ resource_prefix }}-{{ name_pattern }}-2"
- "ansible-test-{{ resource_prefix | hash('md5') }}-{{ name_pattern }}-1"
- "ansible-test-{{ resource_prefix | hash('md5') }}-{{ name_pattern }}-2"

0 comments on commit 96c6b42

Please sign in to comment.