hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 105 forks source link

Truncating names on character-limited AWS resource #94

Open scellef opened 1 year ago

scellef commented 1 year ago

LB and Target Groups names are limited to 32-characters:

Encountered an edge-case where the TF code tried to name my resources "marmoset" which ran afoul of this limitation.