You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to update an integration that includes a change to the installation_id, the provider gives this error.
╷
│ Error: failed to update integration
│
│ with port_integration.my_integration,
│ on .terraform/main.tf line 8, in resource "port_integration""my_integration":
│ 8:resource"port_integration""my_integration" {
│
│ failed to update integration, got:
│ {"ok":false,"error":"not_found","message":"Integration with installationId│ \"tf-my-ocean-integration\" was not│ found","details":{"resource":"Integration","byField":"installationId","withValue":"tf-my-ocean-integration"}}
╵
When trying to update an integration that includes a change to the
installation_id
, the provider gives this error.example main.tf
initial main.tf
The text was updated successfully, but these errors were encountered: