Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ resource "google_lustre_instance" "instance" {
filesystem = "testfs"
network = data.google_compute_network.lustre-network.id
gke_support_enabled = false
capacity_gib = 118000
capacity_gib = 472000
dynamic_tier_options {
mode = "DEFAULT_CACHE"
}
Expand Down Expand Up @@ -509,7 +509,7 @@ resource "google_lustre_instance" "instance" {
instance_id = "tf-test-my-instance%{random_suffix}"
location = "us-central1-c"
filesystem = "testfs"
capacity_gib = 118000
capacity_gib = 472000
network = data.google_compute_network.lustre-network.id
description = "test-description"
dynamic_tier_options {
Expand Down
Loading