Skip to content

Commit

Permalink
Revert "Fix disk family for provider 0.3.20"
Browse files Browse the repository at this point in the history
This reverts commit fe63ecd.
  • Loading branch information
d3vil-st committed Sep 12, 2024
1 parent c156133 commit a7c5797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gluster-module/disks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "nebius_compute_v1_disk" "glusterfs-boot-disk" {
block_size_bytes = 4096
size_bytes = 64424509440
type = "NETWORK_SSD"
source_image_family = { image_family = "ubuntu22.04-cuda12" }
source_image_family = "ubuntu22.04-cuda12"
}

resource "nebius_compute_v1_disk" "glusterfs-storage-disk" {
Expand All @@ -22,4 +22,4 @@ resource "nebius_compute_v1_disk" "glusterfs-storage-disk" {
block_size_bytes = var.disk_block_size
size_bytes = var.disk_size # 100 GB
type = var.disk_type
}
}

0 comments on commit a7c5797

Please sign in to comment.