Skip to content

Commit

Permalink
Merge pull request #37 from cisagov/dependabot/terraform/cloudposse/e…
Browse files Browse the repository at this point in the history
…c2-instance/aws-1.6.1

Bump cloudposse/ec2-instance/aws from 1.6.0 to 1.6.1
  • Loading branch information
dav3r authored Dec 3, 2024
2 parents fae0724 + 3da7a0b commit b627076
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 @@ -60,7 +60,7 @@ that can be used to create a Cyber Hygiene (CyHy) environment in AWS.
| 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 |
| ec2 | cloudposse/ec2-instance/aws | 1.6.0 |
| ec2 | cloudposse/ec2-instance/aws | 1.6.1 |
| kevsync\_eventbridge | terraform-aws-modules/eventbridge/aws | 3.11.0 |
| kevsync\_lambda | terraform-aws-modules/lambda/aws | 7.9.0 |
| subnets | cloudposse/dynamic-subnets/aws | 2.4.2 |
Expand Down
2 changes: 1 addition & 1 deletion ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "ec2" {
}

source = "cloudposse/ec2-instance/aws"
version = "1.6.0"
version = "1.6.1"

associate_public_ip_address = true
instance_type = "t3.micro"
Expand Down

0 comments on commit b627076

Please sign in to comment.