Michael Cook

Results 5 issues of Michael Cook

used misspell tool from https://github.com/client9/misspell to find and fix automatically all spelling errors

- random_id byte_length = 8 (integers) contains 26.6 bits of entropy. base64 encoding does not change that entropy. Instead use random_password length = 32 restricted to (upper, lower, int) which...

breaking
triaged

- random_id byte_length = 8 (integers) contains 26.6 bits of entropy. base64url encoding does not change that entropy. Instead use random_password length = 32 restricted to (upper, lower, int) which...

- Move route_priority, tags, and remote_subnet to a route object. This allows each remote_subnet to have a different route priority and/or tags.

Please add a release tag, so that this repo can be referenced by release instead of 'master' or SHA. Release tags are the standard way that versions of terraform providers...