Skip to content

Commit

Permalink
Merge pull request #33 from cisagov/dependabot/terraform/cloudposse/k…
Browse files Browse the repository at this point in the history
…ey-pair/aws-0.20.0

Bump cloudposse/key-pair/aws from 0.18.3 to 0.20.0
  • Loading branch information
dav3r authored Dec 2, 2024
2 parents b137ad2 + ddf8d60 commit fae0724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ that can be used to create a Cyber Hygiene (CyHy) environment in AWS.

| Name | Source | Version |
|------|--------|---------|
| aws\_key\_pair | cloudposse/key-pair/aws | 0.18.3 |
| aws\_key\_pair | cloudposse/key-pair/aws | 0.20.0 |
| cvesync\_eventbridge | terraform-aws-modules/eventbridge/aws | 3.11.0 |
| cvesync\_lambda | terraform-aws-modules/lambda/aws | 7.9.0 |
| documentdb-cluster | cloudposse/documentdb-cluster/aws | 0.27.0 |
Expand Down
2 changes: 1 addition & 1 deletion ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "aws_key_pair" {
}

source = "cloudposse/key-pair/aws"
version = "0.18.3"
version = "0.20.0"

generate_ssh_key = true
name = "ec2"
Expand Down

0 comments on commit fae0724

Please sign in to comment.