Skip to content

Commit

Permalink
Upgrade terraform-provider-vercel to v1.10.1 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent c7721af commit 1873ce7
Show file tree
Hide file tree
Showing 19 changed files with 60 additions and 60 deletions.
14 changes: 7 additions & 7 deletions provider/cmd/pulumi-resource-vercel/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ProjectEnvironmentArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed class ProjectEnvironmentArgs : global::Pulumi.ResourceArgs
public Input<string> Key { get; set; } = null!;

/// <summary>
/// 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))
/// </summary>
[Input("sensitive")]
public Input<bool>? Sensitive { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/ProjectEnvironmentGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed class ProjectEnvironmentGetArgs : global::Pulumi.ResourceArgs
public Input<string> Key { get; set; } = null!;

/// <summary>
/// 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))
/// </summary>
[Input("sensitive")]
public Input<bool>? Sensitive { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/ProjectEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class ProjectEnvironment
/// </summary>
public readonly string Key;
/// <summary>
/// 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))
/// </summary>
public readonly bool? Sensitive;
/// <summary>
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/ProjectEnvironmentVariable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public partial class ProjectEnvironmentVariable : global::Pulumi.CustomResource
public Output<string> ProjectId { get; private set; } = null!;

/// <summary>
/// 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))
/// </summary>
[Output("sensitive")]
public Output<bool> Sensitive { get; private set; } = null!;
Expand Down Expand Up @@ -229,7 +229,7 @@ public sealed class ProjectEnvironmentVariableArgs : global::Pulumi.ResourceArgs
public Input<string> ProjectId { get; set; } = null!;

/// <summary>
/// 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))
/// </summary>
[Input("sensitive")]
public Input<bool>? Sensitive { get; set; }
Expand Down Expand Up @@ -295,7 +295,7 @@ public sealed class ProjectEnvironmentVariableState : global::Pulumi.ResourceArg
public Input<string>? ProjectId { get; set; }

/// <summary>
/// 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))
/// </summary>
[Input("sensitive")]
public Input<bool>? Sensitive { get; set; }
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/SharedEnvironmentVariable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public partial class SharedEnvironmentVariable : global::Pulumi.CustomResource
public Output<ImmutableArray<string>> ProjectIds { get; private set; } = null!;

/// <summary>
/// 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))
/// </summary>
[Output("sensitive")]
public Output<bool> Sensitive { get; private set; } = null!;
Expand Down Expand Up @@ -180,7 +180,7 @@ public InputList<string> ProjectIds
}

/// <summary>
/// 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))
/// </summary>
[Input("sensitive")]
public Input<bool>? Sensitive { get; set; }
Expand Down Expand Up @@ -246,7 +246,7 @@ public InputList<string> ProjectIds
}

/// <summary>
/// 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))
/// </summary>
[Input("sensitive")]
public Input<bool>? Sensitive { get; set; }
Expand Down
12 changes: 6 additions & 6 deletions sdk/go/vercel/projectEnvironmentVariable.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sdk/go/vercel/pulumiTypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1873ce7

Please sign in to comment.