|
@@ -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
|
|
# Start CP Redis Testernode
|
|
|
|
|
|
resource "aws_instance" "re" {
|
|
resource "aws_instance" "re" {
|