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 be7f79a9478b202291c6d757f77192abacf77fba #606

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
90 changes: 60 additions & 30 deletions provider/cmd/pulumi-resource-digitalocean/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2842,7 +2842,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"description": "List of email addresses to sent notifications to\n"
},
"slacks": {
"type": "array",
Expand All @@ -2856,10 +2857,12 @@
"digitalocean:index/MonitorAlertAlertsSlack:MonitorAlertAlertsSlack": {
"properties": {
"channel": {
"type": "string"
"type": "string",
"description": "The Slack channel to send alerts to\n"
},
"url": {
"type": "string"
"type": "string",
"description": "The webhook URL for Slack\n"
}
},
"type": "object",
Expand Down Expand Up @@ -3096,7 +3099,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"description": "List of features which is applied to the app\n"
},
"functions": {
"type": "array",
Expand All @@ -3118,7 +3122,8 @@
"description": "The name of the component.\n"
},
"region": {
"type": "string"
"type": "string",
"description": "The slug for the DigitalOcean data center region hosting the app\n"
},
"services": {
"type": "array",
Expand Down Expand Up @@ -3217,10 +3222,12 @@
"description": "The type of the environment variable, `GENERAL` or `SECRET`.\n"
},
"wildcard": {
"type": "boolean"
"type": "boolean",
"description": "Indicates whether the domain includes all sub-domains, in addition to the given domain.\n"
},
"zone": {
"type": "string"
"type": "string",
"description": "If the domain uses DigitalOcean DNS and you would like App Platform to automatically manage it for you, set this to the name of the domain on your account.\n"
}
},
"type": "object",
Expand Down Expand Up @@ -4409,7 +4416,8 @@
"description": "The number of seconds to wait between health checks.\n"
},
"port": {
"type": "integer"
"type": "integer",
"description": "The port on which the health check will be performed. If not set, the health check will be performed on the component's http_port.\n"
},
"successThreshold": {
"type": "integer",
Expand Down Expand Up @@ -5253,7 +5261,8 @@
"description": "Whether backups are enabled.\n"
},
"createdAt": {
"type": "string"
"type": "string",
"description": "the creation date for the Droplet\n"
},
"disk": {
"type": "integer",
Expand Down Expand Up @@ -5300,7 +5309,8 @@
"description": "Whether monitoring agent is installed.\n"
},
"name": {
"type": "string"
"type": "string",
"description": "name of the Droplet\n"
},
"priceHourly": {
"type": "number",
Expand Down Expand Up @@ -5581,7 +5591,8 @@
"description": "When the image was created\n"
},
"description": {
"type": "string"
"type": "string",
"description": "a description of the image\n"
},
"distribution": {
"type": "string",
Expand Down Expand Up @@ -5914,13 +5925,15 @@
"type": "array",
"items": {
"type": "string"
}
},
"description": "the rules for ALLOWING traffic to the LB (strings in the form: 'ip:1.2.3.4' or 'cidr:1.2.0.0/16')\n"
},
"denies": {
"type": "array",
"items": {
"type": "string"
}
},
"description": "the rules for DENYING traffic to the LB (strings in the form: 'ip:1.2.3.4' or 'cidr:1.2.0.0/16')\n"
}
},
"type": "object",
Expand All @@ -5937,25 +5950,32 @@
"digitalocean:index/getLoadBalancerForwardingRule:getLoadBalancerForwardingRule": {
"properties": {
"certificateId": {
"type": "string"
"type": "string",
"description": "the id of the tls certificate used for ssl termination if enabled\n"
},
"certificateName": {
"type": "string"
"type": "string",
"description": "the name of the tls certificate used for ssl termination if enabled\n"
},
"entryPort": {
"type": "integer"
"type": "integer",
"description": "the port on which the load balancer instance will listen\n"
},
"entryProtocol": {
"type": "string"
"type": "string",
"description": "the protocol used for traffic to the load balancer\n"
},
"targetPort": {
"type": "integer"
"type": "integer",
"description": "the port on the backend Droplets to which the load balancer will send traffic\n"
},
"targetProtocol": {
"type": "string"
"type": "string",
"description": "the protocol used for traffic to the backend droplets\n"
},
"tlsPassthrough": {
"type": "boolean"
"type": "boolean",
"description": "whether ssl encrypted traffic will be passed through to the backend droplets\n"
}
},
"type": "object",
Expand All @@ -5977,25 +5997,32 @@
"digitalocean:index/getLoadBalancerHealthcheck:getLoadBalancerHealthcheck": {
"properties": {
"checkIntervalSeconds": {
"type": "integer"
"type": "integer",
"description": "the number of seconds between between two consecutive health checks\n"
},
"healthyThreshold": {
"type": "integer"
"type": "integer",
"description": "the number of times a health check must pass for a backend droplet to be marked 'healthy' and be re-added to the pool\n"
},
"path": {
"type": "string"
"type": "string",
"description": "the path on the backend Droplets to which the Load Balancer will send a request\n"
},
"port": {
"type": "integer"
"type": "integer",
"description": "the port on the backend droplets on which the health check will attempt a connection\n"
},
"protocol": {
"type": "string"
"type": "string",
"description": "the protocol used for health checks sent to the backend droplets\n"
},
"responseTimeoutSeconds": {
"type": "integer"
"type": "integer",
"description": "the number of seconds to wait for a response until marking a health check as failed\n"
},
"unhealthyThreshold": {
"type": "integer"
"type": "integer",
"description": "The number of times a health check must fail for a backend droplet to be marked 'unhealthy' and be removed from the pool\n"
}
},
"type": "object",
Expand All @@ -6017,13 +6044,16 @@
"digitalocean:index/getLoadBalancerStickySession:getLoadBalancerStickySession": {
"properties": {
"cookieName": {
"type": "string"
"type": "string",
"description": "the name of the cookie sent to the client\n"
},
"cookieTtlSeconds": {
"type": "integer"
"type": "integer",
"description": "the number of seconds until the cookie set by the Load Balancer expires\n"
},
"type": {
"type": "string"
"type": "string",
"description": "how and if requests from a client will be persistently served by the same backend droplet\n"
}
},
"type": "object",
Expand Down
36 changes: 18 additions & 18 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ go 1.21

require (
github.com/digitalocean/terraform-provider-digitalocean v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.72.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.72.1-0.20240131191004-be7f79a9478b
github.com/pulumi/pulumi/pkg/v3 v3.103.1
github.com/pulumi/pulumi/sdk/v3 v3.103.1
)

replace (
github.com/digitalocean/terraform-provider-digitalocean => ../upstream
github.com/hashicorp/go-getter v1.5.0 => github.com/hashicorp/go-getter v1.4.0
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230912190043-e6d96b3b8f7e
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240129205329-74776a5cd5f9
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
)

require (
cloud.google.com/go v0.110.8 // indirect
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go v0.110.10 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.2 // indirect
cloud.google.com/go/kms v1.15.2 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
cloud.google.com/go/kms v1.15.5 // indirect
cloud.google.com/go/logging v1.8.1 // indirect
cloud.google.com/go/longrunning v0.5.1 // indirect
cloud.google.com/go/longrunning v0.5.4 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
Expand Down Expand Up @@ -98,11 +98,11 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
Expand Down Expand Up @@ -133,7 +133,7 @@ require (
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.19.0 // indirect
github.com/hashicorp/terraform-json v0.17.1 // indirect
github.com/hashicorp/terraform-plugin-go v0.20.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.21.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
Expand Down Expand Up @@ -227,21 +227,21 @@ require (
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/oauth2 v0.14.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.15.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.128.0 // indirect
google.golang.org/api v0.149.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/grpc v1.60.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading
Loading