Skip to content

Commit

Permalink
Merge pull request #1137 from GSA/remove-old-redis
Browse files Browse the repository at this point in the history
Removed old redis from terraform.
  • Loading branch information
ccostino authored Jun 27, 2024
2 parents f14cdd6 + 85aaa29 commit 1c4c524
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions terraform/demo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ module "database" {
rds_plan_name = "micro-psql"
}

module "redis" { # default v6.2; delete after v7.0 resource is bound
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"

cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
name = "${local.app_name}-redis-${local.env}"
redis_plan_name = "redis-dev"
}

module "redis-v70" {
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"

Expand Down
9 changes: 0 additions & 9 deletions terraform/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ module "database" {
rds_plan_name = "small-psql-redundant"
}

module "redis" { # default v6.2; delete after v7.0 resource is bound
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"

cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
name = "${local.app_name}-redis-${local.env}"
redis_plan_name = "redis-3node-large"
}

module "redis-v70" {
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"

Expand Down
9 changes: 0 additions & 9 deletions terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ module "database" {
rds_plan_name = "micro-psql"
}

module "redis" { # default v6.2; delete after v7.0 resource is bound
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"

cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
name = "${local.app_name}-redis-${local.env}"
redis_plan_name = "redis-dev"
}

module "redis-v70" {
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"

Expand Down

0 comments on commit 1c4c524

Please sign in to comment.