Commit 286de13
authored
fix: ensure that key pair names do not overlap (#1338)
## Description
Add a validation check to `var.environment` to make sure that we can't
use `runner-` as prefix. If this prefix is used, the terminate agent
lambda removes key pairs which shouldn't be removed. See
#1291 (comment)
Closes #12911 parent 2ab7761 commit 286de13
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
0 commit comments