diff --git a/kubernetes-aws-csharp/Pulumi.yaml b/kubernetes-aws-csharp/Pulumi.yaml index 0b8a5070..d1f6e3ef 100644 --- a/kubernetes-aws-csharp/Pulumi.yaml +++ b/kubernetes-aws-csharp/Pulumi.yaml @@ -3,6 +3,7 @@ description: ${DESCRIPTION} runtime: dotnet template: description: A C# program to deploy a Kubernetes cluster on AWS + important: true config: aws:region: description: The AWS region to deploy into diff --git a/kubernetes-aws-go/Pulumi.yaml b/kubernetes-aws-go/Pulumi.yaml index 96389be5..9b4ab505 100644 --- a/kubernetes-aws-go/Pulumi.yaml +++ b/kubernetes-aws-go/Pulumi.yaml @@ -3,6 +3,7 @@ description: ${DESCRIPTION} runtime: go template: description: A Go program to deploy a Kubernetes cluster on AWS + important: true config: aws:region: description: The AWS region to deploy into diff --git a/kubernetes-aws-python/Pulumi.yaml b/kubernetes-aws-python/Pulumi.yaml index 590eb3c5..270b5cf8 100644 --- a/kubernetes-aws-python/Pulumi.yaml +++ b/kubernetes-aws-python/Pulumi.yaml @@ -3,6 +3,7 @@ description: ${DESCRIPTION} runtime: python template: description: A Python program to deploy a Kubernetes cluster on AWS + important: true config: aws:region: description: The AWS region to deploy into diff --git a/kubernetes-aws-typescript/Pulumi.yaml b/kubernetes-aws-typescript/Pulumi.yaml index c791c11d..e57cfb0c 100644 --- a/kubernetes-aws-typescript/Pulumi.yaml +++ b/kubernetes-aws-typescript/Pulumi.yaml @@ -3,6 +3,7 @@ description: ${DESCRIPTION} runtime: nodejs template: description: A TypeScript program to deploy a Kubernetes cluster on AWS + important: true config: aws:region: description: The AWS region to deploy into diff --git a/kubernetes-aws-yaml/Pulumi.yaml b/kubernetes-aws-yaml/Pulumi.yaml index d31460d3..06be659a 100644 --- a/kubernetes-aws-yaml/Pulumi.yaml +++ b/kubernetes-aws-yaml/Pulumi.yaml @@ -3,6 +3,7 @@ description: ${DESCRIPTION} runtime: yaml template: description: A Pulumi YAML program to deploy a Kubernetes cluster on AWS + important: true config: aws:region: description: The AWS region to deploy into