v0.15.0 of the Terraform Provider for Pipes is now available.
Breaking Changes
- Attribute
github_installation_id
for resourcepipes_tenant_integration
is now of typeint
instead ofstring
. - Attribute
github_installation_id
for resourcepipes_organization_integration
is now of typeint
instead ofstring
. - Attribute
github_installation_id
for resourcepipes_user_integration
is now of typeint
instead ofstring
.
What's new?
- Data Source
pipes_organization_integration
. - Data Source
pipes_tenant_integration
. - Data Source
pipes_user_integration
. - Data Source
pipes_workspace
. - Data Source
pipes_workspace_flowpipe_pipeline
. - Resource
pipes_tenant_notifier
. - Resource
pipes_organization_notifier
. - Resource
pipes_user_notifier
. - Resource
pipes_workspace_notifier
. - Resource
pipes_workspace_flowpipe_mod
. - Resource
pipes_workspace_flowpipe_mod_variable
. - Resource
pipes_workspace_flowpipe_trigger
.
Enhancements
- Add
last_activity_at
attribute to thepipes_tenant_member
resource to track the last time a user performed an activity in the tenant. - Add
last_activity_at
attribute to thepipes_organization_member
resource to track the last time a user performed an activity in the organization. - Add
last_activity_at
attribute to thepipes_organization_workspace_member
resource to track the last time a user performed an activity in the workspace.