Skip to content

Commit

Permalink
Upgrade terraform-provider-ovh to v1.5.0 (#289)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks
  • Loading branch information
scraly authored Jan 29, 2025
1 parent 3b3ffd8 commit d8a445c
Show file tree
Hide file tree
Showing 396 changed files with 30,391 additions and 3,738 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
1.0.0
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/ovh/pulumi-ovh/examples

go 1.21
go 1.22

toolchain go1.21.1
toolchain go1.22.11
8 changes: 8 additions & 0 deletions provider/cmd/pulumi-resource-ovh/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ovh:CloudProject/failoverIpAttach:FailoverIpAttach": 0,
"ovh:CloudProject/gateway:Gateway": 0,
"ovh:CloudProject/gatewayInterface:GatewayInterface": 1,
"ovh:CloudProject/instance:Instance": 0,
"ovh:CloudProject/kube:Kube": 0,
"ovh:CloudProject/kubeIpRestrictions:KubeIpRestrictions": 0,
"ovh:CloudProject/kubeNodePool:KubeNodePool": 0,
Expand All @@ -20,6 +21,7 @@
"ovh:CloudProject/networkPrivateSubnetV2:NetworkPrivateSubnetV2": 0,
"ovh:CloudProject/project:Project": 0,
"ovh:CloudProject/regionLoadBalancerLogSubscription:RegionLoadBalancerLogSubscription": 0,
"ovh:CloudProject/regionNetwork:RegionNetwork": 1,
"ovh:CloudProject/regionStoragePresign:RegionStoragePresign": 0,
"ovh:CloudProject/s3Credential:S3Credential": 0,
"ovh:CloudProject/s3Policy:S3Policy": 0,
Expand All @@ -35,11 +37,13 @@
"ovh:CloudProjectDatabase/logSubscription:LogSubscription": 0,
"ovh:CloudProjectDatabase/m3DbNamespace:M3DbNamespace": 0,
"ovh:CloudProjectDatabase/m3DbUser:M3DbUser": 0,
"ovh:CloudProjectDatabase/mongoDbPrometheus:MongoDbPrometheus": 0,
"ovh:CloudProjectDatabase/mongoDbUser:MongoDbUser": 0,
"ovh:CloudProjectDatabase/opensearchPattern:OpensearchPattern": 0,
"ovh:CloudProjectDatabase/opensearchUser:OpensearchUser": 0,
"ovh:CloudProjectDatabase/postgresSqlConnectionPool:PostgresSqlConnectionPool": 0,
"ovh:CloudProjectDatabase/postgresSqlUser:PostgresSqlUser": 0,
"ovh:CloudProjectDatabase/prometheus:Prometheus": 0,
"ovh:CloudProjectDatabase/redisUser:RedisUser": 0,
"ovh:CloudProjectDatabase/user:User": 0,
"ovh:Dbaas/logsCluster:LogsCluster": 0,
Expand Down Expand Up @@ -126,6 +130,8 @@
"ovh:CloudProject/getContainerRegistryUsers:getContainerRegistryUsers": 0,
"ovh:CloudProject/getFailoverIpAttach:getFailoverIpAttach": 0,
"ovh:CloudProject/getGatewayInterface:getGatewayInterface": 1,
"ovh:CloudProject/getInstance:getInstance": 0,
"ovh:CloudProject/getInstances:getInstances": 0,
"ovh:CloudProject/getKube:getKube": 0,
"ovh:CloudProject/getKubeIpRestrictions:getKubeIpRestrictions": 0,
"ovh:CloudProject/getKubeNodePool:getKubeNodePool": 0,
Expand All @@ -137,13 +143,15 @@
"ovh:CloudProject/getM3dbNamespace:getM3dbNamespace": 0,
"ovh:CloudProject/getM3dbNamespaces:getM3dbNamespaces": 0,
"ovh:CloudProject/getM3dbUser:getM3dbUser": 0,
"ovh:CloudProject/getMongoDbPrometheus:getMongoDbPrometheus": 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,
"ovh:CloudProject/getPrometheus:getPrometheus": 0,
"ovh:CloudProject/getRedisUser:getRedisUser": 0,
"ovh:CloudProject/getRegion:getRegion": 0,
"ovh:CloudProject/getRegionLoadBalancerLogSubscription:getRegionLoadBalancerLogSubscription": 0,
Expand Down
Loading

0 comments on commit d8a445c

Please sign in to comment.