Skip to content

Commit e9b77b2

Browse files
committed
rename the examples file
1 parent ba41fc7 commit e9b77b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/products/netapp/VolumeQuotaRule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ examples:
5050
volume_name: 'test-volume'
5151
pool_name: 'test-pool'
5252
network_name: 'test-network'
53-
quotaRule_name: 'testvolume-quotarule'
53+
quota_rule_name: 'test-volume-quota_rule'
5454
test_vars_overrides:
5555
'network_name': 'acctest.BootstrapSharedServiceNetworkingConnection(t, "gcnv-network-config-1", acctest.ServiceNetworkWithParentService("netapp.servicenetworking.goog"))'
5656
parameters:

mmv1/templates/terraform/examples/netapp_volume_quotaRule_basic.tf.tmpl renamed to mmv1/templates/terraform/examples/netapp_volume_quota_rule_basic.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "google_netapp_volume_quota_rule" "{{$.PrimaryResourceId}}" {
2121
volume_name = google_netapp_volume.default.name
2222
type = "DEFAULT_USER_QUOTA"
2323
disk_limit_mib = 50
24-
name = "{{index $.Vars "quotaRule_name"}}"
24+
name = "{{index $.Vars "quota_rule_name"}}"
2525
}
2626

2727
data "google_compute_network" "default" {

0 commit comments

Comments
 (0)