Skip to content

Commit d8a445c

Browse files
authored
Upgrade terraform-provider-ovh to v1.5.0 (#289)
* make tfgen * make build_sdks
1 parent 3b3ffd8 commit d8a445c

File tree

396 files changed

+30391
-3738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+30391
-3738
lines changed

.pulumi-java-gen.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.0
1+
1.0.0

examples/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/ovh/pulumi-ovh/examples
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.1
5+
toolchain go1.22.11

provider/cmd/pulumi-resource-ovh/bridge-metadata.json

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"ovh:CloudProject/failoverIpAttach:FailoverIpAttach": 0,
1212
"ovh:CloudProject/gateway:Gateway": 0,
1313
"ovh:CloudProject/gatewayInterface:GatewayInterface": 1,
14+
"ovh:CloudProject/instance:Instance": 0,
1415
"ovh:CloudProject/kube:Kube": 0,
1516
"ovh:CloudProject/kubeIpRestrictions:KubeIpRestrictions": 0,
1617
"ovh:CloudProject/kubeNodePool:KubeNodePool": 0,
@@ -20,6 +21,7 @@
2021
"ovh:CloudProject/networkPrivateSubnetV2:NetworkPrivateSubnetV2": 0,
2122
"ovh:CloudProject/project:Project": 0,
2223
"ovh:CloudProject/regionLoadBalancerLogSubscription:RegionLoadBalancerLogSubscription": 0,
24+
"ovh:CloudProject/regionNetwork:RegionNetwork": 1,
2325
"ovh:CloudProject/regionStoragePresign:RegionStoragePresign": 0,
2426
"ovh:CloudProject/s3Credential:S3Credential": 0,
2527
"ovh:CloudProject/s3Policy:S3Policy": 0,
@@ -35,11 +37,13 @@
3537
"ovh:CloudProjectDatabase/logSubscription:LogSubscription": 0,
3638
"ovh:CloudProjectDatabase/m3DbNamespace:M3DbNamespace": 0,
3739
"ovh:CloudProjectDatabase/m3DbUser:M3DbUser": 0,
40+
"ovh:CloudProjectDatabase/mongoDbPrometheus:MongoDbPrometheus": 0,
3841
"ovh:CloudProjectDatabase/mongoDbUser:MongoDbUser": 0,
3942
"ovh:CloudProjectDatabase/opensearchPattern:OpensearchPattern": 0,
4043
"ovh:CloudProjectDatabase/opensearchUser:OpensearchUser": 0,
4144
"ovh:CloudProjectDatabase/postgresSqlConnectionPool:PostgresSqlConnectionPool": 0,
4245
"ovh:CloudProjectDatabase/postgresSqlUser:PostgresSqlUser": 0,
46+
"ovh:CloudProjectDatabase/prometheus:Prometheus": 0,
4347
"ovh:CloudProjectDatabase/redisUser:RedisUser": 0,
4448
"ovh:CloudProjectDatabase/user:User": 0,
4549
"ovh:Dbaas/logsCluster:LogsCluster": 0,
@@ -126,6 +130,8 @@
126130
"ovh:CloudProject/getContainerRegistryUsers:getContainerRegistryUsers": 0,
127131
"ovh:CloudProject/getFailoverIpAttach:getFailoverIpAttach": 0,
128132
"ovh:CloudProject/getGatewayInterface:getGatewayInterface": 1,
133+
"ovh:CloudProject/getInstance:getInstance": 0,
134+
"ovh:CloudProject/getInstances:getInstances": 0,
129135
"ovh:CloudProject/getKube:getKube": 0,
130136
"ovh:CloudProject/getKubeIpRestrictions:getKubeIpRestrictions": 0,
131137
"ovh:CloudProject/getKubeNodePool:getKubeNodePool": 0,
@@ -137,13 +143,15 @@
137143
"ovh:CloudProject/getM3dbNamespace:getM3dbNamespace": 0,
138144
"ovh:CloudProject/getM3dbNamespaces:getM3dbNamespaces": 0,
139145
"ovh:CloudProject/getM3dbUser:getM3dbUser": 0,
146+
"ovh:CloudProject/getMongoDbPrometheus:getMongoDbPrometheus": 0,
140147
"ovh:CloudProject/getMongoDbUser:getMongoDbUser": 0,
141148
"ovh:CloudProject/getNetworkPrivate:getNetworkPrivate": 1,
142149
"ovh:CloudProject/getNetworkPrivateSubnets:getNetworkPrivateSubnets": 1,
143150
"ovh:CloudProject/getNetworkPrivates:getNetworkPrivates": 1,
144151
"ovh:CloudProject/getOpenSearchPattern:getOpenSearchPattern": 0,
145152
"ovh:CloudProject/getOpenSearchPatterns:getOpenSearchPatterns": 0,
146153
"ovh:CloudProject/getOpenSearchUser:getOpenSearchUser": 0,
154+
"ovh:CloudProject/getPrometheus:getPrometheus": 0,
147155
"ovh:CloudProject/getRedisUser:getRedisUser": 0,
148156
"ovh:CloudProject/getRegion:getRegion": 0,
149157
"ovh:CloudProject/getRegionLoadBalancerLogSubscription:getRegionLoadBalancerLogSubscription": 0,

0 commit comments

Comments
 (0)