Skip to content

Commit

Permalink
tabs to spaces in resource block
Browse files Browse the repository at this point in the history
Co-authored-by: Shuya Ma <[email protected]>
  • Loading branch information
okrause and shuyama1 authored Feb 15, 2024
1 parent f100278 commit f1a3292
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ resource "google_netapp_volume_replication" "test_replication" {
volume_name = google_netapp_volume.source_volume.name
name = "tf-test-test-replication%{random_suffix}"
replication_schedule = "EVERY_10_MINUTES"
description = "This is a replication resource"
labels = {
key = "test"
value = "replication"
}
description. = "This is a replication resource"
labels = {
key = "test"
value = "replication"
}
destination_volume_parameters {
storage_pool = google_netapp_storage_pool.destination_pool.id
volume_id = "tf-test-destination-volume%{random_suffix}"
Expand Down

0 comments on commit f1a3292

Please sign in to comment.