Examples of Terraform Plan Changes

This section provides a few examples of the types of changes the Terraform Plan stage makes before pausing at the Approval Gate. This is not an exhaustive list.

It will change virtual_network_type from None to External.

It will add the subnet_id.

It will update app services. For example, the enablePersonalStatus app setting for the admin_portal app service will change from True to False.

Last updated