Skip to content

Commit

Permalink
renamed the terraform module to filecoin node
Browse files Browse the repository at this point in the history
Signed-off-by: samuelarogbonlo <sbayo971@gmail.com>
  • Loading branch information
samuelarogbonlo committed Jun 29, 2023
1 parent 7e49ea5 commit 812c75e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/forest-calibnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}

module "calibnet" {
source = "../modules/forest_node"
source = "../modules/filecoin_node"

do_token = var.do_token
name = var.name
Expand Down
2 changes: 1 addition & 1 deletion terraform/forest-mainnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}

module "mainnet" {
source = "../modules/forest_node"
source = "../modules/filecoin_node"

do_token = var.do_token
name = var.name
Expand Down
4 changes: 2 additions & 2 deletions terraform/lotus-mainnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ terraform {
}
}

module "lotus-calibnet" {
source = "../modules/forest_node"
module "lotus-mainnet" {
source = "../modules/filecoin_node"

do_token = var.do_token
name = "lotus"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 812c75e

Please sign in to comment.