Skip to content

Commit

Permalink
riley's fix
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 db1a5f2 commit 3f44768
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/terraform/extra_schema_entry/subnetwork.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
Computed: true,
Optional: true,
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.`
},

0 comments on commit 3f44768

Please sign in to comment.