Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 8db6d2f

Browse files
authored
Merge pull request #69 from UCL-ARC/chore-Scale-down-storage
chore: Remove old nfs server resource
2 parents 80974fd + 080557a commit 8db6d2f

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

terraform/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ No providers.
1717
| Name | Source | Version |
1818
|------|--------|---------|
1919
| <a name="module_jupyter-dev"></a> [jupyter-dev](#module\_jupyter-dev) | ./modules/jupyter | n/a |
20-
| <a name="module_online-storage-pilot"></a> [online-storage-pilot](#module\_online-storage-pilot) | ./modules/online-storage | n/a |
2120
| <a name="module_ssrc-jupyter-pilot"></a> [ssrc-jupyter-pilot](#module\_ssrc-jupyter-pilot) | ./modules/jupyter | n/a |
2221

2322
## Resources

terraform/main.tf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,3 @@ module "ssrc-jupyter-pilot" {
3232
condenser_ingress_isEnabled = true
3333
condenser_ingress_test_hostname = "jupyter-pilot"
3434
}
35-
36-
module "online-storage-pilot" {
37-
source = "./modules/online-storage"
38-
39-
namespace = "ssrc-ns"
40-
network_name = "ssrc-net"
41-
vm_prefix = "ssrc-nfs-pilot"
42-
43-
disk_settings = {
44-
45-
}
46-
47-
public_key_openssh = var.public_key_openssh
48-
}

0 commit comments

Comments
 (0)