Skip to content

Commit

Permalink
Update version_5_upgrade.html.markdown for google_compute_security_po…
Browse files Browse the repository at this point in the history
  • Loading branch information
hao-nan-li authored and joelkattapuram committed Sep 20, 2023
1 parent febde4d commit 47a8c5b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,9 @@ This change involved the following resources: `google_game_services_game_server_
Previously, `database_flags` 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_sql_database_instance.instance.settings.0.database_flags.0.name`), then that will now need to by hash (for example, `google_sql_database_instance.instance.settings.0.database_flags.<some-hash>.name`).

## Resource: `google_compute_security_policy`

### `rule.rate_limit_options.encorce_on_key` no longer has default value

Previously, the default value for `rule.rate_limit_options.encorce_on_key` is "ALL", now this field no longer has a default value.

0 comments on commit 47a8c5b

Please sign in to comment.