Skip to content

Commit e84c83c

Browse files
committed
Merge branch 'feat/v0.0.91' into 'main'
Pulumi SDK auto generate from terraform provider v0.0.91
2 parents ac453d6 + 7e49ae0 commit e84c83c

664 files changed

Lines changed: 3475 additions & 242 deletions

File tree

Some content is hidden

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

provider/cmd/pulumi-resource-volcengine/schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "volcengine",
3+
"displayName": "Volcengine",
34
"description": "A Pulumi package for creating and managing volcengine cloud resources.",
45
"keywords": [
56
"pulumi",
@@ -10,7 +11,9 @@
1011
"license": "Apache-2.0",
1112
"attribution": "This Pulumi package is based on the [`volcengine` Terraform Provider](https://github.com/volcengine/terraform-provider-volcengine).",
1213
"repository": "https://github.com/volcengine/pulumi-volcengine",
13-
"publisher": "Pulumi",
14+
"logoUrl": "https://avatars.githubusercontent.com/u/67365215",
15+
"pluginDownloadURL": "github://api.github.com/volcengine",
16+
"publisher": "Volcengine",
1417
"meta": {
1518
"moduleFormat": "(.*)(?:/[^/]*)"
1619
},

provider/resources.go

Lines changed: 228 additions & 232 deletions
Large diffs are not rendered by default.

sdk/dotnet/Utilities.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ static class Utilities
5353
{
5454
var dst = src ?? new global::Pulumi.InvokeOptions{};
5555
dst.Version = src?.Version ?? Version;
56+
dst.PluginDownloadURL = src?.PluginDownloadURL ?? "github://api.github.com/volcengine";
5657
return dst;
5758
}
5859

sdk/dotnet/Volcengine.PulumiPackage.Volcengine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5-
<Authors>Pulumi</Authors>
6-
<Company>Pulumi</Company>
5+
<Authors>Volcengine</Authors>
6+
<Company>Volcengine</Company>
77
<Description>A Pulumi package for creating and managing volcengine cloud resources.</Description>
88
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
99
<PackageProjectUrl>https://www.pulumi.com</PackageProjectUrl>

sdk/dotnet/Volcengine/Autoscaling/ScalingConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
259259
var defaultOptions = new CustomResourceOptions
260260
{
261261
Version = Utilities.Version,
262+
PluginDownloadURL = "github://api.github.com/volcengine",
262263
};
263264
var merged = CustomResourceOptions.Merge(defaultOptions, options);
264265
// Override the ID if one was specified for consistency with other language SDKs.

sdk/dotnet/Volcengine/Autoscaling/ScalingConfigurationAttachment.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
7171
var defaultOptions = new CustomResourceOptions
7272
{
7373
Version = Utilities.Version,
74+
PluginDownloadURL = "github://api.github.com/volcengine",
7475
};
7576
var merged = CustomResourceOptions.Merge(defaultOptions, options);
7677
// Override the ID if one was specified for consistency with other language SDKs.

sdk/dotnet/Volcengine/Autoscaling/ScalingGroup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
210210
var defaultOptions = new CustomResourceOptions
211211
{
212212
Version = Utilities.Version,
213+
PluginDownloadURL = "github://api.github.com/volcengine",
213214
};
214215
var merged = CustomResourceOptions.Merge(defaultOptions, options);
215216
// Override the ID if one was specified for consistency with other language SDKs.

sdk/dotnet/Volcengine/Autoscaling/ScalingGroupEnabler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
145145
var defaultOptions = new CustomResourceOptions
146146
{
147147
Version = Utilities.Version,
148+
PluginDownloadURL = "github://api.github.com/volcengine",
148149
};
149150
var merged = CustomResourceOptions.Merge(defaultOptions, options);
150151
// Override the ID if one was specified for consistency with other language SDKs.

sdk/dotnet/Volcengine/Autoscaling/ScalingInstanceAttachment.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
9999
var defaultOptions = new CustomResourceOptions
100100
{
101101
Version = Utilities.Version,
102+
PluginDownloadURL = "github://api.github.com/volcengine",
102103
};
103104
var merged = CustomResourceOptions.Merge(defaultOptions, options);
104105
// Override the ID if one was specified for consistency with other language SDKs.

sdk/dotnet/Volcengine/Autoscaling/ScalingLifecycleHook.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ private static CustomResourceOptions MakeResourceOptions(CustomResourceOptions?
105105
var defaultOptions = new CustomResourceOptions
106106
{
107107
Version = Utilities.Version,
108+
PluginDownloadURL = "github://api.github.com/volcengine",
108109
};
109110
var merged = CustomResourceOptions.Merge(defaultOptions, options);
110111
// Override the ID if one was specified for consistency with other language SDKs.

0 commit comments

Comments
 (0)