From 800dc599aeb5ec2000b52d9ad4c416087119f12b Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 9 Jul 2024 14:38:09 -0700 Subject: [PATCH] Sync version_6_upgrade.html.markdown (#11128) (#18685) [upstream:48507d229ca7d8d444df782c64efaa0665f95cee] Signed-off-by: Modular Magician --- .changelog/11128.txt | 3 +++ website/docs/guides/version_6_upgrade.html.markdown | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .changelog/11128.txt diff --git a/.changelog/11128.txt b/.changelog/11128.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/11128.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/guides/version_6_upgrade.html.markdown b/website/docs/guides/version_6_upgrade.html.markdown index a32f7fa8fb5..089b4db3abc 100644 --- a/website/docs/guides/version_6_upgrade.html.markdown +++ b/website/docs/guides/version_6_upgrade.html.markdown @@ -113,3 +113,9 @@ Description of the change and how users should adjust their configuration (if ne ### `settings.ip_configuration.require_ssl` is now removed Removed in favor of field `settings.ip_configuration.ssl_mode`. + +## Resource: `google_pubsub_topic` + +### `schema_settings` no longer has a default value + +An empty value means the setting should be cleared.