https://github.com/ringods/pulumi-samples
Pulumi - Sample Code
https://github.com/ringods/pulumi-samples
Last synced: over 1 year ago
JSON representation
Pulumi - Sample Code
- Host: GitHub
- URL: https://github.com/ringods/pulumi-samples
- Owner: ringods
- License: apache-2.0
- Created: 2022-07-06T09:18:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T11:41:13.000Z (over 2 years ago)
- Last Synced: 2024-03-12T13:04:04.240Z (over 2 years ago)
- Language: TypeScript
- Size: 663 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulumi - Sample Code
- `how-pulumi-works`: a small Pulumi program used to explain how the internals of Pulumi work.
- `stack-outputs`: a Pulumi program using a stack output
- `stack-references`: a Pulumi program reading the output from `stack-outputs` via a Stack reference
- `aws-native-tagging`: automatic tagging of AWS resources when using the `aws-native` provider. [pulumi/pulumi-aws-native#390](https://github.com/pulumi/pulumi-aws-native/issues/390)