Skip to content

Commit

Permalink
Merge pull request #4 from lbrlabs/rename_cluster_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm authored Jul 12, 2023
2 parents 15c411b + 2f92c69 commit 5beb4e6
Show file tree
Hide file tree
Showing 98 changed files with 1,659 additions and 35 deletions.
10 changes: 9 additions & 1 deletion provider/cmd/pulumi-resource-cockroach/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,28 @@
"clusterId": "cluster_id"
},
"cockroach:index/caCert:CaCert": {
"clusterId": "id",
"x509PemCert": "x509_pem_cert"
},
"cockroach:index/cluster:Cluster": {
"accountId": "account_id",
"cloudProvider": "cloud_provider",
"clusterId": "id",
"cockroachVersion": "cockroach_version",
"creatorId": "creator_id",
"operationStatus": "operation_status",
"upgradeStatus": "upgrade_status"
},
"cockroach:index/cmek:Cmek": {
"additionalRegions": "additional_regions"
"additionalRegions": "additional_regions",
"clusterId": "id"
},
"cockroach:index/database:Database": {
"clusterId": "cluster_id",
"tableCount": "table_count"
},
"cockroach:index/finalizeVersionUpgrade:FinalizeVersionUpgrade": {
"clusterId": "id",
"cockroachVersion": "cockroach_version"
},
"cockroach:index/getCockroachCluster:getCockroachCluster": {
Expand Down Expand Up @@ -141,23 +145,27 @@
},
"cockroach:index/logExportConfig:LogExportConfig": {
"authPrincipal": "auth_principal",
"clusterId": "id",
"createdAt": "created_at",
"logName": "log_name",
"updatedAt": "updated_at",
"userMessage": "user_message"
},
"cockroach:index/maintenanceWindow:MaintenanceWindow": {
"clusterId": "id",
"offsetDuration": "offset_duration",
"windowDuration": "window_duration"
},
"cockroach:index/metricExportCloudwatchConfig:MetricExportCloudwatchConfig": {
"clusterId": "id",
"logGroupName": "log_group_name",
"roleArn": "role_arn",
"targetRegion": "target_region",
"userMessage": "user_message"
},
"cockroach:index/metricExportDatadogConfig:MetricExportDatadogConfig": {
"apiKey": "api_key",
"clusterId": "id",
"userMessage": "user_message"
},
"cockroach:index/privateEndpointConnection:PrivateEndpointConnection": {
Expand Down
Loading

0 comments on commit 5beb4e6

Please sign in to comment.