Skip to content

Instantly share code, notes, and snippets.

@ahmad2x4
Created May 18, 2020 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmad2x4/3558d376fd1eb24543de030e4a3001ef to your computer and use it in GitHub Desktop.
Save ahmad2x4/3558d376fd1eb24543de030e4a3001ef to your computer and use it in GitHub Desktop.
Pulumi sample infra source code part 7
// CREATE BEANSTALK APPLICATION
const app = new aws.elasticbeanstalk.Application(`webapp`, {
name: `webapp`,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment