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 @@ -237,7 +237,7 @@ Available targets:
237
237
| ------| --------| ---------|
238
238
| <a name =" module_label " ></a > [ label] ( #module\_ label ) | cloudposse/label/null | 0.24.1 |
239
239
| <a name =" module_security_group " ></a > [ security\_ group] ( #module\_ security\_ group ) | cloudposse/security-group/aws | 0.3.1 |
240
- | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.18.2 |
240
+ | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.19.0 |
241
241
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.24.1 |
242
242
243
243
## 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.2 |
21
+ | <a name =" module_ssh_key_pair " ></a > [ ssh\_ key\_ pair] ( #module\_ ssh\_ key\_ pair ) | cloudposse/key-pair/aws | 0.19.0 |
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.2 "
131
+ version = " 0.19.0 "
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