We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0643409 commit a9ae229Copy full SHA for a9ae229
lustre_instance_basic/main.tf
@@ -1,11 +1,12 @@
1
resource "google_lustre_instance" "instance" {
2
- instance_id = "my-instance-${local.name_suffix}"
3
- location = "us-central1-a"
4
- description = "test lustre instance"
5
- filesystem = "testfs"
6
- capacity_gib = 18000
7
- network = data.google_compute_network.lustre-network.id
8
- labels = {
+ instance_id = "my-instance-${local.name_suffix}"
+ location = "us-central1-a"
+ description = "test lustre instance"
+ filesystem = "testfs"
+ capacity_gib = 18000
+ network = data.google_compute_network.lustre-network.id
+ per_unit_storage_throughput = 1000
9
+ labels = {
10
test = "value"
11
}
12
timeouts {
0 commit comments