From c646087704228505c00aacec0f62d81e2e627014 Mon Sep 17 00:00:00 2001 From: sandrampeter Date: Tue, 10 Dec 2024 10:42:52 -0500 Subject: [PATCH] not required --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index 33a327b6..b1517649 100644 --- a/main.tf +++ b/main.tf @@ -100,7 +100,6 @@ module "redis_sentinel" { source = "./modules/redis-sentinel" domain_name = var.domain_name - tfe_instance_sg = module.vm.tfe_instance_sg aws_iam_instance_profile = module.service_accounts.iam_instance_profile.name asg_tags = var.asg_tags