Skip to content

Commit

Permalink
Merge pull request #1736 from GSA/jskinne3-sandbox-remove-old-redis
Browse files Browse the repository at this point in the history
Delete outdated Redis instance from Sandbox Terraform config
  • Loading branch information
ccostino authored Jul 17, 2024
2 parents 2242bb1 + 5800f92 commit 7507de9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions terraform/sandbox/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ locals {
recursive_delete = true
}

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
cf_space_name = local.cf_space_name
name = "${local.app_name}-redis-${local.env}"
recursive_delete = local.recursive_delete
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 7507de9

Please sign in to comment.