Skip to content

Commit fe6370c

Browse files
committed
Merge 'publish/v0.0.29' into 'main'
feat:v0.0.29 publish See merge request: !37
2 parents 8161d69 + 301f8e9 commit fe6370c

File tree

7,230 files changed

+246156
-177198
lines changed

Some content is hidden

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

7,230 files changed

+246156
-177198
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PULUMI_MISSING_DOCS_ERROR := false
1717

1818
# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
1919
# Local & branch builds will just used this fixed default version unless specified
20-
PROVIDER_VERSION ?= 0.0.28
20+
PROVIDER_VERSION ?= 0.0.29
2121

2222
# Check version doesn't start with a "v" - this is a common mistake
2323
ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)

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

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@
299299
"db_instance_ids": {
300300
"maxItemsOne": false
301301
},
302+
"instance_remove_policies": {
303+
"maxItemsOne": false
304+
},
305+
"instances": {
306+
"maxItemsOne": false
307+
},
302308
"launch_template_overrides": {
303309
"maxItemsOne": false
304310
},
@@ -1002,6 +1008,9 @@
10021008
}
10031009
}
10041010
},
1011+
"volcenginecc_cen_grant_instance": {
1012+
"current": "volcenginecc:cen/grantInstance:GrantInstance"
1013+
},
10051014
"volcenginecc_clb_acl": {
10061015
"current": "volcenginecc:clb/acl:Acl",
10071016
"fields": {
@@ -1355,6 +1364,13 @@
13551364
}
13561365
}
13571366
},
1367+
"import_image": {
1368+
"fields": {
1369+
"import_data_volumes": {
1370+
"maxItemsOne": false
1371+
}
1372+
}
1373+
},
13581374
"share_permission": {
13591375
"maxItemsOne": false
13601376
},
@@ -2055,6 +2071,9 @@
20552071
}
20562072
}
20572073
},
2074+
"volcenginecc_privatezone_user_vpc_authorization": {
2075+
"current": "volcenginecc:privatezone/userVpcAuthorization:UserVpcAuthorization"
2076+
},
20582077
"volcenginecc_rabbitmq_instance": {
20592078
"current": "volcenginecc:rabbitmq/instance:Instance",
20602079
"fields": {
@@ -2574,6 +2593,9 @@
25742593
}
25752594
}
25762595
},
2596+
"volcenginecc_vedbm_account": {
2597+
"current": "volcenginecc:vedbm/account:Account"
2598+
},
25772599
"volcenginecc_vedbm_allow_list": {
25782600
"current": "volcenginecc:vedbm/allowList:AllowList",
25792601
"fields": {
@@ -2634,6 +2656,41 @@
26342656
}
26352657
}
26362658
},
2659+
"volcenginecc_vefaas_function": {
2660+
"current": "volcenginecc:vefaas/function:Function",
2661+
"fields": {
2662+
"envs": {
2663+
"maxItemsOne": false
2664+
},
2665+
"nas_storage": {
2666+
"fields": {
2667+
"nas_configs": {
2668+
"maxItemsOne": false
2669+
}
2670+
}
2671+
},
2672+
"tags": {
2673+
"maxItemsOne": false
2674+
},
2675+
"tos_mount_config": {
2676+
"fields": {
2677+
"mount_points": {
2678+
"maxItemsOne": false
2679+
}
2680+
}
2681+
},
2682+
"vpc_config": {
2683+
"fields": {
2684+
"security_group_ids": {
2685+
"maxItemsOne": false
2686+
},
2687+
"subnet_ids": {
2688+
"maxItemsOne": false
2689+
}
2690+
}
2691+
}
2692+
}
2693+
},
26372694
"volcenginecc_vefaas_kafka_trigger": {
26382695
"current": "volcenginecc:vefaas/kafkaTrigger:KafkaTrigger"
26392696
},
@@ -2926,6 +2983,16 @@
29262983
"fields": {
29272984
"instance_type": {
29282985
"fields": {
2986+
"calculate_price_params": {
2987+
"maxItemsOne": false,
2988+
"elem": {
2989+
"fields": {
2990+
"cal_charge_item_list": {
2991+
"maxItemsOne": false
2992+
}
2993+
}
2994+
}
2995+
},
29292996
"downsampling_periods": {
29302997
"maxItemsOne": false
29312998
}
@@ -3175,6 +3242,26 @@
31753242
}
31763243
}
31773244
},
3245+
"volcenginecc_vpn_vpn_connection": {
3246+
"current": "volcenginecc:vpn/vpnConnection:VpnConnection",
3247+
"fields": {
3248+
"health_checkers": {
3249+
"maxItemsOne": false
3250+
},
3251+
"local_subnet": {
3252+
"maxItemsOne": false
3253+
},
3254+
"remote_subnet": {
3255+
"maxItemsOne": false
3256+
},
3257+
"tags": {
3258+
"maxItemsOne": false
3259+
},
3260+
"tunnel_options": {
3261+
"maxItemsOne": false
3262+
}
3263+
}
3264+
},
31783265
"volcenginecc_vpn_vpn_gateway": {
31793266
"current": "volcenginecc:vpn/vpnGateway:VpnGateway",
31803267
"fields": {
@@ -3681,6 +3768,12 @@
36813768
"db_instance_ids": {
36823769
"maxItemsOne": false
36833770
},
3771+
"instance_remove_policies": {
3772+
"maxItemsOne": false
3773+
},
3774+
"instances": {
3775+
"maxItemsOne": false
3776+
},
36843777
"launch_template_overrides": {
36853778
"maxItemsOne": false
36863779
},
@@ -4480,6 +4573,17 @@
44804573
}
44814574
}
44824575
},
4576+
"volcenginecc_cen_grant_instance": {
4577+
"current": "volcenginecc:cen/getGrantInstance:getGrantInstance"
4578+
},
4579+
"volcenginecc_cen_grant_instances": {
4580+
"current": "volcenginecc:cen/getGrantInstances:getGrantInstances",
4581+
"fields": {
4582+
"ids": {
4583+
"maxItemsOne": false
4584+
}
4585+
}
4586+
},
44834587
"volcenginecc_clb_acl": {
44844588
"current": "volcenginecc:clb/getAcl:getAcl",
44854589
"fields": {
@@ -5033,6 +5137,13 @@
50335137
}
50345138
}
50355139
},
5140+
"import_image": {
5141+
"fields": {
5142+
"import_data_volumes": {
5143+
"maxItemsOne": false
5144+
}
5145+
}
5146+
},
50365147
"share_permission": {
50375148
"maxItemsOne": false
50385149
},
@@ -6067,6 +6178,17 @@
60676178
}
60686179
}
60696180
},
6181+
"volcenginecc_privatezone_user_vpc_authorization": {
6182+
"current": "volcenginecc:privatezone/getUserVpcAuthorization:getUserVpcAuthorization"
6183+
},
6184+
"volcenginecc_privatezone_user_vpc_authorizations": {
6185+
"current": "volcenginecc:privatezone/getUserVpcAuthorizations:getUserVpcAuthorizations",
6186+
"fields": {
6187+
"ids": {
6188+
"maxItemsOne": false
6189+
}
6190+
}
6191+
},
60706192
"volcenginecc_rabbitmq_instance": {
60716193
"current": "volcenginecc:rabbitmq/getInstance:getInstance",
60726194
"fields": {
@@ -6866,6 +6988,17 @@
68666988
}
68676989
}
68686990
},
6991+
"volcenginecc_vedbm_account": {
6992+
"current": "volcenginecc:vedbm/getAccount:getAccount"
6993+
},
6994+
"volcenginecc_vedbm_accounts": {
6995+
"current": "volcenginecc:vedbm/getAccounts:getAccounts",
6996+
"fields": {
6997+
"ids": {
6998+
"maxItemsOne": false
6999+
}
7000+
}
7001+
},
68697002
"volcenginecc_vedbm_allow_list": {
68707003
"current": "volcenginecc:vedbm/getAllowList:getAllowList",
68717004
"fields": {
@@ -6958,6 +7091,49 @@
69587091
}
69597092
}
69607093
},
7094+
"volcenginecc_vefaas_function": {
7095+
"current": "volcenginecc:vefaas/getFunction:getFunction",
7096+
"fields": {
7097+
"envs": {
7098+
"maxItemsOne": false
7099+
},
7100+
"nas_storage": {
7101+
"fields": {
7102+
"nas_configs": {
7103+
"maxItemsOne": false
7104+
}
7105+
}
7106+
},
7107+
"tags": {
7108+
"maxItemsOne": false
7109+
},
7110+
"tos_mount_config": {
7111+
"fields": {
7112+
"mount_points": {
7113+
"maxItemsOne": false
7114+
}
7115+
}
7116+
},
7117+
"vpc_config": {
7118+
"fields": {
7119+
"security_group_ids": {
7120+
"maxItemsOne": false
7121+
},
7122+
"subnet_ids": {
7123+
"maxItemsOne": false
7124+
}
7125+
}
7126+
}
7127+
}
7128+
},
7129+
"volcenginecc_vefaas_functions": {
7130+
"current": "volcenginecc:vefaas/getFunctions:getFunctions",
7131+
"fields": {
7132+
"ids": {
7133+
"maxItemsOne": false
7134+
}
7135+
}
7136+
},
69617137
"volcenginecc_vefaas_kafka_trigger": {
69627138
"current": "volcenginecc:vefaas/getKafkaTrigger:getKafkaTrigger"
69637139
},
@@ -7322,6 +7498,16 @@
73227498
"fields": {
73237499
"instance_type": {
73247500
"fields": {
7501+
"calculate_price_params": {
7502+
"maxItemsOne": false,
7503+
"elem": {
7504+
"fields": {
7505+
"cal_charge_item_list": {
7506+
"maxItemsOne": false
7507+
}
7508+
}
7509+
}
7510+
},
73257511
"downsampling_periods": {
73267512
"maxItemsOne": false
73277513
}
@@ -7744,6 +7930,34 @@
77447930
}
77457931
}
77467932
},
7933+
"volcenginecc_vpn_vpn_connection": {
7934+
"current": "volcenginecc:vpn/getVpnConnection:getVpnConnection",
7935+
"fields": {
7936+
"health_checkers": {
7937+
"maxItemsOne": false
7938+
},
7939+
"local_subnet": {
7940+
"maxItemsOne": false
7941+
},
7942+
"remote_subnet": {
7943+
"maxItemsOne": false
7944+
},
7945+
"tags": {
7946+
"maxItemsOne": false
7947+
},
7948+
"tunnel_options": {
7949+
"maxItemsOne": false
7950+
}
7951+
}
7952+
},
7953+
"volcenginecc_vpn_vpn_connections": {
7954+
"current": "volcenginecc:vpn/getVpnConnections:getVpnConnections",
7955+
"fields": {
7956+
"ids": {
7957+
"maxItemsOne": false
7958+
}
7959+
}
7960+
},
77477961
"volcenginecc_vpn_vpn_gateway": {
77487962
"current": "volcenginecc:vpn/getVpnGateway:getVpnGateway",
77497963
"fields": {

0 commit comments

Comments
 (0)