diff --git a/parallelstore_instance_basic/main.tf b/parallelstore_instance_basic/main.tf index 0c43c9c6..9bacc38b 100644 --- a/parallelstore_instance_basic/main.tf +++ b/parallelstore_instance_basic/main.tf @@ -6,6 +6,7 @@ resource "google_parallelstore_instance" "instance" { network = google_compute_network.network.name file_stripe_level = "FILE_STRIPE_LEVEL_MIN" directory_stripe_level = "DIRECTORY_STRIPE_LEVEL_MIN" +deployment_type = "SCRATCH" labels = { test = "value" }