Skip to content

Commit

Permalink
Merge pull request #48 from WadeBarnes/update/indy-node-module
Browse files Browse the repository at this point in the history
Update indy-node module to version 1.1.0
  • Loading branch information
SylvainMartel authored Oct 5, 2022
2 parents 3958d4b + d3bac82 commit 1620089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1620089

Please sign in to comment.