Skip to content

Commit

Permalink
add display name & metadata to starter templates (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller authored Dec 6, 2023
1 parent 61caf31 commit 68de34e
Show file tree
Hide file tree
Showing 34 changed files with 103 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aws-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal AWS C# Pulumi program"
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal AWS F# Pulumi program"
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Starter
description: A minimal AWS Go Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-java/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: java
template:
displayName: Starter
description: A minimal AWS Java Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ runtime:
options:
typescript: false
template:
displayName: Starter
description: A minimal AWS JavaScript Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Starter
description: A minimal AWS Python Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Starter
description: A minimal AWS TypeScript Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-visualbasic/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal AWS VB.NET Pulumi program"
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 3 additions & 0 deletions aws-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: yaml
template:
displayName: Starter
description: A minimal AWS Pulumi YAML program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws

resources:
# Create an AWS resource (S3 Bucket)
Expand Down
5 changes: 4 additions & 1 deletion azure-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Azure Native C# Pulumi program"
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Azure Native F# Pulumi program"
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Starter
description: A minimal Azure Native Go Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-java/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: java
template:
displayName: Starter
description: A minimal Azure Native Java Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ runtime:
options:
typescript: false
template:
displayName: Starter
description: A minimal JavaScript Pulumi program with the native Azure provider
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Starter
description: A minimal Azure Native Python Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Starter
description: A minimal Azure Native TypeScript Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 3 additions & 0 deletions azure-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: yaml
template:
displayName: Starter
description: A minimal Azure Native Pulumi YAML program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure

resources:
# Create an Azure Resource Group
Expand Down
3 changes: 3 additions & 0 deletions gcp-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Google Cloud C# Pulumi program"
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal GCP F# Pulumi program"
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Starter
description: A minimal Google Cloud Go Pulumi program
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-java/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: java
template:
displayName: Starter
description: A minimal Google Cloud Java Pulumi program
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ runtime:
options:
typescript: false
template:
displayName: Starter
description: A minimal Google Cloud JavaScript Pulumi program
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Starter
description: A minimal Google Cloud Python Pulumi program
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Starter
description: A minimal Google Cloud TypeScript Pulumi program
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-visualbasic/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal GCP VB.NET Pulumi program"
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp
3 changes: 3 additions & 0 deletions gcp-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: yaml
template:
displayName: Starter
description: A minimal Google Cloud Pulumi YAML program
important: true
config:
gcp:project:
description: The Google Cloud project to deploy into
metadata:
cloud: gcp

resources:
# Create a GCP resource (Storage Bucket)
Expand Down
3 changes: 3 additions & 0 deletions kubernetes-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Kubernetes C# Pulumi program"
important: true
metadata:
cloud: kubernetes
3 changes: 3 additions & 0 deletions kubernetes-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Kubernetes F# Pulumi program"
metadata:
cloud: kubernetes
3 changes: 3 additions & 0 deletions kubernetes-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Starter
description: "A minimal Kubernetes Go Pulumi program"
important: true
metadata:
cloud: kubernetes
3 changes: 3 additions & 0 deletions kubernetes-java/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: java
template:
displayName: Starter
description: A minimal Kubernetes Java Pulumi program
important: true
metadata:
cloud: kubernetes
3 changes: 3 additions & 0 deletions kubernetes-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ runtime:
options:
typescript: false
template:
displayName: Starter
description: A minimal Kubernetes JavaScript Pulumi program
important: true
metadata:
cloud: kubernetes
3 changes: 3 additions & 0 deletions kubernetes-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Starter
description: A minimal Kubernetes Python Pulumi program
important: true
metadata:
cloud: kubernetes
3 changes: 3 additions & 0 deletions kubernetes-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Starter
description: A minimal Kubernetes TypeScript Pulumi program
important: true
metadata:
cloud: kubernetes
Loading

0 comments on commit 68de34e

Please sign in to comment.