UNPKG

cdk-sops-secrets

Version:

CDK Constructs that syncs your sops secrets into AWS SecretsManager secrets.

8 lines (7 loc) 174 B
import type { ScalarTag } from '../types'; export declare const trueTag: ScalarTag & { test: RegExp; }; export declare const falseTag: ScalarTag & { test: RegExp; };