Skip to content

Commit a67dd8e

Browse files
renovate[bot]renovate-botcloudpossebot
authored
chore(deps): update terraform cloudposse/key-pair/aws to v0.18.2 (#33)
* chore(deps): update terraform cloudposse/key-pair/aws to v0.18.2 * Auto Format Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]>
1 parent 0537057 commit a67dd8e

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
@@ -241,7 +241,7 @@ Available targets:
241241
|------|--------|---------|
242242
| <a name="module_label"></a> [label](#module\_label) | cloudposse/label/null | 0.24.1 |
243243
| <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 |
245245
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.24.1 |
246246

247247
## 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.0 |
21+
| <a name="module_ssh_key_pair"></a> [ssh\_key\_pair](#module\_ssh\_key\_pair) | cloudposse/key-pair/aws | 0.18.2 |
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.0"
131+
version = "0.18.2"
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)