Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pulumi-terraform-bridge to 27a2e69fd393ba6db99ed00fadf28ad0fae8e9b0 #544

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions provider/cmd/pulumi-resource-digitalocean/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"properties": {
"name": {
"type": "string",
"description": "The name of the component.\n"
"description": "The hostname for the domain.\n"
},
"type": {
"type": "string",
Expand Down Expand Up @@ -307,7 +307,7 @@
},
"value": {
"type": "string",
"description": "The threshold for the type of the warning.\n",
"description": "The value of the environment variable.\n",
"secret": true
}
},
Expand All @@ -331,7 +331,7 @@
},
"cors": {
"$ref": "#/types/digitalocean:index/AppSpecFunctionCors:AppSpecFunctionCors",
"description": "The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n",
"description": "(Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n",
"deprecationMessage": "Service level CORS rules are deprecated in favor of ingresses"
},
"envs": {
Expand Down Expand Up @@ -369,7 +369,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecFunctionRoute:AppSpecFunctionRoute"
},
"description": "An HTTP paths that should be routed to this component.\n",
"description": "(Deprecated - use `ingress`) An HTTP paths that should be routed to this component.\n",
"deprecationMessage": "Service level routes are deprecated in favor of ingresses"
},
"sourceDir": {
Expand Down Expand Up @@ -492,7 +492,7 @@
},
"value": {
"type": "string",
"description": "The threshold for the type of the warning.\n",
"description": "The value of the environment variable.\n",
"secret": true
}
},
Expand Down Expand Up @@ -564,7 +564,7 @@
},
"name": {
"type": "string",
"description": "The name of the component.\n"
"description": "Name of the log destination. Minimum length: 2. Maximum length: 42.\n"
},
"papertrail": {
"$ref": "#/types/digitalocean:index/AppSpecFunctionLogDestinationPapertrail:AppSpecFunctionLogDestinationPapertrail",
Expand Down Expand Up @@ -636,7 +636,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecIngressRule:AppSpecIngressRule"
},
"description": "The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.\n"
"description": "Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.\n"
}
},
"type": "object",
Expand All @@ -656,7 +656,7 @@
},
"cors": {
"$ref": "#/types/digitalocean:index/AppSpecIngressRuleCors:AppSpecIngressRuleCors",
"description": "The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n"
"description": "(Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n"
},
"match": {
"$ref": "#/types/digitalocean:index/AppSpecIngressRuleMatch:AppSpecIngressRuleMatch",
Expand Down Expand Up @@ -686,7 +686,7 @@
},
"preservePathPrefix": {
"type": "boolean",
"description": "An optional flag to preserve the path that is forwarded to the backend service.\n"
"description": "An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.\n"
},
"rewrite": {
"type": "string",
Expand Down Expand Up @@ -763,7 +763,7 @@
"properties": {
"path": {
"$ref": "#/types/digitalocean:index/AppSpecIngressRuleMatchPath:AppSpecIngressRuleMatchPath",
"description": "Paths must start with `/` and must be unique within the app.\n"
"description": "The path to match on.\n"
}
},
"type": "object",
Expand Down Expand Up @@ -944,7 +944,7 @@
},
"value": {
"type": "string",
"description": "The threshold for the type of the warning.\n",
"description": "The value of the environment variable.\n",
"secret": true
}
},
Expand Down Expand Up @@ -1011,7 +1011,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecJobImageDeployOnPush:AppSpecJobImageDeployOnPush"
},
"description": "Whether to automatically deploy new commits made to the repo.\n"
"description": "Configures automatically deploying images pushed to DOCR.\n"
},
"registry": {
"type": "string",
Expand Down Expand Up @@ -1066,7 +1066,7 @@
},
"name": {
"type": "string",
"description": "The name of the component.\n"
"description": "Name of the log destination. Minimum length: 2. Maximum length: 42.\n"
},
"papertrail": {
"$ref": "#/types/digitalocean:index/AppSpecJobLogDestinationPapertrail:AppSpecJobLogDestinationPapertrail",
Expand Down Expand Up @@ -1133,7 +1133,7 @@
},
"cors": {
"$ref": "#/types/digitalocean:index/AppSpecServiceCors:AppSpecServiceCors",
"description": "The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n",
"description": "(Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n",
"deprecationMessage": "Service level CORS rules are deprecated in favor of ingresses"
},
"dockerfilePath": {
Expand Down Expand Up @@ -1206,7 +1206,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecServiceRoute:AppSpecServiceRoute"
},
"description": "An HTTP paths that should be routed to this component.\n",
"description": "(Deprecated - use `ingress`) An HTTP paths that should be routed to this component.\n",
"deprecationMessage": "Service level routes are deprecated in favor of ingresses"
},
"runCommand": {
Expand Down Expand Up @@ -1335,7 +1335,7 @@
},
"value": {
"type": "string",
"description": "The threshold for the type of the warning.\n",
"description": "The value of the environment variable.\n",
"secret": true
}
},
Expand Down Expand Up @@ -1431,7 +1431,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecServiceImageDeployOnPush:AppSpecServiceImageDeployOnPush"
},
"description": "Whether to automatically deploy new commits made to the repo.\n"
"description": "Configures automatically deploying images pushed to DOCR.\n"
},
"registry": {
"type": "string",
Expand Down Expand Up @@ -1486,7 +1486,7 @@
},
"name": {
"type": "string",
"description": "The name of the component.\n"
"description": "Name of the log destination. Minimum length: 2. Maximum length: 42.\n"
},
"papertrail": {
"$ref": "#/types/digitalocean:index/AppSpecServiceLogDestinationPapertrail:AppSpecServiceLogDestinationPapertrail",
Expand Down Expand Up @@ -1563,7 +1563,7 @@
},
"cors": {
"$ref": "#/types/digitalocean:index/AppSpecStaticSiteCors:AppSpecStaticSiteCors",
"description": "The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n",
"description": "(Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.\n",
"deprecationMessage": "Service level CORS rules are deprecated in favor of ingresses"
},
"dockerfilePath": {
Expand Down Expand Up @@ -1614,7 +1614,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecStaticSiteRoute:AppSpecStaticSiteRoute"
},
"description": "An HTTP paths that should be routed to this component.\n",
"description": "(Deprecated - use `ingress`) An HTTP paths that should be routed to this component.\n",
"deprecationMessage": "Service level routes are deprecated in favor of ingresses"
},
"sourceDir": {
Expand Down Expand Up @@ -1706,7 +1706,7 @@
},
"value": {
"type": "string",
"description": "The threshold for the type of the warning.\n",
"description": "The value of the environment variable.\n",
"secret": true
}
},
Expand Down Expand Up @@ -1903,7 +1903,7 @@
},
"value": {
"type": "string",
"description": "The threshold for the type of the warning.\n",
"description": "The value of the environment variable.\n",
"secret": true
}
},
Expand Down Expand Up @@ -1970,7 +1970,7 @@
"items": {
"$ref": "#/types/digitalocean:index/AppSpecWorkerImageDeployOnPush:AppSpecWorkerImageDeployOnPush"
},
"description": "Whether to automatically deploy new commits made to the repo.\n"
"description": "Configures automatically deploying images pushed to DOCR.\n"
},
"registry": {
"type": "string",
Expand Down Expand Up @@ -2025,7 +2025,7 @@
},
"name": {
"type": "string",
"description": "The name of the component.\n"
"description": "Name of the log destination. Minimum length: 2. Maximum length: 42.\n"
},
"papertrail": {
"$ref": "#/types/digitalocean:index/AppSpecWorkerLogDestinationPapertrail:AppSpecWorkerLogDestinationPapertrail",
Expand Down Expand Up @@ -2562,7 +2562,7 @@
"items": {
"type": "string"
},
"description": "A list of tag names to be applied to the Kubernetes cluster.\n"
"description": "A list of tag names applied to the node pool.\n"
},
"taints": {
"type": "array",
Expand Down Expand Up @@ -2605,7 +2605,7 @@
},
"name": {
"type": "string",
"description": "A name for the node pool.\n"
"description": "A name for the Kubernetes cluster.\n"
},
"status": {
"type": "string",
Expand Down Expand Up @@ -10716,7 +10716,7 @@
},
"name": {
"type": "string",
"description": "A name for the node pool.\n"
"description": "A name for the Kubernetes cluster.\n"
},
"nodePool": {
"$ref": "#/types/digitalocean:index/KubernetesClusterNodePool:KubernetesClusterNodePool",
Expand Down Expand Up @@ -10798,7 +10798,7 @@
},
"name": {
"type": "string",
"description": "A name for the node pool.\n"
"description": "A name for the Kubernetes cluster.\n"
},
"nodePool": {
"$ref": "#/types/digitalocean:index/KubernetesClusterNodePool:KubernetesClusterNodePool",
Expand Down Expand Up @@ -10896,7 +10896,7 @@
},
"name": {
"type": "string",
"description": "A name for the node pool.\n"
"description": "A name for the Kubernetes cluster.\n"
},
"nodePool": {
"$ref": "#/types/digitalocean:index/KubernetesClusterNodePool:KubernetesClusterNodePool",
Expand Down
3 changes: 2 additions & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/digitalocean/terraform-provider-digitalocean v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.1-0.20231117214246-27a2e69fd393
github.com/pulumi/pulumi/pkg/v3 v3.93.0
github.com/pulumi/pulumi/sdk/v3 v3.93.0
)
Expand Down Expand Up @@ -216,6 +216,7 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/yuin/goldmark v1.5.2 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2166,8 +2166,8 @@ github.com/pulumi/pulumi-java/pkg v0.9.8 h1:c8mYsalnRXA2Ibgvv6scefOn6mW1Vb0UT0mc
github.com/pulumi/pulumi-java/pkg v0.9.8/go.mod h1:c6rSw/+q4O0IImgJ9axxoC6QesbPYWBaG5gimbHouUQ=
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.1 h1:SCg1gjfY9N4yn8U8peIUYATifjoDABkyR7H9lmefsfc=
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.1/go.mod h1:7OeUPH8rpt5ipyj9EFcnXpuzQ8SHL0dyqdfa8nOacdk=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0 h1:uZGU4J23ABm6BYDSbzVJjVHzuilVHyKxetUI7k7SZBg=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.0/go.mod h1:xs+jm130x0f6wl99ACQIagAU4m/TP0+cTO+qARnDYAE=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.1-0.20231117214246-27a2e69fd393 h1:IrfEll9HsamlhmvJMJAdNFGV6Ytk67lb5cuDtNGRcQM=
github.com/pulumi/pulumi-terraform-bridge/v3 v3.65.1-0.20231117214246-27a2e69fd393/go.mod h1:nD6WrXZnT15wXDnZWwci6BblExOaz3oRlCYYzCN34do=
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4 h1:rIzMmtcVpPX8ynaz6/nW5AHNY63DiNfCohqmxWvMpM4=
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4/go.mod h1:Kt8RIZWa/N8rW3+0g6NrqCBmF3o+HuIhFaZpssEkG6w=
github.com/pulumi/pulumi-yaml v1.4.0 h1:vIm+F18aPXqHcgCZcD+PCEtA96Fbs96wHoW8RPVxJfk=
Expand Down Expand Up @@ -2390,6 +2390,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.5.2 h1:ALmeCk/px5FSm1MAcFBAsVKZjDuMVj8Tm7FFIlMJnqU=
github.com/yuin/goldmark v1.5.2/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43/go.mod h1:aX5oPXxHm3bOH+xeAttToC8pqch2ScQN/JoXYupl6xs=
github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50/go.mod h1:NUSPSUX/bi6SeDMUh6brw0nXpxHnc96TguQh0+r/ssA=
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg=
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/AppSpecDomainNameArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pulumi.DigitalOcean.Inputs
public sealed class AppSpecDomainNameArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// The name of the component.
/// The hostname for the domain.
/// </summary>
[Input("name", required: true)]
public Input<string> Name { get; set; } = null!;
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/AppSpecDomainNameGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pulumi.DigitalOcean.Inputs
public sealed class AppSpecDomainNameGetArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// The name of the component.
/// The hostname for the domain.
/// </summary>
[Input("name", required: true)]
public Input<string> Name { get; set; } = null!;
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/AppSpecEnvArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class AppSpecEnvArgs : global::Pulumi.ResourceArgs
private Input<string>? _value;

