Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving Ansible fingerprint to match TF #2787

Merged
merged 11 commits into from
Dec 6, 2019
Prev Previous commit
Next Next commit
riley's fix
  • Loading branch information
rambleraptor authored and modular-magician committed Dec 6, 2019
commit 3f44768c76b5306a4ed706f6763cc6fa95a240da
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.`
},