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 5b97efe08867..3d80868423af 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 @@ -145,3 +145,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` + +### `enabled` is the new and only required field for message IAP + +To apply the IAP settings to the backend service, `true` needs to be set for `enabled` field. + +## Resource: `google_compute_region_backend_service` + +### `enabled` is the new and only required field for message IAP + +To apply the IAP settings to the backend service, `true` needs to be set for `enabled` field. +