Skip to content

Commit

Permalink
Merge pull request #69 from UCL-ARC/chore-Scale-down-storage
Browse files Browse the repository at this point in the history
chore: Remove old nfs server resource
  • Loading branch information
cdkharris authored Jan 21, 2025
2 parents 80974fd + 080557a commit 8db6d2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ No providers.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_jupyter-dev"></a> [jupyter-dev](#module\_jupyter-dev) | ./modules/jupyter | n/a |
| <a name="module_online-storage-pilot"></a> [online-storage-pilot](#module\_online-storage-pilot) | ./modules/online-storage | n/a |
| <a name="module_ssrc-jupyter-pilot"></a> [ssrc-jupyter-pilot](#module\_ssrc-jupyter-pilot) | ./modules/jupyter | n/a |

## Resources
Expand Down
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 8db6d2f

Please sign in to comment.