Merge pull request #15 from Ykisialiou/docs-fixes

make README and random generation code consistent
This commit is contained in:
Paul Schoenfelder 2018-05-17 11:25:19 -04:00 committed by GitHub
commit 02b9d4c2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function provision() {
In order to ensure that provisioned resources are unique, this script uses a
unique prefix for all resource names and ids.
By default, a random 8 character alphanumeric string is generated for you, but
By default, a random 5 character alphanumeric string is generated for you, but
if you wish to provide your own, now is your chance. This value will be stored
in 'main.tfvars' so that you only need provide it once, but make sure you source
control the file.