Magic Modules changes. (#2461)

<!-- This change is generated by MagicModules. -->
/cc @slevenick
This commit is contained in:
The Magician 2018-11-13 14:42:16 -08:00 committed by Nathan McKinley
parent 97fb6ace59
commit c4cda8102e

View File

@ -357,6 +357,11 @@ The `node_config` block supports:
* `service_account` - (Optional) The service account to be used by the Node VMs. * `service_account` - (Optional) The service account to be used by the Node VMs.
If not specified, the "default" service account is used. If not specified, the "default" service account is used.
In order to use the configured `oauth_scopes` for logging and monitoring, the service account being used needs the
[roles/logging.logWriter](https://cloud.google.com/iam/docs/understanding-roles#stackdriver_logging_roles) and
[roles/monitoring.metricWriter](https://cloud.google.com/iam/docs/understanding-roles#stackdriver_monitoring_roles) roles.
-> Projects that enable the [Cloud Compute Engine API](https://cloud.google.com/compute/) with Terraform may need these roles added manually to the service account. Projects that enable the API in the Cloud Console should have them added automatically.
* `tags` - (Optional) The list of instance tags applied to all nodes. Tags are used to identify * `tags` - (Optional) The list of instance tags applied to all nodes. Tags are used to identify
valid sources or targets for network firewalls. valid sources or targets for network firewalls.