Skip to content

Commit d673696

Browse files
chore(deps): update terraform cloudposse/key-pair/aws to v0.20.0
1 parent 90eb9c8 commit d673696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.19.0"
131+
version = "0.20.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)