diff --git a/templates/terraform/extra_schema_entry/subnetwork.erb b/templates/terraform/extra_schema_entry/subnetwork.erb index 33a621f39b97..f9a451f81aba 100644 --- a/templates/terraform/extra_schema_entry/subnetwork.erb +++ b/templates/terraform/extra_schema_entry/subnetwork.erb @@ -19,8 +19,8 @@ Removed: "This field is being removed in favor of log_config. If log_config is present, flow logs are enabled. Please remove this field", }, "fingerprint": { - Type: schema.TypeString, - Computed: true, - Description: `Fingerprint of this resource. This field is used internally during updates of this resource.`, - Deprecated: `This field is not useful for users, and has been removed as an output.` + Type: schema.TypeString, + Computed: true, + Description: "Fingerprint of this resource. This field is used internally during updates of this resource.", + Deprecated: "This field is not useful for users, and has been removed as an output.", },