Skip to content

Commit

Permalink
[fullnode] add gcp folder for fullnode terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored and aptos-bot committed Mar 26, 2022
1 parent 7846bea commit d43cab1
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions terraform/fullnode/main.tf → terraform/fullnode/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {
}

module "eks" {
source = "../modules/eks"
source = "../../modules/eks"
region = var.region
workspace_name_override = "pfn-${terraform.workspace}"
eks_cluster_name = "aptos-pfn-${terraform.workspace}"
Expand Down Expand Up @@ -109,7 +109,7 @@ resource "helm_release" "pfn" {
resource "helm_release" "fullnode" {
count = var.num_fullnodes
name = "pfn${count.index}"
chart = "${path.module}/../helm/fullnode"
chart = "${path.module}/../../helm/fullnode"
max_history = 10
wait = false

Expand Down Expand Up @@ -145,7 +145,7 @@ resource "helm_release" "fullnode" {
resource "helm_release" "pfn-logger" {
count = var.enable_pfn_logger ? 1 : 0
name = "pfn-logger"
chart = "${path.module}/../helm/logger"
chart = "${path.module}/../../helm/logger"
max_history = 10
wait = false

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d43cab1

Please sign in to comment.