- Uniformed logs and diagnostics:
- Logging and adding to diagnostics is done by the highest level function (Create/Read/Update/Delete/Import) using `LogAndAddError`
- Lower-level routines' signature changed to return error instead of writing to diagnostics
- Standardize summary and details across services
- Removed manual adding of relevant variables to details (they're in the context, TF adds them to logs)
- Changed validators to be closer to official implementation
- Fix logging wrong output after wait
- Fix Argus checking wrong diagnostics
- Fix Resource Manager not updating state after project update
- Fix unnecessary pointer in LogAndAddError
* Add internal ID structure to DSA instance descriptions
* Add internal ID structure to DSA credential descriptions
* Add internal ID structure to Argus descriptions
* Add internal ID structure to DNS descriptions
* Add internal ID structure to PostgresFlex descriptions
* Add internal ID structure to ResourceManager descriptions
* Add internal ID structure to SKE descriptions
* Generate updated docs
* Add first basis for migration guide
* Fix API returning error on updates
* Add DNS zone update test
* Fix primaires not used to update
* Add primaries to model
---------
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>