From 790347e45b82bdb2f713de426c6ef7637cf13c96 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Fri, 6 Dec 2019 14:58:10 -0800 Subject: [PATCH] more fixes --- templates/terraform/extra_schema_entry/subnetwork.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.", },