Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 074a2cc commit be29bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/ec2-network-mode-awsvpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ data "aws_iam_policy_document" "default" {
####----------------------------------------------------------------------------------
module "acm" {
source = "clouddrove/acm/aws"
version = "1.3.0"
version = "1.4.1"

name = "certificate"
environment = "test"
Expand Down

0 comments on commit be29bb7

Please sign in to comment.