Skip to content

Commit

Permalink
Upgrade terraform-provider-ovh to v0.50.0 (#230)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks

* make tfgen

* make build_sdks
  • Loading branch information
scraly authored Sep 20, 2024
1 parent cc46cff commit 20ec518
Show file tree
Hide file tree
Showing 379 changed files with 29,581 additions and 1,263 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.16.1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PROVIDER_PATH := provider
VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version

JAVA_GEN := pulumi-java-gen
JAVA_GEN_VERSION := v0.16.0
JAVA_GEN_VERSION := v0.16.1
TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}
VERSION := $(shell pulumictl get version)
Expand Down
4 changes: 3 additions & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/ovh/pulumi-ovh/examples

go 1.20
go 1.21

toolchain go1.21.1
13 changes: 13 additions & 0 deletions provider/cmd/pulumi-resource-ovh/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,14 @@
"ovh:IpLoadBalancing/httpRouteRule:HttpRouteRule": 0,
"ovh:IpLoadBalancing/loadBalancer:LoadBalancer": 0,
"ovh:IpLoadBalancing/refresh:Refresh": 0,
"ovh:IpLoadBalancing/ssl:Ssl": 1,
"ovh:IpLoadBalancing/tcpFarm:TcpFarm": 0,
"ovh:IpLoadBalancing/tcpFarmServer:TcpFarmServer": 0,
"ovh:IpLoadBalancing/tcpFrontend:TcpFrontend": 0,
"ovh:IpLoadBalancing/tcpRoute:TcpRoute": 0,
"ovh:IpLoadBalancing/tcpRouteRule:TcpRouteRule": 0,
"ovh:IpLoadBalancing/udpFarm:UdpFarm": 1,
"ovh:IpLoadBalancing/udpFarmServer:UdpFarmServer": 1,
"ovh:IpLoadBalancing/udpFrontend:UdpFrontend": 1,
"ovh:IpLoadBalancing/vrackNetwork:VrackNetwork": 0,
"ovh:Me/aPIOAuth2Client:APIOAuth2Client": 0,
Expand All @@ -93,6 +96,9 @@
"ovh:Me/installationTemplatePartitionScheme:InstallationTemplatePartitionScheme": 0,
"ovh:Me/installationTemplatePartitionSchemeHardwareRaid:InstallationTemplatePartitionSchemeHardwareRaid": 0,
"ovh:Me/installationTemplatePartitionSchemePartition:InstallationTemplatePartitionSchemePartition": 0,
"ovh:Okms/credential:Credential": 1,
"ovh:Okms/okms:Okms": 1,
"ovh:Okms/serviceKey:ServiceKey": 1,
"ovh:Vps/vps:Vps": 1,
"ovh:Vrack/cloudProject:CloudProject": 0,
"ovh:Vrack/dedicatedServer:DedicatedServer": 0,
Expand Down Expand Up @@ -126,6 +132,9 @@
"ovh:CloudProject/getM3dbNamespaces:getM3dbNamespaces": 0,
"ovh:CloudProject/getM3dbUser:getM3dbUser": 0,
"ovh:CloudProject/getMongoDbUser:getMongoDbUser": 0,
"ovh:CloudProject/getNetworkPrivate:getNetworkPrivate": 1,
"ovh:CloudProject/getNetworkPrivateSubnets:getNetworkPrivateSubnets": 1,
"ovh:CloudProject/getNetworkPrivates:getNetworkPrivates": 1,
"ovh:CloudProject/getOpenSearchPattern:getOpenSearchPattern": 0,
"ovh:CloudProject/getOpenSearchPatterns:getOpenSearchPatterns": 0,
"ovh:CloudProject/getOpenSearchUser:getOpenSearchUser": 0,
Expand Down Expand Up @@ -205,6 +214,10 @@
"ovh:Me/getMe:getMe": 0,
"ovh:Me/getPaymentmeanBankAccount:getPaymentmeanBankAccount": 0,
"ovh:Me/getPaymentmeanCreditCard:getPaymentmeanCreditCard": 0,
"ovh:Okms/getOkmsCredential:getOkmsCredential": 1,
"ovh:Okms/getOkmsResource:getOkmsResource": 1,
"ovh:Okms/getOkmsServiceKey:getOkmsServiceKey": 1,
"ovh:Okms/getOkmsServiceKeyJwk:getOkmsServiceKeyJwk": 1,
"ovh:Order/getCart:getCart": 0,
"ovh:Order/getCartProduct:getCartProduct": 0,
"ovh:Order/getCartProductOptions:getCartProductOptions": 0,
Expand Down
1,968 changes: 1,743 additions & 225 deletions provider/cmd/pulumi-resource-ovh/schema.json

