Skip to content

Commit c2a16a7

Browse files
renovate[bot]github-actions[bot]max-lobur
authored
chore(deps): update terraform cloudposse/key-pair/aws to v0.19.0 (main) (#61)
* chore(deps): update terraform cloudposse/key-pair/aws to v0.19.0 * Auto-update README.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Lobur <[email protected]>
1 parent 133dd00 commit c2a16a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Available targets:
237237
|------|--------|---------|
238238
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.24.1 |
239239
| <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 |
241241
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.24.1 |
242242

243243
## Resources

docs/terraform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
|------|--------|---------|
1919
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.24.1 |
2020
| <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 |
2222
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.24.1 |
2323

2424
## Resources

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ resource "aws_instance" "default" {
128128

129129
module "ssh_key_pair" {
130130
source = "cloudposse/key-pair/aws"
131-
version = "0.18.2"
131+
version = "0.19.0"
132132
ssh_public_key_path = local.ssh_key_pair_path
133133
private_key_extension = ".pem"
134134
generate_ssh_key = var.generate_ssh_key_pair

0 commit comments

Comments
 (0)