Skip to content

Commit

Permalink
Upgrade guide entry for consumer_accept_lists (#9059) (#6376)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 25, 2023
1 parent 78f1565 commit 7552249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/9059.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
5 changes: 5 additions & 0 deletions website/docs/guides/version_5_upgrade.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,11 @@ resource "google_secret_manager_secret" "my-secret" {

`reconcile_connections` previously defaults to true. Now it will default from the API.

### Retyped `consumer_accept_lists` to SET from ARRAY

Previously, `consumer_accept_lists` was a list, making it order-dependent. It is now a set.

If you were relying on accessing an individual flag by index (for example, `google_compute_service_attachment.consumer_accept_lists.0.project_id_or_num`), then that will now need to by hash (for example, `google_compute_service_attachment.consumer_accept_lists.<some-hash>.project_id_or_num`).

## Resource: `google_dataflow_flex_template_job`

Expand Down

0 comments on commit 7552249

Please sign in to comment.