Skip to content

Commit

Permalink
Bump clouddrove/kms/aws from 1.3.0 to 1.3.1 in /_example/complete (#41)
Browse files Browse the repository at this point in the history
Bumps [clouddrove/kms/aws](https://github.com/clouddrove/terraform-aws-kms) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/clouddrove/terraform-aws-kms/releases)
- [Changelog](https://github.com/clouddrove/terraform-aws-kms/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-aws-kms@1.3.0...1.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 787a2a7 commit b65024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "logging_bucket" {
##----------------------------------------------------------------------------------
module "kms_key" {
source = "clouddrove/kms/aws"
version = "1.3.0"
version = "1.3.1"
name = "kms"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit b65024f

Please sign in to comment.