Terraform Management of Integrations
Jonathan Gruber
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
Matan Grady
Merged in a post:
Terraform Provider | Support Ocean Saas integration installation as part of the integration resource
Matar Peles
Today you can only manage the integration configuration using Terraform, but ideally we would want Terraform to also install the integration in Port hosted integrations on first Terraform apply.
Matan Grady
Merged in a post:
Terraform integration: new integrations can't be created
J
John Häggkvist
Terraform can only manage existing integrations — it can't create new ones yet. We do not have the APIs to create integrations via API or Pulumi or Terraform today
E
Eamon Mason
We use pipeline automation for all environments to configure with Terraform. Not being able to install the integration with Port is a blocker. Our focus is primarily on self-hosted Ocean integrations.