Ver Fonte

include the tmux module

Chris Mague há 4 anos atrás
pai
commit
a384b34655
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      main.tf

+ 8 - 0
main.tf

@@ -38,6 +38,14 @@ module "nodes" {
   }
 }
 
+module "tmux" {
+  source  = "../tfmodule-cloud-tmux"
+  ssh-key = "${var.vpc-name}.pem"
+  user    = "ubuntu"
+  nodes   = module.nodes.node-ips
+}
+
+
 # Start CP Redis Testernode
 
 resource "aws_instance" "re" {