UNPKG

@pulumi/google-compliance-policies

Version:

This repository contains a growing set of Compliance Policies to validate your infrastructure using Pulumi's Crossguard Policy-as-Code framework.

26 lines (25 loc) 815 B
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace Instance { /** * Disallow the use of non-stable (Alpha) resouces (remotebuildexecution.v1alpha.Instance). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { Instance }; declare namespace WorkerPool { /** * Disallow the use of non-stable (Alpha) resouces (remotebuildexecution.v1alpha.WorkerPool). * * @severity medium * @frameworks none * @topics alpha, api, unstable * @link https://cloud.google.com/apis/design/versioning */ const disallowAlphaResource: ResourceValidationPolicy; } export { WorkerPool };