Without this change, deployments managed through the CLI or Terraform provider will not have their integrations server resources upgraded along with other resources within the deployment.
How Has This Been Tested?
Unit tests
Types of Changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Refactoring (improves code quality but has no user-facing effect)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Documentation
Readiness Checklist
[x] My code follows the code style of this project
[ ] My change requires a change to the documentation
Description
Applies Create or Update payload overrides to integrations server resources.
Related Issues
Fixes https://github.com/elastic/cloud-sdk-go/issues/400
Motivation and Context
Without this change, deployments managed through the CLI or Terraform provider will not have their integrations server resources upgraded along with other resources within the deployment.
How Has This Been Tested?
Unit tests
Types of Changes
Readiness Checklist