pulumi/lib/lumi/context.ts
2017-06-26 14:46:34 -07:00

7 lines
266 B
TypeScript

// Copyright 2016-2017, Pulumi Corporation. All rights reserved.
// A collection of information pertaining to the current compilation activity, like target cloud architecture, the
// cluster name, any compile-time options, and so on.
export interface Context {
}