Chris Mague 4 年 前
コミット
a40349781c
1 ファイル変更7 行追加6 行削除
  1. 7 6
      main.tf

+ 7 - 6
main.tf

@@ -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"