Shopping Cart
Last updated
Last updated
Given Resourcely Blueprints can be modularized and reference each other, we have created the Shopping Cart to give users a simplified way of building the infrastructure that they need. Instead of using a monorepo Terraform module, the Shopping Cart allows developers to choose the discrete services that they need with built-in relationships, context, and dependencies.
Shopping Cart allows users to batch multiple infrastructure changes (like Terraform resources) into a single, cohesive deployment. Instead of applying changes one at a time, users can add multiple resources to a "cart," review them collectively, and deploy them together.
This approach is useful for:
Ensuring consistency – Deploy related resources at the same time.
Reducing errors – Review all changes before applying.
Streamlining approvals – Submit a batch request instead of multiple small ones.
Resources added to a cart can easily be linked together with Resource Linking. You can read more about from our Authoring Your Own Blueprints page.