Skip to content

Commit

Permalink
chore(deps): bump github.com/exoscale/terraform-provider-exoscale fro…
Browse files Browse the repository at this point in the history
…m 0.49.0 to 0.50.0 in /provider (#152)
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent 34c8e27 commit f3c4eef
Show file tree
Hide file tree
Showing 170 changed files with 5,188 additions and 3,553 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 pulumi/pulumi:3.70.0
FROM --platform=linux/amd64 pulumi/pulumi:3.74.0

# Install pulumictl and set to PATH
RUN curl -fsSL https://get.pulumi.com | sh
Expand Down
853 changes: 467 additions & 386 deletions provider/cmd/pulumi-resource-exoscale/schema.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module github.com/pulumiverse/pulumi-exoscale/provider

go 1.19

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20220824175045-450992f2f5b9
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230327102345-3fa930f86570

require (
github.com/exoscale/terraform-provider-exoscale v0.49.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.50.1
github.com/pulumi/pulumi/sdk/v3 v3.73.0
github.com/exoscale/terraform-provider-exoscale v0.50.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.53.0
github.com/pulumi/pulumi/sdk/v3 v3.74.0
)

require (
Expand Down Expand Up @@ -38,6 +38,7 @@ require (
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
Expand Down Expand Up @@ -178,9 +179,9 @@ require (
github.com/pulumi/pulumi-java/pkg v0.9.4 // indirect
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.4 // indirect
github.com/pulumi/pulumi-yaml v1.1.1 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.71.0 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.74.0 // indirect
github.com/pulumi/schema-tools v0.1.2 // indirect
github.com/pulumi/terraform-diff-reader v0.0.0-20201211191010-ad4715e9285e // indirect
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand Down
63 changes: 39 additions & 24 deletions provider/go.sum

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions sdk/dotnet/Affinity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ namespace Pulumiverse.Exoscale
public partial class Affinity : global::Pulumi.CustomResource
{
/// <summary>
/// A free-form text describing the group.
/// A free-form text describing the group.
/// </summary>
[Output("description")]
public Output<string?> Description { get; private set; } = null!;

/// <summary>
/// The anti-affinity group name.
/// The anti-affinity group name.
/// </summary>
[Output("name")]
public Output<string> Name { get; private set; } = null!;

/// <summary>
/// The type of the group (`host anti-affinity` is the only supported value).
/// The type of the group (`host anti-affinity` is the only supported value).
/// </summary>
[Output("type")]
public Output<string?> Type { get; private set; } = null!;
Expand Down Expand Up @@ -88,19 +88,19 @@ public static Affinity Get(string name, Input<string> id, AffinityState? state =
public sealed class AffinityArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// A free-form text describing the group.
/// A free-form text describing the group.
/// </summary>
[Input("description")]
public Input<string>? Description { get; set; }

/// <summary>
/// The anti-affinity group name.
/// The anti-affinity group name.
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }

/// <summary>
/// The type of the group (`host anti-affinity` is the only supported value).
/// The type of the group (`host anti-affinity` is the only supported value).
/// </summary>
[Input("type")]
public Input<string>? Type { get; set; }
Expand All @@ -114,19 +114,19 @@ public AffinityArgs()
public sealed class AffinityState : global::Pulumi.ResourceArgs
{
/// <summary>
/// A free-form text describing the group.
/// A free-form text describing the group.
/// </summary>
[Input("description")]
public Input<string>? Description { get; set; }

/// <summary>
/// The anti-affinity group name.
/// The anti-affinity group name.
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }

/// <summary>
/// The type of the group (`host anti-affinity` is the only supported value).
/// The type of the group (`host anti-affinity` is the only supported value).
/// </summary>
[Input("type")]
public Input<string>? Type { get; set; }
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/AntiAffinityGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ namespace Pulumiverse.Exoscale
public partial class AntiAffinityGroup : global::Pulumi.CustomResource
{
/// <summary>
/// A free-form text describing the group.
/// A free-form text describing the group.
/// </summary>
[Output("description")]
public Output<string?> Description { get; private set; } = null!;

/// <summary>
/// The anti-affinity group name.
/// The anti-affinity group name.
/// </summary>
[Output("name")]
public Output<string> Name { get; private set; } = null!;
Expand Down Expand Up @@ -86,13 +86,13 @@ public static AntiAffinityGroup Get(string name, Input<string> id, AntiAffinityG
public sealed class AntiAffinityGroupArgs : global::Pulumi.ResourceArgs
{
/// <summary>
/// A free-form text describing the group.
/// A free-form text describing the group.
/// </summary>
[Input("description")]
public Input<string>? Description { get; set; }

/// <summary>
/// The anti-affinity group name.
/// The anti-affinity group name.
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand All @@ -106,13 +106,13 @@ public AntiAffinityGroupArgs()
public sealed class AntiAffinityGroupState : global::Pulumi.ResourceArgs
{
/// <summary>
/// A free-form text describing the group.
/// A free-form text describing the group.
/// </summary>
[Input("description")]
public Input<string>? Description { get; set; }

/// <summary>
/// The anti-affinity group name.
/// The anti-affinity group name.
/// </summary>
[Input("name")]
public Input<string>? Name { get; set; }
Expand Down

0 comments on commit f3c4eef

Please sign in to comment.