Large diffs are not rendered by default.

70 changes: 34 additions & 36 deletions provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
module github.com/ovh/pulumi-ovh/provider

go 1.22
go 1.22.0

toolchain go1.22.7

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/ovh/terraform-provider-ovh v0.49.0
github.com/pulumi/pulumi-terraform-bridge/pf v0.43.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.90.0
github.com/pulumi/pulumi/sdk/v3 v3.130.0
github.com/ovh/terraform-provider-ovh v0.50.0
github.com/pulumi/pulumi-terraform-bridge/pf v0.44.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.91.0
github.com/pulumi/pulumi/sdk/v3 v3.133.0
)

require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/compute v1.25.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.6 // indirect
cloud.google.com/go/kms v1.15.7 // indirect
cloud.google.com/go/logging v1.9.0 // indirect
Expand All @@ -35,7 +34,7 @@ require (
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
Expand Down Expand Up @@ -86,7 +85,7 @@ require (
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/glog v1.2.0 // indirect
github.com/golang/glog v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
Expand All @@ -106,30 +105,30 @@ require (
github.com/hashicorp/go-getter v1.7.5 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-plugin v1.6.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.6.3 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/hc-install v0.8.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.20.0 // indirect
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.20.0 // indirect
github.com/hashicorp/terraform-json v0.21.0 // indirect
github.com/hashicorp/terraform-plugin-framework v1.11.0 // indirect
github.com/hashicorp/terraform-exec v0.21.0 // indirect
github.com/hashicorp/terraform-json v0.22.1 // indirect
github.com/hashicorp/terraform-plugin-framework v1.12.0 // indirect
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.24.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-mux v0.16.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.8.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
github.com/hashicorp/terraform-plugin-testing v1.7.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
github.com/hashicorp/terraform-plugin-testing v1.10.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault/api v1.12.0 // indirect
Expand Down Expand Up @@ -178,12 +177,12 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.9.1 // indirect
github.com/pulumi/esc v0.10.0 // indirect
github.com/pulumi/inflector v0.1.1 // indirect
github.com/pulumi/pulumi-java/pkg v0.14.0 // indirect
github.com/pulumi/pulumi-java/pkg v0.16.1 // indirect
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 // indirect
github.com/pulumi/pulumi-yaml v1.9.2 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.130.0 // indirect
github.com/pulumi/pulumi-yaml v1.10.0 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.133.0 // indirect
github.com/pulumi/schema-tools v0.1.2 // indirect
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
Expand All @@ -204,7 +203,6 @@ require (
github.com/stretchr/testify v1.9.0 // indirect
github.com/teekennedy/goldmark-markdown v0.3.0 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
Expand All @@ -217,7 +215,7 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/ybriffa/rfc3339 v0.0.0-20220203155318-1789e3fd6e70 // indirect
github.com/yuin/goldmark v1.7.4 // indirect
github.com/zclconf/go-cty v1.14.3 // indirect
github.com/zclconf/go-cty v1.15.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
Expand All @@ -227,25 +225,25 @@ require (
go.uber.org/atomic v1.9.0 // indirect
gocloud.dev v0.37.0 // indirect
gocloud.dev/secrets/hashivault v0.37.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.34.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/grpc v1.66.2 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 20ec518

Please sign in to comment.