Skip to content

Commit

Permalink
terraform(deps): bump cloudposse/elasticache-redis/aws
Browse files Browse the repository at this point in the history
Bumps [cloudposse/elasticache-redis/aws](https://github.com/cloudposse/terraform-aws-elasticache-redis) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/cloudposse/terraform-aws-elasticache-redis/releases)
- [Commits](cloudposse/terraform-aws-elasticache-redis@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: cloudposse/elasticache-redis/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 22, 2023
1 parent 2c57259 commit 1292e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "control_panel_redis" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "cloudposse/elasticache-redis/aws"
version = "1.1.0"
version = "1.2.0"

enabled = var.redis_enabled
replication_group_id = local.redis_replication_group_id
Expand Down

0 comments on commit 1292e6c

Please sign in to comment.