diff --git a/mmv1/third_party/terraform/services/compute/data_source_compute_secutity_policy.go b/mmv1/third_party/terraform/services/compute/data_source_compute_security_policy.go similarity index 92% rename from mmv1/third_party/terraform/services/compute/data_source_compute_secutity_policy.go rename to mmv1/third_party/terraform/services/compute/data_source_compute_security_policy.go index d0cba3c3287b..0e08ec840b99 100644 --- a/mmv1/third_party/terraform/services/compute/data_source_compute_secutity_policy.go +++ b/mmv1/third_party/terraform/services/compute/data_source_compute_security_policy.go @@ -19,12 +19,12 @@ func DataSourceGoogleComputeSecurityPolicy() *schema.Resource { tpgresource.AddOptionalFieldsToSchema(dsSchema, "self_link") return &schema.Resource{ - Read: dataSourceComputSecurityPolicyRead, + Read: dataSourceComputeSecurityPolicyRead, Schema: dsSchema, } } -func dataSourceComputSecurityPolicyRead(d *schema.ResourceData, meta interface{}) error { +func dataSourceComputeSecurityPolicyRead(d *schema.ResourceData, meta interface{}) error { config := meta.(*transport_tpg.Config) id := "" diff --git a/mmv1/third_party/terraform/services/compute/data_source_compute_secutity_policy_test.go b/mmv1/third_party/terraform/services/compute/data_source_compute_security_policy_test.go similarity index 100% rename from mmv1/third_party/terraform/services/compute/data_source_compute_secutity_policy_test.go rename to mmv1/third_party/terraform/services/compute/data_source_compute_security_policy_test.go