Skip to content

Commit

Permalink
Bump clouddrove/kms/aws in /_example/logging-encryption-s3 (#43)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 29, 2023
1 parent b59b6e1 commit 6031ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/logging-encryption-s3/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 6031ee9

Please sign in to comment.