Ability to manage integrations through Terraform
The issue right now is that the user needs to create integration manually using UI, then we can import to terraform code. We want to have also creation part in terraform. Terraform is by default tool which should support all crud(create/read/update/delete) actions. 
In this case create action is not supported.
This is problematic when we will have multiple integrations and multiple environments as we will need to do this manually per each integration and environment. (ed