Skip to content
forked from pulumi/apps

Installable applications built with Pulumi that can be used with `pulumi new` or `pulumi up`

Notifications You must be signed in to change notification settings

Lotto24/pulumi-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulumi Applications

This repository includes cloud applications and infrastructure which can be installed using Pulumi.

For any application in this repository, it can be installed via:

# To install the application directly into your cloud provider
$ pulumi up https://github.com/Lotto/pulumi-apps/tree/lotto24/eks

# To get a copy of the application locally which can be deployed and updated
$ pulumi new https://github.com/Lotto/pulumi-apps/tree/lotto24/eks

Note:

If you want to use the 'master' branch you can just use the commands below.

But since we're on the 'lotto24' branch, we should always use the above

# To install the application directly into your cloud provider
$ pulumi up https://github.com/Lotto/pulumi-apps/eks

# To get a copy of the application locally which can be deployed and updated
$ pulumi new https://github.com/Lotto/pulumi-apps/eks

About

Installable applications built with Pulumi that can be used with `pulumi new` or `pulumi up`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.0%
  • JavaScript 11.1%
  • Dockerfile 7.3%
  • HTML 1.6%