From 757f83b0ce8f8be6eef9f3a929269196a0d2a967 Mon Sep 17 00:00:00 2001 From: Arnab Dasgupta Date: Wed, 10 Jul 2024 21:44:06 +0000 Subject: [PATCH] Add upgrade guide entry --- .../docs/guides/version_6_upgrade.html.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown b/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown index e99abf069550..1d26a2b7ddfd 100644 --- a/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown +++ b/mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown @@ -165,3 +165,15 @@ resource blocks that contain both fields in a conflicting pair, and remove one o The fields that are removed from the configuration will still have Computed values, that are derived from the API. +## Resource: `google_compute_backend_service` + +### `iap.enabled` is now required in the `iap` block + +To apply the IAP settings to the backend service, `true` needs to be set for `enabled` field. + +## Resource: `google_compute_region_backend_service` + +### `iap.enabled` is now required in the `iap` block + +To apply the IAP settings to the backend service, `true` needs to be set for `enabled` field. +