Skip to content
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

Update and extend support for Service Catalog #18074

Closed
wants to merge 1 commit into from

Commits on Mar 12, 2021

  1. Update and extend support for Service Catalog

    This consists of the following:
    
    * Minor fixes to existing `resource_aws_servicecatalog_portfolio` support
    * Addition of `resource_aws_servicecatalog_product` building on work done by @trung and @bw-intuit in hashicorp#4980
    * Addition of several other resources:
      * To provision products:
        * `resource_aws_servicecatalog_portfolio_principal_association`
        * `resource_aws_servicecatalog_portfolio_product_association`
        * `resource_aws_servicecatalog_provisioned_product`
      * Constraints:
        * `resource_aws_servicecatalog_constraint` (any constraint)
        * `resource_aws_servicecatalog_launch_notification_constraint`
        * `resource_aws_servicecatalog_launch_role_constraint`
        * `aws/resource_aws_servicecatalog_launch_template_constraint`
    
    The long commit history is in hashicorp#14281 but has been squashed here to simplify history when merged upstream.
    As can be seen there much of the code here is due to @kemitix as well.
    `
    ahgittin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3df10c3 View commit details
    Browse the repository at this point in the history