| 
					
				 | 
			
			
				@@ -46,12 +46,13 @@ module "tmuxer" { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 module "dns-lb" { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  source      = "../tfmodule-aws-dns-lb" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  profile     = var.profile 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  region      = var.region 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  vpc-subnets = module.vpc.subnets-public 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  vpc-id      = module.vpc.vpc-id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  node-ids    = module.nodes.node-ids 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  source       = "../tfmodule-aws-dns-lb" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  profile      = var.profile 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  region       = var.region 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  vpc-subnets  = module.vpc.subnets-public 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  vpc-id       = module.vpc.vpc-id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  node-ids     = module.nodes.node-ids 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  cluster-name = "maguetest.redisdemo.com" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   common-tags = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "Owner"   = "maguec" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     "Project" = "AWS Testing Environment" 
			 |