Skip to content

Commit

Permalink
this is not planned
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris committed Jan 21, 2025
1 parent 80974fd commit 843b000
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,3 @@ module "ssrc-jupyter-pilot" {
condenser_ingress_isEnabled = true
condenser_ingress_test_hostname = "jupyter-pilot"
}

module "online-storage-pilot" {
source = "./modules/online-storage"

namespace = "ssrc-ns"
network_name = "ssrc-net"
vm_prefix = "ssrc-nfs-pilot"

disk_settings = {

}

public_key_openssh = var.public_key_openssh
}

0 comments on commit 843b000

Please sign in to comment.