google_compute_instance change a removed field from optional -> computed (#3010)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2019-02-06 16:22:35 -08:00 committed by Riley Karson
parent 8a237de2dd
commit f9903ee041

View File

@ -287,7 +287,7 @@ func resourceComputeInstance() *schema.Resource {
"create_timeout": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Removed: "Use timeouts block instead.",
},