Parcourir la source

include the tmux module

Chris Mague il y a 4 ans
Parent
commit
a384b34655
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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" {