Skip to content

Commit

Permalink
chore: update template pin to version
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Feb 23, 2022
1 parent 28b6607 commit 9c33fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ resource "random_pet" "this" {
}

module "default" {
# source = "github.com/geometry-labs/terraform-polkadot-aws-node.git?ref={{module_version}}"
source = "../.."
source = "github.com/geometry-labs/terraform-polkadot-aws-node.git?ref={{module_version}}"
# source = "../.."
name = "default-${random_pet.this.id}"
public_key = var.public_key
private_key_path = var.private_key_path
Expand Down

0 comments on commit 9c33fd9

Please sign in to comment.