Skip to content

Commit 776fe14

Browse files
Merge 'publish/0302' into 'main'
feat:v0.0.23 publish See merge request: !31
2 parents 0625b2a + 4c7c2a6 commit 776fe14

File tree

231 files changed

+39183
-10
lines changed

Some content is hidden

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

231 files changed

+39183
-10
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.22
20+
PROVIDER_VERSION ?= 0.0.23
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: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,23 @@
497497
}
498498
}
499499
},
500+
"volcenginecc_clb_nlb_security_policy": {
501+
"current": "volcenginecc:clb/nlbSecurityPolicy:NlbSecurityPolicy",
502+
"fields": {
503+
"ciphers": {
504+
"maxItemsOne": false
505+
},
506+
"related_listener_ids": {
507+
"maxItemsOne": false
508+
},
509+
"tags": {
510+
"maxItemsOne": false
511+
},
512+
"tls_versions": {
513+
"maxItemsOne": false
514+
}
515+
}
516+
},
500517
"volcenginecc_clb_nlb_server_group": {
501518
"current": "volcenginecc:clb/nlbServerGroup:NlbServerGroup",
502519
"fields": {
@@ -533,6 +550,25 @@
533550
}
534551
}
535552
},
553+
"volcenginecc_cloudidentity_group": {
554+
"current": "volcenginecc:cloudidentity/group:Group",
555+
"fields": {
556+
"members": {
557+
"maxItemsOne": false
558+
}
559+
}
560+
},
561+
"volcenginecc_cloudidentity_permission_set": {
562+
"current": "volcenginecc:cloudidentity/permissionSet:PermissionSet",
563+
"fields": {
564+
"permission_policies": {
565+
"maxItemsOne": false
566+
},
567+
"status_notifications": {
568+
"maxItemsOne": false
569+
}
570+
}
571+
},
536572
"volcenginecc_cloudidentity_user": {
537573
"current": "volcenginecc:cloudidentity/user:User"
538574
},
@@ -854,6 +890,17 @@
854890
}
855891
}
856892
},
893+
"volcenginecc_efs_file_system": {
894+
"current": "volcenginecc:efs/fileSystem:FileSystem",
895+
"fields": {
896+
"protocol_types": {
897+
"maxItemsOne": false
898+
},
899+
"tags": {
900+
"maxItemsOne": false
901+
}
902+
}
903+
},
857904
"volcenginecc_escloud_instance": {
858905
"current": "volcenginecc:escloud/instance:Instance",
859906
"fields": {
@@ -886,6 +933,21 @@
886933
}
887934
}
888935
},
936+
"volcenginecc_filenas_mount_point": {
937+
"current": "volcenginecc:filenas/mountPoint:MountPoint",
938+
"fields": {
939+
"clients": {
940+
"maxItemsOne": false
941+
},
942+
"permission_group": {
943+
"fields": {
944+
"mount_points": {
945+
"maxItemsOne": false
946+
}
947+
}
948+
}
949+
}
950+
},
889951
"volcenginecc_filenas_snapshot": {
890952
"current": "volcenginecc:filenas/snapshot:Snapshot"
891953
},
@@ -1406,6 +1468,14 @@
14061468
}
14071469
}
14081470
},
1471+
"volcenginecc_rdspostgresql_db_account": {
1472+
"current": "volcenginecc:rdspostgresql/dbAccount:DbAccount",
1473+
"fields": {
1474+
"not_allow_privileges": {
1475+
"maxItemsOne": false
1476+
}
1477+
}
1478+
},
14091479
"volcenginecc_rdspostgresql_db_endpoint": {
14101480
"current": "volcenginecc:rdspostgresql/dbEndpoint:DbEndpoint",
14111481
"fields": {
@@ -2974,6 +3044,31 @@
29743044
}
29753045
}
29763046
},
3047+
"volcenginecc_clb_nlb_security_policies": {
3048+
"current": "volcenginecc:clb/getNlbSecurityPolicies:getNlbSecurityPolicies",
3049+
"fields": {
3050+
"ids": {
3051+
"maxItemsOne": false
3052+
}
3053+
}
3054+
},
3055+
"volcenginecc_clb_nlb_security_policy": {
3056+
"current": "volcenginecc:clb/getNlbSecurityPolicy:getNlbSecurityPolicy",
3057+
"fields": {
3058+
"ciphers": {
3059+
"maxItemsOne": false
3060+
},
3061+
"related_listener_ids": {
3062+
"maxItemsOne": false
3063+
},
3064+
"tags": {
3065+
"maxItemsOne": false
3066+
},
3067+
"tls_versions": {
3068+
"maxItemsOne": false
3069+
}
3070+
}
3071+
},
29773072
"volcenginecc_clb_nlb_server_group": {
29783073
"current": "volcenginecc:clb/getNlbServerGroup:getNlbServerGroup",
29793074
"fields": {
@@ -3042,6 +3137,41 @@
30423137
}
30433138
}
30443139
},
3140+
"volcenginecc_cloudidentity_group": {
3141+
"current": "volcenginecc:cloudidentity/getGroup:getGroup",
3142+
"fields": {
3143+
"members": {
3144+
"maxItemsOne": false
3145+
}
3146+
}
3147+
},
3148+
"volcenginecc_cloudidentity_groups": {
3149+
"current": "volcenginecc:cloudidentity/getGroups:getGroups",
3150+
"fields": {
3151+
"ids": {
3152+
"maxItemsOne": false
3153+
}
3154+
}
3155+
},
3156+
"volcenginecc_cloudidentity_permission_set": {
3157+
"current": "volcenginecc:cloudidentity/getPermissionSet:getPermissionSet",
3158+
"fields": {
3159+
"permission_policies": {
3160+
"maxItemsOne": false
3161+
},
3162+
"status_notifications": {
3163+
"maxItemsOne": false
3164+
}
3165+
}
3166+
},
3167+
"volcenginecc_cloudidentity_permission_sets": {
3168+
"current": "volcenginecc:cloudidentity/getPermissionSets:getPermissionSets",
3169+
"fields": {
3170+
"ids": {
3171+
"maxItemsOne": false
3172+
}
3173+
}
3174+
},
30453175
"volcenginecc_cloudidentity_user": {
30463176
"current": "volcenginecc:cloudidentity/getUser:getUser"
30473177
},
@@ -3494,6 +3624,25 @@
34943624
}
34953625
}
34963626
},
3627+
"volcenginecc_efs_file_system": {
3628+
"current": "volcenginecc:efs/getFileSystem:getFileSystem",
3629+
"fields": {
3630+
"protocol_types": {
3631+
"maxItemsOne": false
3632+
},
3633+
"tags": {
3634+
"maxItemsOne": false
3635+
}
3636+
}
3637+
},
3638+
"volcenginecc_efs_file_systems": {
3639+
"current": "volcenginecc:efs/getFileSystems:getFileSystems",
3640+
"fields": {
3641+
"ids": {
3642+
"maxItemsOne": false
3643+
}
3644+
}
3645+
},
34973646
"volcenginecc_escloud_instance": {
34983647
"current": "volcenginecc:escloud/getInstance:getInstance",
34993648
"fields": {
@@ -3542,6 +3691,29 @@
35423691
}
35433692
}
35443693
},
3694+
"volcenginecc_filenas_mount_point": {
3695+
"current": "volcenginecc:filenas/getMountPoint:getMountPoint",
3696+
"fields": {
3697+
"clients": {
3698+
"maxItemsOne": false
3699+
},
3700+
"permission_group": {
3701+
"fields": {
3702+
"mount_points": {
3703+
"maxItemsOne": false
3704+
}
3705+
}
3706+
}
3707+
}
3708+
},
3709+
"volcenginecc_filenas_mount_points": {
3710+
"current": "volcenginecc:filenas/getMountPoints:getMountPoints",
3711+
"fields": {
3712+
"ids": {
3713+
"maxItemsOne": false
3714+
}
3715+
}
3716+
},
35453717
"volcenginecc_filenas_snapshot": {
35463718
"current": "volcenginecc:filenas/getSnapshot:getSnapshot"
35473719
},
@@ -4334,6 +4506,22 @@
43344506
}
43354507
}
43364508
},
4509+
"volcenginecc_rdspostgresql_db_account": {
4510+
"current": "volcenginecc:rdspostgresql/getDbAccount:getDbAccount",
4511+
"fields": {
4512+
"not_allow_privileges": {
4513+
"maxItemsOne": false
4514+
}
4515+
}
4516+
},
4517+
"volcenginecc_rdspostgresql_db_accounts": {
4518+
"current": "volcenginecc:rdspostgresql/getDbAccounts:getDbAccounts",
4519+
"fields": {
4520+
"ids": {
4521+
"maxItemsOne": false
4522+
}
4523+
}
4524+
},
43374525
"volcenginecc_rdspostgresql_db_endpoint": {
43384526
"current": "volcenginecc:rdspostgresql/getDbEndpoint:getDbEndpoint",
43394527
"fields": {

0 commit comments

Comments
 (0)