Przeglądaj źródła

module nuxeo need ami for instance creation

Roberto Barbosa 8 lat temu
rodzic
commit
4a24b70559
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      main.tf

+ 1 - 0
main.tf

@@ -94,6 +94,7 @@ module "nuxeo" {
   instance_type = "${var.instance_type}"
   public_key_path ="${var.public_key_path}"
   secgroup = ["${module.net.sg_internal_id}"]
+  ami = "ami-111111"
 #  public_key_path="/path/to/my/pub_key"
   subnet_id="${element(module.net.private_subnets, 0)}"
 }