The biggest changes are in the attributes for endpoints. To account for databases and apps, I changed app_id to resource_id and added a resource_type parameter since the creation and setting of attrs differs between the 2 resource types.
I'll run go mod tidy and get the newest version of aptible/go-deploy once the related go-deploy PR gets merged.
The biggest changes are in the attributes for endpoints. To account for databases and apps, I changed
app_id
toresource_id
and added aresource_type
parameter since the creation and setting of attrs differs between the 2 resource types.I'll run
go mod tidy
and get the newest version ofaptible/go-deploy
once the relatedgo-deploy
PR gets merged.Related go-deploy PR