aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 606 forks source link

Update regex for EFS ID to new ID lenght of 16 characters #83

Open ndreasg opened 2 years ago

ndreasg commented 2 years ago

Description of changes: EFS Filesystem IDs have expanded from 8 characters to 17, and the current regex enforces at maximum length of 8 characters. This PR updates to a minimum length of 8 and maximum of 17 to accommodate with new IDs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.