@@ -42,6 +42,7 @@ and `replica_zone` values to reflect the current state, or Terraform will initia
42
42
the next apply. You can trigger a manual
43
43
[ zone switch] ( https://cloud.google.com/netapp/volumes/docs/configure-and-use/storage-pools/edit-or-delete-storage-pool#switch_active_and_replica_zones )
44
44
via Terraform by swapping the value of the ` zone ` and ` replica_zone ` parameters in your HCL code.
45
+ Note: Custom Performance FLEX storage pools are supported in beta provider currently.
45
46
46
47
47
48
To get more information about StoragePool, see:
@@ -177,6 +178,18 @@ The following arguments are supported:
177
178
Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false.
178
179
Auto-tiering can be enabled after storage pool creation but it can't be disabled once enabled.
179
180
181
+ * ` custom_performance_enabled ` -
182
+ (Optional, [ Beta] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
183
+ Optional. True if using Independent Scaling of capacity and performance (Hyperdisk). Default is false.
184
+
185
+ * ` total_throughput_mibps ` -
186
+ (Optional, [ Beta] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
187
+ Optional. Custom Performance Total Throughput of the pool (in MiB/s).
188
+
189
+ * ` total_iops ` -
190
+ (Optional, [ Beta] ( https://terraform.io/docs/providers/google/guides/provider_versions.html ) )
191
+ Optional. Custom Performance Total IOPS of the pool If not provided, it will be calculated based on the totalThroughputMibps
192
+
180
193
* ` project ` - (Optional) The ID of the project in which the resource belongs.
181
194
If it is not provided, the provider project is used.
182
195
0 commit comments