docs icon indicating copy to clipboard operation
docs copied to clipboard

Cache module docs point to a repository that doesn't exist

Open jonfairbanks opened this issue 5 months ago • 0 comments

Looking at the Valkey sample at https://docs.gruntwork.io/reference/modules/terraform-aws-cache/valkey/#sample-usage, this points to a repository that doesn't exist. This is a similar case for all other Cache modules listed in the docs.

# ------------------------------------------------------------------------------------------------------
# DEPLOY GRUNTWORK'S VALKEY MODULE
# ------------------------------------------------------------------------------------------------------

module "valkey" {
  source = "git::[email protected]:gruntwork-io/terraform-aws-cache.git//modules/valkey?ref=v1.0.1"
  ...
}

https://github.com/gruntwork-io/terraform-aws-cache returns a 404. Looking at the org level, I don't even see that this was moved/renamed, etc.

jonfairbanks avatar Jul 30 '25 18:07 jonfairbanks