Azure postgresql storage setup
Storage-auto-grow feature is enabled in Postgres, so it increases storage size by adding 5gb each time when out of capacity.
This feature is not compatible with current terraform scripts as Postgres storage size is hardcoded in terraform and we need to use lifecycle ignore_changes for this attribute.
Edited by Oleksandr Stetskiv-SLB