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`
  • Loading branch information
goneri committed Jun 28, 2021
1 parent d618222 commit 7e3e495
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: "tb"

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

0 comments on commit 7e3e495

Please sign in to comment.