From d3bac8216d888274852af0703cf57f53692c5ecd Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Wed, 5 Oct 2022 06:44:34 -0700 Subject: [PATCH] Update indy-node module to version 1.1.0 Signed-off-by: Wade Barnes --- terraform/aws/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/main.tf b/terraform/aws/main.tf index 26294ca..4568597 100644 --- a/terraform/aws/main.tf +++ b/terraform/aws/main.tf @@ -2,7 +2,7 @@ # - When using elastic IP addresses, the limit is 5 per region # so, you are limited to 2 nodes using elastic IP addresses. module "indy-node" { - source = "github.com/CQEN-QDCE/terraform-aws-indy-node?ref=1.0.0" + source = "github.com/CQEN-QDCE/terraform-aws-indy-node?ref=1.1.0" count = var.candy_instance_count