Skip to content

Instantly share code, notes, and snippets.

@ahmad2x4
Created May 18, 2020 00:22
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/7fa7f9fbef8ac7b2cc5de89d96517c31 to your computer and use it in GitHub Desktop.
Save ahmad2x4/7fa7f9fbef8ac7b2cc5de89d96517c31 to your computer and use it in GitHub Desktop.
Pulumi sample infra source code part 8
const defaultApplicationVersion = new aws.elasticbeanstalk.ApplicationVersion(
"default",
{
application: app,
bucket: ebAppDeployBucket.id,
description: "Version 0.1",
key: ebAppDeployObject.id,
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment