Skip to content

Commit

Permalink
[Terraform] Add tags set conversion to upgrade guide (#1044)
Browse files Browse the repository at this point in the history
Merged PR #1044.
  • Loading branch information
danawillow authored and modular-magician committed Dec 12, 2018
1 parent 15115a9 commit ed751b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Expand Up @@ -468,6 +468,12 @@ Autogenerated buckets are shared by all clusters in the same region, so deleting
this bucket could adversely harm other dataproc clusters. If you need a bucket
that can be deleted, please create a new one and set the `staging_bucket` field.

### `cluster_config.0.gce_cluster_config.0.tags` is now a Set

The order of entries in `tags` no longer matters. Any configurations that
interpolate based on an item at a specific index will need to be updated, as items
may have been reordered.

## Resource: `google_filestore_instance`

### filestore resources have been removed from the GA provider
Expand Down

0 comments on commit ed751b4

Please sign in to comment.