UNPKG

@pulumi/azure-compliance-policies

Version:

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

38 lines (37 loc) 1.32 kB
import { ResourceValidationPolicy } from "@pulumi/policy"; declare namespace PhpWorkload { /** * Disallow the use of non-stable (Preview) Azure resouces (workloads.v20211201preview.PhpWorkload). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { PhpWorkload }; declare namespace SAPApplicationServerInstance { /** * Disallow the use of non-stable (Preview) Azure resouces (workloads.v20211201preview.SAPApplicationServerInstance). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { SAPApplicationServerInstance }; declare namespace WordpressInstance { /** * Disallow the use of non-stable (Preview) Azure resouces (workloads.v20211201preview.WordpressInstance). * * @severity medium * @frameworks none * @topics api, preview, unstable * @link https://learn.microsoft.com/en-us/rest/api/azure/ */ const disallowPreviewResource: ResourceValidationPolicy; } export { WordpressInstance };