forked from pulumi/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'Deploy with Pulumi' button to examples (pulumi#167)
For each example, add a template section to Pulumi.yaml and the 'Deploy with Pulumi' button at the top of README.md.
- Loading branch information
Showing
98 changed files
with
505 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: aws-go-s3-folder | ||
runtime: go | ||
description: A static website hosted on AWS S3. | ||
description: A static website hosted on AWS S3 | ||
template: | ||
description: A static website hosted on AWS S3 | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: aws-js-s3-folder-component | ||
runtime: nodejs | ||
description: A static website hosted on AWS S3 | ||
template: | ||
description: A static website hosted on AWS S3 | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: aws-js-s3-folder | ||
runtime: nodejs | ||
description: A static website hosted on AWS S3 | ||
template: | ||
description: A static website hosted on AWS S3 | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
name: aws-js-sqs-slack | ||
description: Post to Slack for each SQS message! | ||
runtime: nodejs | ||
template: | ||
description: Post to Slack for each SQS message! | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 | ||
slackChannel: | ||
description: The Slack channel | ||
default: "#general" | ||
slackToken: | ||
description: The Slack access token |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: webserver | ||
runtime: nodejs | ||
description: Basic example of an AWS web server accessible over HTTP. | ||
description: Basic example of an AWS web server accessible over HTTP | ||
template: | ||
description: Basic example of an AWS web server accessible over HTTP | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: webserver | ||
runtime: nodejs | ||
description: Basic example of an AWS web server accessible over HTTP. | ||
description: Basic example of an AWS web server accessible over HTTP | ||
template: | ||
description: Basic example of an AWS web server accessible over HTTP | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: stepfunctions-py | ||
description: Basic example of AWS Step Functions in Python. | ||
description: Basic example of AWS Step Functions in Python | ||
runtime: python | ||
template: | ||
description: Basic example of AWS Step Functions in Python | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: webserver-py | ||
runtime: python | ||
description: Basic example of an AWS web server accessible over HTTP (in Python!) | ||
template: | ||
description: Basic example of an AWS web server accessible over HTTP (in Python!) | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
name: airflow | ||
runtime: nodejs | ||
description: AWS RDS and Airflow example | ||
template: | ||
description: AWS RDS and Airflow example | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-1 | ||
cloud-aws:ecsAutoCluster: | ||
description: Automatically provision ECS Cluster? | ||
default: true | ||
airflow:dbPassword: | ||
description: The desired RDS password | ||
secret: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: aws-ts-eks | ||
description: EKS cluster example | ||
runtime: nodejs | ||
template: | ||
description: EKS cluster example | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: aws-ts-resources | ||
description: A Pulumi program that demonstrates creating various AWS resources. | ||
description: A Pulumi program that demonstrates creating various AWS resources | ||
runtime: nodejs | ||
template: | ||
description: A Pulumi program that demonstrates creating various AWS resources | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
name: rails | ||
runtime: nodejs | ||
description: A Ruby on Rails stack using a single EC2 instance with a local MySQL database for storage. | ||
description: A Ruby on Rails stack using a single EC2 instance with a local MySQL database for storage | ||
template: | ||
description: A Ruby on Rails stack using a single EC2 instance with a local MySQL database for storage | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 | ||
dbUser: | ||
description: The DB user | ||
dbPassword: | ||
description: The DB password | ||
secret: true | ||
dbRootPassword: | ||
description: The DB root password | ||
secret: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: serverless | ||
runtime: nodejs | ||
description: Basic example of a serverless AWS application. | ||
description: Basic example of a serverless AWS application | ||
template: | ||
description: Basic example of a serverless AWS application | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
name: static-website | ||
description: Static website example. | ||
description: Static website example | ||
runtime: nodejs | ||
template: | ||
description: Static website example | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-1 | ||
static-website:certificateArn: | ||
description: ACM certificate ARN for the target domain; must be in the us-east-1 region | ||
static-website:targetDomain: | ||
description: The domain to serve the website at (e.g. www.example.com) | ||
static-website:pathToWebsiteContents: | ||
description: Relative path to the website's contents (e.g. the `./www` folder) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: stepfunctions | ||
description: Basic example of AWS Step Functions. | ||
description: Basic example of AWS Step Functions | ||
runtime: nodejs | ||
template: | ||
description: Basic example of AWS Step Functions | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-east-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
name: webserver-azure | ||
runtime: nodejs | ||
description: Basic example of an Azure web server accessible over HTTP. | ||
description: Basic example of an Azure web server accessible over HTTP | ||
template: | ||
description: Basic example of an Azure web server accessible over HTTP | ||
config: | ||
azure:environment: | ||
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`) | ||
default: public | ||
username: | ||
description: The username used to configure the Virtual Machine | ||
password: | ||
description: The password used to configure the Virtual Machine | ||
secret: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
name: azure-ts-aks-helm | ||
runtime: nodejs | ||
description: Create an Azure Kubernetes Service (AKS) cluster and deploy a Helm Chart into it. | ||
description: Create an Azure Kubernetes Service (AKS) cluster and deploy a Helm Chart into it | ||
template: | ||
description: Create an Azure Kubernetes Service (AKS) cluster and deploy a Helm Chart into it | ||
config: | ||
azure:environment: | ||
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`) | ||
default: public | ||
password: | ||
description: Your cluster password | ||
secret: true | ||
sshPublicKey: | ||
description: Your SSH public key (generate with `ssh-keygen -t rsa -f key.rsa`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
name: azure-mean | ||
description: A simple Deployment running nginx, exposed to the Internet with a Service | ||
runtime: nodejs | ||
template: | ||
description: A simple Deployment running nginx, exposed to the Internet with a Service | ||
config: | ||
azure:environment: | ||
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`) | ||
default: public | ||
password: | ||
description: Your cluster password | ||
secret: true | ||
sshPublicKey: | ||
description: Your SSH public key (generate with `ssh-keygen -t rsa -f key.rsa`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
name: azure-appservice | ||
runtime: nodejs | ||
description: Creates Azure App Service with SQL Database and Application Insights. | ||
description: Creates Azure App Service with SQL Database and Application Insights | ||
template: | ||
description: Creates Azure App Service with SQL Database and Application Insights | ||
config: | ||
azure:environment: | ||
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`) | ||
default: public | ||
sqlPassword: | ||
description: SQL Server password (complex enough to satisfy Azure policy) | ||
secret: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
name: azure-functions | ||
runtime: nodejs | ||
description: Azure Functions example | ||
template: | ||
description: Azure Functions example | ||
config: | ||
azure:environment: | ||
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`) | ||
default: public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
name: cloud-js-httpendpoint | ||
description: A simple HTTP endpoint that returns the number of times a route has been hit. | ||
description: A simple HTTP endpoint that returns the number of times a route has been hit | ||
runtime: nodejs | ||
template: | ||
description: A simple HTTP endpoint that returns the number of times a route has been hit | ||
config: | ||
aws:region: | ||
description: The AWS region to deploy into | ||
default: us-west-2 |
Oops, something went wrong.