2 Repos
Sharing data between independent deployment units by exporting and consuming stack values.
Distinct from Stack Templates: Distinct from Stack Templates: focuses on the data sharing mechanism between stacks rather than the template definition.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Stack Output Referencing. Refine with filters or upvote what's useful.
Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific
Shares data between independent deployment units by exporting and consuming values across stacks.
This repository is a curated collection of reusable AWS CloudFormation templates that automate the provisioning of AWS resources using infrastructure as code. The templates serve as ready‑to‑deploy blueprints for common AWS components—such as VPCs, EC2 instances, databases, and security groups—and include serverless application templates that combine API Gateway with Lambda to create endpoints triggered by HTTP requests without manual configuration. The templates are written in declarative YAML or JSON and support nested stack composition, allowing related resources to be grouped into reusabl
Exports stack output values that can be referenced by other stacks for cross-stack data sharing.