terraform-provider-google/website/docs
Conor Gilsenan 82e6e48723 Google compute instance doc updates (#3115)
* Clean up description of access_config block

* format whitespace

* Add default values and doc relationship between fields.

Attempting to create an instance with:

```
scheduling {
  preemptible = true
}
```

yields the following error (whitespace reformatted):

```
Error: Error applying plan:

1 error(s) occurred:

* google_compute_instance.test: 1 error(s) occurred:

* google_compute_instance.test: Error creating instance: googleapi: Error 400:
                                Invalid value for field
                                'resource.scheduling.preemptible': 'true'.
                                Scheduling must have preemptible be false when
                                AutomaticRestart is true., invalid
```

Documenting the default values for each field and the relationship
between then will help users avoid this error.
2019-03-07 08:52:06 -08:00
..
d Allow fuzzy matching GKE versions in the GKE version datasource (#3199) 2019-03-06 15:12:33 -08:00
r Google compute instance doc updates (#3115) 2019-03-07 08:52:06 -08:00
getting_started.html.markdown Refresh provider docs in anticipation of 2.0.0 (#2981) 2019-02-01 13:26:59 -08:00
index.html.markdown Refresh provider docs in anticipation of 2.0.0 (#2981) 2019-02-01 13:26:59 -08:00
provider_reference.html.markdown Update the 2.0.0 Upgrade Guide, misc. other docs (#3031) 2019-02-11 15:24:23 -08:00
provider_versions.html.markdown Refresh provider docs in anticipation of 2.0.0 (#2981) 2019-02-01 13:26:59 -08:00
version_2_upgrade.html.markdown Add Bigtable column_family to the upgrade guide (#3054) 2019-02-15 10:20:53 -08:00