From a9af42e318102fc8f9accde8820183daeca6da81 Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Tue, 12 Nov 2019 11:21:23 -0800 Subject: [PATCH] Add note on id format changes --- .../website/docs/guides/version_3_upgrade.html.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown b/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown index 6e70ed014392..6397fec4f471 100644 --- a/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown +++ b/third_party/terraform/website/docs/guides/version_3_upgrade.html.markdown @@ -52,6 +52,7 @@ so Terraform knows to manage them. - [Provider Version Configuration](#provider-version-configuration) +- [ID Format Changes](#id-format-changes) - [Data Source: `google_container_engine_versions`](#data-source-google_container_engine_versions) - [Resource: `google_app_engine_application`](#resource-google_app_engine_application) - [Resource: `google_cloudfunctions_function`](#resource-google_cloudfunctions_function) @@ -118,6 +119,12 @@ provider "google" { } ``` + +## ID Format Changes + +ID formats on many resources have changed. ID formats have standardized on being similar to the `self_link` of +a resource. Users who depended on particular ID formats in previous versions may be impacted. + ## Data Source: `google_container_engine_versions` ### `region` and `zone` are now removed