File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Available targets:
241
241
| ------| --------| ---------|
242
242
| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.24.1 |
243
243
| <a name =" module_security_group " ></a > [ security\_ group] ( #module\_ security\_ group ) | cloudposse/security-group/aws | 0.3.1 |
244
- | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.18.0 |
244
+ | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.18.2 |
245
245
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.24.1 |
246
246
247
247
## Resources
Original file line number Diff line number Diff line change 18
18
| ------| --------| ---------|
19
19
| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.24.1 |
20
20
| <a name =" module_security_group " ></a > [ security\_ group] ( #module\_ security\_ group ) | cloudposse/security-group/aws | 0.3.1 |
21
- | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.18.0 |
21
+ | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.18.2 |
22
22
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.24.1 |
23
23
24
24
## Resources
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ resource "aws_instance" "default" {
128
128
129
129
module "ssh_key_pair" {
130
130
source = " cloudposse/key-pair/aws"
131
- version = " 0.18.0 "
131
+ version = " 0.18.2 "
132
132
ssh_public_key_path = local. ssh_key_pair_path
133
133
private_key_extension = " .pem"
134
134
generate_ssh_key = var. generate_ssh_key_pair
You can’t perform that action at this time.
0 commit comments