Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored and modular-magician committed Dec 6, 2019
1 parent 3f44768 commit fae8832
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/terraform/extra_schema_entry/subnetwork.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},

0 comments on commit fae8832

Please sign in to comment.