Commit f913163
committed
fix: use key_name not key_pair_id for launch template keypair reference
AWS launch templates expect the key pair name string for key_name, not
the key pair ID (key-XXXX). aws_key_pair.this.key_pair_id returns the ID;
aws_key_pair.this.key_name returns the name. Using the ID caused all ASG
CreateAutoScalingGroup calls to fail with 'key pair does not exist'.
Also include the extra_tags smoke identifier added earlier in this session.1 parent 3d51733 commit f913163
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments