awslabs / aws-service-catalog-factory

This is a framework where you define a Service Catalog portfolio, products and versions using YAML. For versions of your products you specify where the source code for them can be found and the framework publishes the portfolio, products and versions in every* AWS Region after validating, linting and testing them.
Apache License 2.0
136 stars 44 forks source link

Update Resource constraint #331

Closed eamonnfaherty closed 1 year ago

eamonnfaherty commented 1 year ago

As a user I would like to use UpdateResource Constraints in factory so I do not need to use puppet

Customer would like to use puppet import-portfolios or not use puppet at all.

eamonnfaherty commented 1 year ago

this is shipped:

Portfolios:
  - PortfolioName: "XXX"
    Description: "YYY"
    ProviderName: "ZZZ"
    Constraints:
      ResourceUpdate:
        - Products: "VPC*"
          TagUpdateOnProvisionedProduct: NOT_ALLOWED

docs to follow later.