1.11.0 • Published 15 days ago

@pulumi/policy v1.11.0

Weekly downloads
4,734
License
Apache-2.0
Repository
github
Last release
15 days ago

Build Status

Pulumi Policy SDK

Overview

Define and manage policy for cloud resources deployed through Pulumi.

Policy rules run during pulumi preview and pulumi up, asserting that cloud resource definitions comply with the policy immediately before they are created or updated. Policies may optionally define remediations that automatically fix policy violations rather than issue warnings.

During preview, every rule is run on every resource, and policy violations are batched up into a final report. During the update, the first policy violation will halt the deployment.

Policy violations can have enforcement levels that are advisory, which results in a printed warning, or mandatory, which results in an error after pulumi preview or pulumi up completes. The enforcement level remediate is stronger than both and enables automatic remediations.

Getting Started

Please see Get Started with Policy as Code to get started authoring and enforcing policies.

Documentation

For additional documentation, guides, best practices, and FAQs, see Policy as Code.

Examples

Looking for examples? Please refer to the examples repo.

Languages

Policies can be written in TypeScript/JavaScript (Node.js) or Python and can be applied to Pulumi stacks written in any language.

LanguageStatus
TypeScriptStable
JavaScriptStable
PythonPreview
.NETComing Soon
GoComing Soon
1.11.0

15 days ago

1.10.0

2 months ago

1.9.0

4 months ago

1.8.0

7 months ago

1.7.0

9 months ago

1.6.0

10 months ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago