Commit c32367b
PRODENG-3446: fix AWS name-length overflow after rename
smokeConfig.Name drives the Terraform stack name as
"smoke-{Name}-{5-char-random}"; Terraform then appends
suffixes like "-mke-kube" for target groups, capping the
total at 32 chars. "airgapped-multi-hop" (19 chars) overflows
that limit — revert to "airgap-mhop" (11 chars, same limit as
the original "airgappedup"). Add a comment explaining why the
short name is necessary despite the longer CI label.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 597481f commit c32367b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
630 | 634 | | |
631 | 635 | | |
632 | 636 | | |
| |||
0 commit comments