Skip to content

Commit

Permalink
Adding deployment_type to GA (#12634) (#878)
Browse files Browse the repository at this point in the history
[upstream:a8d9f29193635e7a78bece5533f471ea6fa35c05]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 26, 2024
1 parent 8d84908 commit d04a03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parallelstore_instance_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit d04a03a

Please sign in to comment.