/// <summary>
/// The threshold for the type of the warning.
/// The value of the environment variable.
/// </summary>
public Input<string>? Value
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/AppSpecEnvGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class AppSpecEnvGetArgs : global::Pulumi.ResourceArgs
private Input<string>? _value;

/// <summary>
/// The threshold for the type of the warning.
/// The value of the environment variable.
/// </summary>
public Input<string>? Value
{
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Inputs/AppSpecFunctionArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public InputList<Inputs.AppSpecFunctionAlertArgs> Alerts
}

/// <summary>
/// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
/// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
/// </summary>
[Input("cors")]
public Input<Inputs.AppSpecFunctionCorsArgs>? Cors { get; set; }
Expand Down Expand Up @@ -82,7 +82,7 @@ public InputList<Inputs.AppSpecFunctionLogDestinationArgs> LogDestinations
private InputList<Inputs.AppSpecFunctionRouteArgs>? _routes;

/// <summary>
/// An HTTP paths that should be routed to this component.
/// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
/// </summary>
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList<Inputs.AppSpecFunctionRouteArgs> Routes
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/AppSpecFunctionEnvArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class AppSpecFunctionEnvArgs : global::Pulumi.ResourceArgs
private Input<string>? _value;

/// <summary>
/// The threshold for the type of the warning.
/// The value of the environment variable.
/// </summary>
public Input<string>? Value
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/AppSpecFunctionEnvGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed class AppSpecFunctionEnvGetArgs : global::Pulumi.ResourceArgs
private Input<string>? _value;

/// <summary>
/// The threshold for the type of the warning.
/// The value of the environment variable.
/// </summary>
public Input<string>? Value
{
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Inputs/AppSpecFunctionGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public InputList<Inputs.AppSpecFunctionAlertGetArgs> Alerts
}

/// <summary>
/// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
/// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
/// </summary>
[Input("cors")]
public Input<Inputs.AppSpecFunctionCorsGetArgs>? Cors { get; set; }
Expand Down Expand Up @@ -82,7 +82,7 @@ public InputList<Inputs.AppSpecFunctionLogDestinationGetArgs> LogDestinations
private InputList<Inputs.AppSpecFunctionRouteGetArgs>? _routes;

/// <summary>
/// An HTTP paths that should be routed to this component.
/// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
/// </summary>
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList<Inputs.AppSpecFunctionRouteGetArgs> Routes
Expand Down
Loading
Loading