Kong / terraform-provider-kong-gateway

2 stars 1 forks source link

Support custom plugins #3

Open mheap opened 1 month ago

mheap commented 1 month ago

Add support for custom plugins like terraform-provider-konnect

nathanloyer commented 2 weeks ago

I'm interested in utilizing this terraform provider as well, but not supporting custom pluings is going to be a blocker for adoption for me. My team has a couple dozen plugins we've wrote for ourselves so custom plugins is a hard requirement for us. Today we have our own terraform module we've written that hits the kong admin apis, but the approach in this repo is much better than what we have written and we would like to use this provider instead of our own solution.