Skip to content

Commit

Permalink
Add upgrade guide entry
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabadg-google committed Jul 10, 2024
1 parent 4ba73ff commit 0ce21d7
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0ce21d7

Please sign in to comment.