mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 00:33:41 -04:00
Comment explaining resource to delete
This commit is contained in:
@@ -16,7 +16,7 @@ module "database" {
|
|||||||
rds_plan_name = "micro-psql"
|
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"
|
source = "github.com/18f/terraform-cloudgov//redis?ref=v0.7.1"
|
||||||
|
|
||||||
cf_org_name = local.cf_org_name
|
cf_org_name = local.cf_org_name
|
||||||
|
|||||||
Reference in New Issue
Block a user