-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support For AWS Service Catalog #1663
Conversation
Hi @bw-intuit Thanks for your work: looks amazing :) I think we should split it in several PRs, for easier code reviews. One for vendoring, one for the main resource, one for another resource, and so on. What do you think? Thanks! |
@Ninir sounds good, will submit shortly |
Thanks to add this new resource But how to manage the production, share the portfolio, and others about this service? For example: create-constraint |
@ozbillwang unfortunately I was never able to get this fully merged into the mainline. I have the following additional resources available on a fork: Unforutnaltey I have moved to another project and won't likely have time to drive getting them merged. |
Thanks, @bw-intuit looks @trung following it up already. :-) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This is an initial PR to add support for AWS service catalog. Provides resources to manage a portfolio, product and associate them (minimum required functionality for service catalog use).
I will be adding additional resources and capabilities over the next few weeks. I wanted to get early feedback on the code for inclusion.
Thanks
Fixes: hashicorp/terraform#10865