mulesoft-anypoint / terraform-provider-anypoint

The Anypoint Platform Terraform Provider
https://registry.terraform.io/providers/mulesoft-anypoint/anypoint/latest
MIT License
12 stars 6 forks source link

feature request #6

Closed AgentGoldPaw closed 8 months ago

AgentGoldPaw commented 1 year ago

Is there any plans to expand this module to account for private spaces or anything related to the latest updates to the platform?

soufi commented 1 year ago

Hi @RedMunroe, I've been thinking on taking on the Cloudhub 2.0 features and integrate them here. Only problem is that I am the only maintainer of this project and I'm trying to keep it alive on top of my other projects.

I can add some to the todo list if you can list the features your organization is interested in.

There's a discord server also (https://discord.gg/RmbsuMV8), I'm trying to gather as many people as possible that are interested in this project

AgentGoldPaw commented 1 year ago

@soufi never written a provider, but I know go. So I would be willing to contribute to the project.

soufi commented 1 year ago

We have a framework that will allow you to deliver the resources quite easily, join the discord and we can schedule calls where I can help you out understand how it works.

AgentGoldPaw commented 1 year ago

you got it, i'll join later this week.

soufi commented 1 year ago

there's a permanent link on the welcome page of this org : https://github.com/mulesoft-anypoint

TomChapple commented 11 months ago

Do you think that extending that CloudHub 2.0 functionality even further into managing Deployments would be suitable for this provider? I know that the Kubernetes provider supports defining Deployments as resources so I imagine this would achieve a similar goal.

soufi commented 11 months ago

I don't think a lot of people will use it for this purpose, but It could be a way of managing deployments. Also, the artifacts are usually stored somewhere else, you'll have to get the artifact before executing the deployment.

I'm thinking about the next scope we're going to release. Cloudhub is definitely one of them.

AgentGoldPaw commented 10 months ago

awesome that sounds great. i was able to get the basics of what i was aiming for btw from your discord msg. thanks again.