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 5685832 commit 450220a
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,16 @@ Description of the change and how users should adjust their configuration (if ne
### `settings.ip_configuration.require_ssl` is now removed

Removed in favor of field `settings.ip_configuration.ssl_mode`.

## 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 450220a

Please sign in to comment.