Skip to content

Commit

Permalink
build(deps): bump clouddrove/ec2/aws in /_example/nlb
Browse files Browse the repository at this point in the history
Bumps [clouddrove/ec2/aws](https://github.com/clouddrove/terraform-aws-ec2) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/clouddrove/terraform-aws-ec2/releases)
- [Changelog](https://github.com/clouddrove/terraform-aws-ec2/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-aws-ec2@2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: clouddrove/ec2/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent da2fba0 commit 54f186c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/nlb/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ data "aws_iam_policy_document" "iam-policy" {
##-----------------------------------------------------
module "ec2" {
source = "clouddrove/ec2/aws"
version = "2.0.1"
version = "2.0.2"

name = local.name
environment = local.environment
Expand Down

0 comments on commit 54f186c

Please sign in to comment.