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 17, 2024
1 parent 4590603 commit 757f83b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 757f83b

Please sign in to comment.