From 1873ce7515a12b2435a136709026a8063782dd77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 08:48:28 +0300 Subject: [PATCH] Upgrade terraform-provider-vercel to v1.10.1 (#191) --- provider/cmd/pulumi-resource-vercel/schema.json | 14 +++++++------- provider/go.mod | 2 +- provider/go.sum | 4 ++-- sdk/dotnet/Inputs/ProjectEnvironmentArgs.cs | 2 +- sdk/dotnet/Inputs/ProjectEnvironmentGetArgs.cs | 2 +- sdk/dotnet/Outputs/ProjectEnvironment.cs | 2 +- sdk/dotnet/ProjectEnvironmentVariable.cs | 6 +++--- sdk/dotnet/SharedEnvironmentVariable.cs | 6 +++--- sdk/go/vercel/projectEnvironmentVariable.go | 12 ++++++------ sdk/go/vercel/pulumiTypes.go | 6 +++--- sdk/go/vercel/sharedEnvironmentVariable.go | 12 ++++++------ sdk/nodejs/projectEnvironmentVariable.ts | 6 +++--- sdk/nodejs/sharedEnvironmentVariable.ts | 6 +++--- sdk/nodejs/types/input.ts | 2 +- sdk/nodejs/types/output.ts | 2 +- sdk/python/pulumiverse_vercel/_inputs.py | 4 ++-- sdk/python/pulumiverse_vercel/outputs.py | 4 ++-- .../project_environment_variable.py | 14 +++++++------- .../shared_environment_variable.py | 14 +++++++------- 19 files changed, 60 insertions(+), 60 deletions(-) diff --git a/provider/cmd/pulumi-resource-vercel/schema.json b/provider/cmd/pulumi-resource-vercel/schema.json index 4bf420b..41194de 100644 --- a/provider/cmd/pulumi-resource-vercel/schema.json +++ b/provider/cmd/pulumi-resource-vercel/schema.json @@ -138,7 +138,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", @@ -1845,7 +1845,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", @@ -1887,7 +1887,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", @@ -1929,7 +1929,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", @@ -2025,7 +2025,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", @@ -2066,7 +2066,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", @@ -2107,7 +2107,7 @@ }, "sensitive": { "type": "boolean", - "description": "Whether the Environment Variable is sensitive or not.\n" + "description": "Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy))\n" }, "targets": { "type": "array", diff --git a/provider/go.mod b/provider/go.mod index 004eac9..908ad36 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -7,7 +7,7 @@ toolchain go1.21.7 require ( github.com/pulumi/pulumi-terraform-bridge/pf v0.35.0 github.com/pulumi/pulumi-terraform-bridge/v3 v3.82.0 - github.com/vercel/terraform-provider-vercel v1.10.0 + github.com/vercel/terraform-provider-vercel v1.10.1 golang.org/x/text v0.14.0 ) diff --git a/provider/go.sum b/provider/go.sum index 58494f1..4e7255c 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -1866,8 +1866,8 @@ github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/vercel/terraform-provider-vercel v1.10.0 h1:X/k6Pbs9UJLaXhmA3cabAknnmiBqgYKeUtMcR9lxY64= -github.com/vercel/terraform-provider-vercel v1.10.0/go.mod h1:eBu7BcowyyLXlIqcy2KLpGqytaKA/rCNbCVJ5YqvuvQ= +github.com/vercel/terraform-provider-vercel v1.10.1 h1:f6xUz3UO8X9APi8Y8R4rhvde2id5//0Igu6rEtDcKIM= +github.com/vercel/terraform-provider-vercel v1.10.1/go.mod h1:eBu7BcowyyLXlIqcy2KLpGqytaKA/rCNbCVJ5YqvuvQ= github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk= github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho= diff --git a/sdk/dotnet/Inputs/ProjectEnvironmentArgs.cs b/sdk/dotnet/Inputs/ProjectEnvironmentArgs.cs index 5941bef..0ddbe57 100644 --- a/sdk/dotnet/Inputs/ProjectEnvironmentArgs.cs +++ b/sdk/dotnet/Inputs/ProjectEnvironmentArgs.cs @@ -32,7 +32,7 @@ public sealed class ProjectEnvironmentArgs : global::Pulumi.ResourceArgs public Input Key { get; set; } = null!; /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Input("sensitive")] public Input? Sensitive { get; set; } diff --git a/sdk/dotnet/Inputs/ProjectEnvironmentGetArgs.cs b/sdk/dotnet/Inputs/ProjectEnvironmentGetArgs.cs index bb7eba0..9277ba8 100644 --- a/sdk/dotnet/Inputs/ProjectEnvironmentGetArgs.cs +++ b/sdk/dotnet/Inputs/ProjectEnvironmentGetArgs.cs @@ -32,7 +32,7 @@ public sealed class ProjectEnvironmentGetArgs : global::Pulumi.ResourceArgs public Input Key { get; set; } = null!; /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Input("sensitive")] public Input? Sensitive { get; set; } diff --git a/sdk/dotnet/Outputs/ProjectEnvironment.cs b/sdk/dotnet/Outputs/ProjectEnvironment.cs index 85944ca..ea374c8 100644 --- a/sdk/dotnet/Outputs/ProjectEnvironment.cs +++ b/sdk/dotnet/Outputs/ProjectEnvironment.cs @@ -27,7 +27,7 @@ public sealed class ProjectEnvironment /// public readonly string Key; /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// public readonly bool? Sensitive; /// diff --git a/sdk/dotnet/ProjectEnvironmentVariable.cs b/sdk/dotnet/ProjectEnvironmentVariable.cs index 1eabf8c..668f630 100644 --- a/sdk/dotnet/ProjectEnvironmentVariable.cs +++ b/sdk/dotnet/ProjectEnvironmentVariable.cs @@ -136,7 +136,7 @@ public partial class ProjectEnvironmentVariable : global::Pulumi.CustomResource public Output ProjectId { get; private set; } = null!; /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Output("sensitive")] public Output Sensitive { get; private set; } = null!; @@ -229,7 +229,7 @@ public sealed class ProjectEnvironmentVariableArgs : global::Pulumi.ResourceArgs public Input ProjectId { get; set; } = null!; /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Input("sensitive")] public Input? Sensitive { get; set; } @@ -295,7 +295,7 @@ public sealed class ProjectEnvironmentVariableState : global::Pulumi.ResourceArg public Input? ProjectId { get; set; } /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Input("sensitive")] public Input? Sensitive { get; set; } diff --git a/sdk/dotnet/SharedEnvironmentVariable.cs b/sdk/dotnet/SharedEnvironmentVariable.cs index 9e6fe52..756096e 100644 --- a/sdk/dotnet/SharedEnvironmentVariable.cs +++ b/sdk/dotnet/SharedEnvironmentVariable.cs @@ -87,7 +87,7 @@ public partial class SharedEnvironmentVariable : global::Pulumi.CustomResource public Output> ProjectIds { get; private set; } = null!; /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Output("sensitive")] public Output Sensitive { get; private set; } = null!; @@ -180,7 +180,7 @@ public InputList ProjectIds } /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Input("sensitive")] public Input? Sensitive { get; set; } @@ -246,7 +246,7 @@ public InputList ProjectIds } /// - /// Whether the Environment Variable is sensitive or not. + /// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) /// [Input("sensitive")] public Input? Sensitive { get; set; } diff --git a/sdk/go/vercel/projectEnvironmentVariable.go b/sdk/go/vercel/projectEnvironmentVariable.go index 1aaae69..44c6ec2 100644 --- a/sdk/go/vercel/projectEnvironmentVariable.go +++ b/sdk/go/vercel/projectEnvironmentVariable.go @@ -130,7 +130,7 @@ type ProjectEnvironmentVariable struct { Key pulumi.StringOutput `pulumi:"key"` // The ID of the Vercel project. ProjectId pulumi.StringOutput `pulumi:"projectId"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolOutput `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayOutput `pulumi:"targets"` @@ -195,7 +195,7 @@ type projectEnvironmentVariableState struct { Key *string `pulumi:"key"` // The ID of the Vercel project. ProjectId *string `pulumi:"projectId"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive *bool `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets []string `pulumi:"targets"` @@ -212,7 +212,7 @@ type ProjectEnvironmentVariableState struct { Key pulumi.StringPtrInput // The ID of the Vercel project. ProjectId pulumi.StringPtrInput - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolPtrInput // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayInput @@ -233,7 +233,7 @@ type projectEnvironmentVariableArgs struct { Key string `pulumi:"key"` // The ID of the Vercel project. ProjectId string `pulumi:"projectId"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive *bool `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets []string `pulumi:"targets"` @@ -251,7 +251,7 @@ type ProjectEnvironmentVariableArgs struct { Key pulumi.StringInput // The ID of the Vercel project. ProjectId pulumi.StringInput - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolPtrInput // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayInput @@ -363,7 +363,7 @@ func (o ProjectEnvironmentVariableOutput) ProjectId() pulumi.StringOutput { return o.ApplyT(func(v *ProjectEnvironmentVariable) pulumi.StringOutput { return v.ProjectId }).(pulumi.StringOutput) } -// Whether the Environment Variable is sensitive or not. +// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) func (o ProjectEnvironmentVariableOutput) Sensitive() pulumi.BoolOutput { return o.ApplyT(func(v *ProjectEnvironmentVariable) pulumi.BoolOutput { return v.Sensitive }).(pulumi.BoolOutput) } diff --git a/sdk/go/vercel/pulumiTypes.go b/sdk/go/vercel/pulumiTypes.go index d2ce754..ff828ea 100644 --- a/sdk/go/vercel/pulumiTypes.go +++ b/sdk/go/vercel/pulumiTypes.go @@ -427,7 +427,7 @@ type ProjectEnvironment struct { Id *string `pulumi:"id"` // The name of the Environment Variable. Key string `pulumi:"key"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive *bool `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets []string `pulumi:"targets"` @@ -453,7 +453,7 @@ type ProjectEnvironmentArgs struct { Id pulumi.StringPtrInput `pulumi:"id"` // The name of the Environment Variable. Key pulumi.StringInput `pulumi:"key"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolPtrInput `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayInput `pulumi:"targets"` @@ -527,7 +527,7 @@ func (o ProjectEnvironmentOutput) Key() pulumi.StringOutput { return o.ApplyT(func(v ProjectEnvironment) string { return v.Key }).(pulumi.StringOutput) } -// Whether the Environment Variable is sensitive or not. +// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) func (o ProjectEnvironmentOutput) Sensitive() pulumi.BoolPtrOutput { return o.ApplyT(func(v ProjectEnvironment) *bool { return v.Sensitive }).(pulumi.BoolPtrOutput) } diff --git a/sdk/go/vercel/sharedEnvironmentVariable.go b/sdk/go/vercel/sharedEnvironmentVariable.go index 87636c6..23912c2 100644 --- a/sdk/go/vercel/sharedEnvironmentVariable.go +++ b/sdk/go/vercel/sharedEnvironmentVariable.go @@ -84,7 +84,7 @@ type SharedEnvironmentVariable struct { Key pulumi.StringOutput `pulumi:"key"` // The ID of the Vercel project. ProjectIds pulumi.StringArrayOutput `pulumi:"projectIds"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolOutput `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayOutput `pulumi:"targets"` @@ -147,7 +147,7 @@ type sharedEnvironmentVariableState struct { Key *string `pulumi:"key"` // The ID of the Vercel project. ProjectIds []string `pulumi:"projectIds"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive *bool `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets []string `pulumi:"targets"` @@ -162,7 +162,7 @@ type SharedEnvironmentVariableState struct { Key pulumi.StringPtrInput // The ID of the Vercel project. ProjectIds pulumi.StringArrayInput - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolPtrInput // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayInput @@ -181,7 +181,7 @@ type sharedEnvironmentVariableArgs struct { Key string `pulumi:"key"` // The ID of the Vercel project. ProjectIds []string `pulumi:"projectIds"` - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive *bool `pulumi:"sensitive"` // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets []string `pulumi:"targets"` @@ -197,7 +197,7 @@ type SharedEnvironmentVariableArgs struct { Key pulumi.StringInput // The ID of the Vercel project. ProjectIds pulumi.StringArrayInput - // Whether the Environment Variable is sensitive or not. + // Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) Sensitive pulumi.BoolPtrInput // The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. Targets pulumi.StringArrayInput @@ -304,7 +304,7 @@ func (o SharedEnvironmentVariableOutput) ProjectIds() pulumi.StringArrayOutput { return o.ApplyT(func(v *SharedEnvironmentVariable) pulumi.StringArrayOutput { return v.ProjectIds }).(pulumi.StringArrayOutput) } -// Whether the Environment Variable is sensitive or not. +// Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) func (o SharedEnvironmentVariableOutput) Sensitive() pulumi.BoolOutput { return o.ApplyT(func(v *SharedEnvironmentVariable) pulumi.BoolOutput { return v.Sensitive }).(pulumi.BoolOutput) } diff --git a/sdk/nodejs/projectEnvironmentVariable.ts b/sdk/nodejs/projectEnvironmentVariable.ts index c2223fa..69d4b57 100644 --- a/sdk/nodejs/projectEnvironmentVariable.ts +++ b/sdk/nodejs/projectEnvironmentVariable.ts @@ -124,7 +124,7 @@ export class ProjectEnvironmentVariable extends pulumi.CustomResource { */ public readonly projectId!: pulumi.Output; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ public readonly sensitive!: pulumi.Output; /** @@ -206,7 +206,7 @@ export interface ProjectEnvironmentVariableState { */ projectId?: pulumi.Input; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ sensitive?: pulumi.Input; /** @@ -240,7 +240,7 @@ export interface ProjectEnvironmentVariableArgs { */ projectId: pulumi.Input; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ sensitive?: pulumi.Input; /** diff --git a/sdk/nodejs/sharedEnvironmentVariable.ts b/sdk/nodejs/sharedEnvironmentVariable.ts index 05bee91..d49b273 100644 --- a/sdk/nodejs/sharedEnvironmentVariable.ts +++ b/sdk/nodejs/sharedEnvironmentVariable.ts @@ -84,7 +84,7 @@ export class SharedEnvironmentVariable extends pulumi.CustomResource { */ public readonly projectIds!: pulumi.Output; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ public readonly sensitive!: pulumi.Output; /** @@ -160,7 +160,7 @@ export interface SharedEnvironmentVariableState { */ projectIds?: pulumi.Input[]>; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ sensitive?: pulumi.Input; /** @@ -190,7 +190,7 @@ export interface SharedEnvironmentVariableArgs { */ projectIds: pulumi.Input[]>; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ sensitive?: pulumi.Input; /** diff --git a/sdk/nodejs/types/input.ts b/sdk/nodejs/types/input.ts index a760065..d3f2ae3 100644 --- a/sdk/nodejs/types/input.ts +++ b/sdk/nodejs/types/input.ts @@ -61,7 +61,7 @@ export interface ProjectEnvironment { */ key: pulumi.Input; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ sensitive?: pulumi.Input; /** diff --git a/sdk/nodejs/types/output.ts b/sdk/nodejs/types/output.ts index 9ef2867..57e1888 100644 --- a/sdk/nodejs/types/output.ts +++ b/sdk/nodejs/types/output.ts @@ -171,7 +171,7 @@ export interface ProjectEnvironment { */ key: string; /** - * Whether the Environment Variable is sensitive or not. + * Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) */ sensitive: boolean; /** diff --git a/sdk/python/pulumiverse_vercel/_inputs.py b/sdk/python/pulumiverse_vercel/_inputs.py index 3de1372..788d0ce 100644 --- a/sdk/python/pulumiverse_vercel/_inputs.py +++ b/sdk/python/pulumiverse_vercel/_inputs.py @@ -191,7 +191,7 @@ def __init__(__self__, *, :param pulumi.Input[str] value: The value of the Environment Variable. :param pulumi.Input[str] git_branch: The git branch of the Environment Variable. :param pulumi.Input[str] id: The ID of the Environment Variable. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ pulumi.set(__self__, "key", key) pulumi.set(__self__, "targets", targets) @@ -267,7 +267,7 @@ def id(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def sensitive(self) -> Optional[pulumi.Input[bool]]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") diff --git a/sdk/python/pulumiverse_vercel/outputs.py b/sdk/python/pulumiverse_vercel/outputs.py index fa45abd..a032ca5 100644 --- a/sdk/python/pulumiverse_vercel/outputs.py +++ b/sdk/python/pulumiverse_vercel/outputs.py @@ -204,7 +204,7 @@ def __init__(__self__, *, :param str value: The value of the Environment Variable. :param str git_branch: The git branch of the Environment Variable. :param str id: The ID of the Environment Variable. - :param bool sensitive: Whether the Environment Variable is sensitive or not. + :param bool sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ pulumi.set(__self__, "key", key) pulumi.set(__self__, "targets", targets) @@ -260,7 +260,7 @@ def id(self) -> Optional[str]: @pulumi.getter def sensitive(self) -> Optional[bool]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") diff --git a/sdk/python/pulumiverse_vercel/project_environment_variable.py b/sdk/python/pulumiverse_vercel/project_environment_variable.py index d0925a7..41f8b4e 100644 --- a/sdk/python/pulumiverse_vercel/project_environment_variable.py +++ b/sdk/python/pulumiverse_vercel/project_environment_variable.py @@ -28,7 +28,7 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] value: The value of the Environment Variable. :param pulumi.Input[str] git_branch: The git branch of the Environment Variable. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[str] team_id: The ID of the Vercel team.Required when configuring a team resource if a default team has not been set in the provider. """ pulumi.set(__self__, "key", key) @@ -106,7 +106,7 @@ def git_branch(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def sensitive(self) -> Optional[pulumi.Input[bool]]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") @@ -142,7 +142,7 @@ def __init__(__self__, *, :param pulumi.Input[str] git_branch: The git branch of the Environment Variable. :param pulumi.Input[str] key: The name of the Environment Variable. :param pulumi.Input[str] project_id: The ID of the Vercel project. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] team_id: The ID of the Vercel team.Required when configuring a team resource if a default team has not been set in the provider. :param pulumi.Input[str] value: The value of the Environment Variable. @@ -202,7 +202,7 @@ def project_id(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def sensitive(self) -> Optional[pulumi.Input[bool]]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") @@ -341,7 +341,7 @@ def __init__(__self__, :param pulumi.Input[str] git_branch: The git branch of the Environment Variable. :param pulumi.Input[str] key: The name of the Environment Variable. :param pulumi.Input[str] project_id: The ID of the Vercel project. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] team_id: The ID of the Vercel team.Required when configuring a team resource if a default team has not been set in the provider. :param pulumi.Input[str] value: The value of the Environment Variable. @@ -503,7 +503,7 @@ def get(resource_name: str, :param pulumi.Input[str] git_branch: The git branch of the Environment Variable. :param pulumi.Input[str] key: The name of the Environment Variable. :param pulumi.Input[str] project_id: The ID of the Vercel project. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] team_id: The ID of the Vercel team.Required when configuring a team resource if a default team has not been set in the provider. :param pulumi.Input[str] value: The value of the Environment Variable. @@ -549,7 +549,7 @@ def project_id(self) -> pulumi.Output[str]: @pulumi.getter def sensitive(self) -> pulumi.Output[bool]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") diff --git a/sdk/python/pulumiverse_vercel/shared_environment_variable.py b/sdk/python/pulumiverse_vercel/shared_environment_variable.py index 2e7c8a7..23b52fd 100644 --- a/sdk/python/pulumiverse_vercel/shared_environment_variable.py +++ b/sdk/python/pulumiverse_vercel/shared_environment_variable.py @@ -26,7 +26,7 @@ def __init__(__self__, *, :param pulumi.Input[Sequence[pulumi.Input[str]]] project_ids: The ID of the Vercel project. :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] value: The value of the Environment Variable. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[str] team_id: The ID of the Vercel team. Shared environment variables require a team. """ pulumi.set(__self__, "key", key) @@ -90,7 +90,7 @@ def value(self, value: pulumi.Input[str]): @pulumi.getter def sensitive(self) -> Optional[pulumi.Input[bool]]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") @@ -124,7 +124,7 @@ def __init__(__self__, *, Input properties used for looking up and filtering SharedEnvironmentVariable resources. :param pulumi.Input[str] key: The name of the Environment Variable. :param pulumi.Input[Sequence[pulumi.Input[str]]] project_ids: The ID of the Vercel project. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] team_id: The ID of the Vercel team. Shared environment variables require a team. :param pulumi.Input[str] value: The value of the Environment Variable. @@ -170,7 +170,7 @@ def project_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] @pulumi.getter def sensitive(self) -> Optional[pulumi.Input[bool]]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive") @@ -273,7 +273,7 @@ def __init__(__self__, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] key: The name of the Environment Variable. :param pulumi.Input[Sequence[pulumi.Input[str]]] project_ids: The ID of the Vercel project. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] team_id: The ID of the Vercel team. Shared environment variables require a team. :param pulumi.Input[str] value: The value of the Environment Variable. @@ -397,7 +397,7 @@ def get(resource_name: str, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] key: The name of the Environment Variable. :param pulumi.Input[Sequence[pulumi.Input[str]]] project_ids: The ID of the Vercel project. - :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. + :param pulumi.Input[bool] sensitive: Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) :param pulumi.Input[Sequence[pulumi.Input[str]]] targets: The environments that the Environment Variable should be present on. Valid targets are either `production`, `preview`, or `development`. :param pulumi.Input[str] team_id: The ID of the Vercel team. Shared environment variables require a team. :param pulumi.Input[str] value: The value of the Environment Variable. @@ -434,7 +434,7 @@ def project_ids(self) -> pulumi.Output[Sequence[str]]: @pulumi.getter def sensitive(self) -> pulumi.Output[bool]: """ - Whether the Environment Variable is sensitive or not. + Whether the Environment Variable is sensitive or not. (May be affected by a [team-wide environment variable policy](https://vercel.com/docs/projects/environment-variables/sensitive-environment-variables#environment-variables-policy)) """ return pulumi.get(self, "sensitive")