Comment explaining resource to delete

This commit is contained in:
John Skiles Skinner
2024-06-18 10:16:16 -07:00
parent a75bc67d23
commit e52f44a0d9

View File

@@ -16,7 +16,7 @@ module "database" {
rds_plan_name = "micro-psql"
}
module "redis" {
module "redis" { # default v6.2; delete after v7.0 resource is bound
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.7.1"
cf_org_name = local.cf_org_name