Skip to content

Commit

Permalink
Upgrade to v1.43.0 of the SpotInst Terraform Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed May 4, 2021
1 parent fac2ddf commit 21923be
Show file tree
Hide file tree
Showing 20 changed files with 394 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* Upgrade to v1.43.0 of the SpotInst Terraform Provider

---

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ clean::

install_plugins::
[ -x $(shell which pulumi) ] || curl -fsSL https://get.pulumi.com | sh
pulumi plugin install resource aws 4.1.0
pulumi plugin install resource azure 4.1.0
pulumi plugin install resource random 4.0.0

install_dotnet_sdk::
mkdir -p $(WORKING_DIR)/nuget
Expand Down
2 changes: 1 addition & 1 deletion examples/aws_elastigroup/csharp/csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Pulumi.Aws" Version="4.*-*" />
<PackageReference Include="Pulumi.Aws" Version="4.*" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions examples/aws_elastigroup/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi>=3.0.0a1,<4.0.0
pulumi_aws>=4.0.0a1,<5.0.0
pulumi>=3.0.0,<4.0.0
pulumi_aws>=4.0.0,<5.0.0
6 changes: 3 additions & 3 deletions examples/aws_elastigroup/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/aws": "^4.0.0-alpha.0",
"@pulumi/pulumi": "^3.0.0-alpha.0",
"@pulumi/random": "^4.0.0-alpha.0"
"@pulumi/aws": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/random": "^4.0.0"
}
}
28 changes: 27 additions & 1 deletion provider/cmd/pulumi-resource-spotinst/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
replace (
github.com/hashicorp/go-getter v1.5.0 => github.com/hashicorp/go-getter v1.4.0
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
github.com/spotinst/terraform-provider-spotinst => github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210429195502-d15ec9bf741c
github.com/spotinst/terraform-provider-spotinst => github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210504172624-0754182c644d
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/sys => golang.org/x/sys v0.0.0-20190412213103-97732733099d
)
4 changes: 4 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,8 @@ github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210428125936-f306bfac7
github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210428125936-f306bfac77f4/go.mod h1:yMqifs88/giksXnlTY2HOuevmJiqhDR+jXl1VgJkh1E=
github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210429195502-d15ec9bf741c h1:8bqh/CsWNRI3CiGKBfngwvRYPLfr3DvEfRFmgKUl70A=
github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210429195502-d15ec9bf741c/go.mod h1:yMqifs88/giksXnlTY2HOuevmJiqhDR+jXl1VgJkh1E=
github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210504172624-0754182c644d h1:Tjv8+VX4+BwY2tCey08nPvC1v9iUhfouJa7nr18npJk=
github.com/pulumi/terraform-provider-spotinst v1.33.1-0.20210504172624-0754182c644d/go.mod h1:YkHUgat6vIIzuyyqJIpmS2m1JywCt31pRndta1dD/iw=
github.com/rjeczalik/notify v0.9.2 h1:MiTWrPj55mNDHEiIX5YUSKefw/+lCQVoAFmD6oQm5w8=
github.com/rjeczalik/notify v0.9.2/go.mod h1:aErll2f0sUX9PXZnVNyeiObbmTlk5jnMoCa4QEjJeqM=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=
Expand Down Expand Up @@ -854,6 +856,8 @@ github.com/spf13/viper v1.4.0 h1:yXHLWeravcrgGyFSyCgdYpXQ9dR9c/WED3pg1RhxqEU=
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
github.com/spotinst/spotinst-sdk-go v1.85.0 h1:tMXKhxfmU7BnqTnUpR2s/hEyTASfrxkgPb/3Tqn6tmM=
github.com/spotinst/spotinst-sdk-go v1.85.0/go.mod h1:RuKksd1/RyQogMCxKFI5B75NeFRcgl3W+26DVX6S4m0=
github.com/spotinst/spotinst-sdk-go v1.86.0 h1:52oFqTav1Mi+iVfhqliNXgVXMpbhXBxnWO+LlTzxeOw=
github.com/spotinst/spotinst-sdk-go v1.86.0/go.mod h1:RuKksd1/RyQogMCxKFI5B75NeFRcgl3W+26DVX6S4m0=
github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=
github.com/src-d/gcfg v1.4.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
25 changes: 25 additions & 0 deletions sdk/dotnet/Aws/Inputs/OceanLaunchSpecCreateOptionsArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;

namespace Pulumi.SpotInst.Aws.Inputs
{

public sealed class OceanLaunchSpecCreateOptionsArgs : Pulumi.ResourceArgs
{
/// <summary>
/// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
/// </summary>
[Input("initialNodes", required: true)]
public Input<int> InitialNodes { get; set; } = null!;

public OceanLaunchSpecCreateOptionsArgs()
{
}
}
}
25 changes: 25 additions & 0 deletions sdk/dotnet/Aws/Inputs/OceanLaunchSpecCreateOptionsGetArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;

namespace Pulumi.SpotInst.Aws.Inputs
{

public sealed class OceanLaunchSpecCreateOptionsGetArgs : Pulumi.ResourceArgs
{
/// <summary>
/// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
/// </summary>
[Input("initialNodes", required: true)]
public Input<int> InitialNodes { get; set; } = null!;

public OceanLaunchSpecCreateOptionsGetArgs()
{
}
}
}
13 changes: 13 additions & 0 deletions sdk/dotnet/Aws/OceanLaunchSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ namespace Pulumi.SpotInst.Aws
/// },
/// },
/// },
/// CreateOptions = new SpotInst.Aws.Inputs.OceanLaunchSpecCreateOptionsArgs
/// {
/// InitialNodes = 1,
/// },
/// ElasticIpPools =
/// {
/// new SpotInst.Aws.Inputs.OceanLaunchSpecElasticIpPoolArgs
Expand Down Expand Up @@ -168,6 +172,9 @@ public partial class OceanLaunchSpec : Pulumi.CustomResource
[Output("blockDeviceMappings")]
public Output<ImmutableArray<Outputs.OceanLaunchSpecBlockDeviceMapping>> BlockDeviceMappings { get; private set; } = null!;

[Output("createOptions")]
public Output<Outputs.OceanLaunchSpecCreateOptions?> CreateOptions { get; private set; } = null!;

/// <summary>
/// Assign an Elastic IP to the instances spun by the Virtual Node Group. Can be null.
/// </summary>
Expand Down Expand Up @@ -334,6 +341,9 @@ public InputList<Inputs.OceanLaunchSpecBlockDeviceMappingArgs> BlockDeviceMappin
set => _blockDeviceMappings = value;
}

[Input("createOptions")]
public Input<Inputs.OceanLaunchSpecCreateOptionsArgs>? CreateOptions { get; set; }

[Input("elasticIpPools")]
private InputList<Inputs.OceanLaunchSpecElasticIpPoolArgs>? _elasticIpPools;

Expand Down Expand Up @@ -513,6 +523,9 @@ public InputList<Inputs.OceanLaunchSpecBlockDeviceMappingGetArgs> BlockDeviceMap
set => _blockDeviceMappings = value;
}

[Input("createOptions")]
public Input<Inputs.OceanLaunchSpecCreateOptionsGetArgs>? CreateOptions { get; set; }

[Input("elasticIpPools")]
private InputList<Inputs.OceanLaunchSpecElasticIpPoolGetArgs>? _elasticIpPools;

Expand Down
27 changes: 27 additions & 0 deletions sdk/dotnet/Aws/Outputs/OceanLaunchSpecCreateOptions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;

namespace Pulumi.SpotInst.Aws.Outputs
{

[OutputType]
public sealed class OceanLaunchSpecCreateOptions
{
/// <summary>
/// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
/// </summary>
public readonly int InitialNodes;

[OutputConstructor]
private OceanLaunchSpecCreateOptions(int initialNodes)
{
InitialNodes = initialNodes;
}
}
}
8 changes: 8 additions & 0 deletions sdk/go/spotinst/aws/oceanLaunchSpec.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ import (
// },
// },
// },
// CreateOptions: &aws.OceanLaunchSpecCreateOptionsArgs{
// InitialNodes: pulumi.Int(1),
// },
// ElasticIpPools: aws.OceanLaunchSpecElasticIpPoolArray{
// &aws.OceanLaunchSpecElasticIpPoolArgs{
// TagSelector: &aws.OceanLaunchSpecElasticIpPoolTagSelectorArgs{
Expand Down Expand Up @@ -138,6 +141,7 @@ type OceanLaunchSpec struct {
AutoscaleHeadrooms OceanLaunchSpecAutoscaleHeadroomArrayOutput `pulumi:"autoscaleHeadrooms"`
// Object. Array list of block devices that are exposed to the instance, specify either virtual devices and EBS volumes.
BlockDeviceMappings OceanLaunchSpecBlockDeviceMappingArrayOutput `pulumi:"blockDeviceMappings"`
CreateOptions OceanLaunchSpecCreateOptionsPtrOutput `pulumi:"createOptions"`
// Assign an Elastic IP to the instances spun by the Virtual Node Group. Can be null.
ElasticIpPools OceanLaunchSpecElasticIpPoolArrayOutput `pulumi:"elasticIpPools"`
// The ARN or name of an IAM instance profile to associate with launched instances.
Expand Down Expand Up @@ -208,6 +212,7 @@ type oceanLaunchSpecState struct {
AutoscaleHeadrooms []OceanLaunchSpecAutoscaleHeadroom `pulumi:"autoscaleHeadrooms"`
// Object. Array list of block devices that are exposed to the instance, specify either virtual devices and EBS volumes.
BlockDeviceMappings []OceanLaunchSpecBlockDeviceMapping `pulumi:"blockDeviceMappings"`
CreateOptions *OceanLaunchSpecCreateOptions `pulumi:"createOptions"`
// Assign an Elastic IP to the instances spun by the Virtual Node Group. Can be null.
ElasticIpPools []OceanLaunchSpecElasticIpPool `pulumi:"elasticIpPools"`
// The ARN or name of an IAM instance profile to associate with launched instances.
Expand Down Expand Up @@ -247,6 +252,7 @@ type OceanLaunchSpecState struct {
AutoscaleHeadrooms OceanLaunchSpecAutoscaleHeadroomArrayInput
// Object. Array list of block devices that are exposed to the instance, specify either virtual devices and EBS volumes.
BlockDeviceMappings OceanLaunchSpecBlockDeviceMappingArrayInput
CreateOptions OceanLaunchSpecCreateOptionsPtrInput
// Assign an Elastic IP to the instances spun by the Virtual Node Group. Can be null.
ElasticIpPools OceanLaunchSpecElasticIpPoolArrayInput
// The ARN or name of an IAM instance profile to associate with launched instances.
Expand Down Expand Up @@ -290,6 +296,7 @@ type oceanLaunchSpecArgs struct {
AutoscaleHeadrooms []OceanLaunchSpecAutoscaleHeadroom `pulumi:"autoscaleHeadrooms"`
// Object. Array list of block devices that are exposed to the instance, specify either virtual devices and EBS volumes.
BlockDeviceMappings []OceanLaunchSpecBlockDeviceMapping `pulumi:"blockDeviceMappings"`
CreateOptions *OceanLaunchSpecCreateOptions `pulumi:"createOptions"`
// Assign an Elastic IP to the instances spun by the Virtual Node Group. Can be null.
ElasticIpPools []OceanLaunchSpecElasticIpPool `pulumi:"elasticIpPools"`
// The ARN or name of an IAM instance profile to associate with launched instances.
Expand Down Expand Up @@ -330,6 +337,7 @@ type OceanLaunchSpecArgs struct {
AutoscaleHeadrooms OceanLaunchSpecAutoscaleHeadroomArrayInput
// Object. Array list of block devices that are exposed to the instance, specify either virtual devices and EBS volumes.
BlockDeviceMappings OceanLaunchSpecBlockDeviceMappingArrayInput
CreateOptions OceanLaunchSpecCreateOptionsPtrInput
// Assign an Elastic IP to the instances spun by the Virtual Node Group. Can be null.
ElasticIpPools OceanLaunchSpecElasticIpPoolArrayInput
// The ARN or name of an IAM instance profile to associate with launched instances.
Expand Down
133 changes: 133 additions & 0 deletions sdk/go/spotinst/aws/pulumiTypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -14798,6 +14798,137 @@ func (o OceanLaunchSpecBlockDeviceMappingEbsDynamicVolumeSizePtrOutput) SizePerR
}).(pulumi.IntPtrOutput)
}

type OceanLaunchSpecCreateOptions struct {
// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
InitialNodes int `pulumi:"initialNodes"`
}

// OceanLaunchSpecCreateOptionsInput is an input type that accepts OceanLaunchSpecCreateOptionsArgs and OceanLaunchSpecCreateOptionsOutput values.
// You can construct a concrete instance of `OceanLaunchSpecCreateOptionsInput` via:
//
// OceanLaunchSpecCreateOptionsArgs{...}
type OceanLaunchSpecCreateOptionsInput interface {
pulumi.Input

ToOceanLaunchSpecCreateOptionsOutput() OceanLaunchSpecCreateOptionsOutput
ToOceanLaunchSpecCreateOptionsOutputWithContext(context.Context) OceanLaunchSpecCreateOptionsOutput
}

type OceanLaunchSpecCreateOptionsArgs struct {
// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
InitialNodes pulumi.IntInput `pulumi:"initialNodes"`
}

func (OceanLaunchSpecCreateOptionsArgs) ElementType() reflect.Type {
return reflect.TypeOf((*OceanLaunchSpecCreateOptions)(nil)).Elem()
}

func (i OceanLaunchSpecCreateOptionsArgs) ToOceanLaunchSpecCreateOptionsOutput() OceanLaunchSpecCreateOptionsOutput {
return i.ToOceanLaunchSpecCreateOptionsOutputWithContext(context.Background())
}

func (i OceanLaunchSpecCreateOptionsArgs) ToOceanLaunchSpecCreateOptionsOutputWithContext(ctx context.Context) OceanLaunchSpecCreateOptionsOutput {
return pulumi.ToOutputWithContext(ctx, i).(OceanLaunchSpecCreateOptionsOutput)
}

func (i OceanLaunchSpecCreateOptionsArgs) ToOceanLaunchSpecCreateOptionsPtrOutput() OceanLaunchSpecCreateOptionsPtrOutput {
return i.ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(context.Background())
}

func (i OceanLaunchSpecCreateOptionsArgs) ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(ctx context.Context) OceanLaunchSpecCreateOptionsPtrOutput {
return pulumi.ToOutputWithContext(ctx, i).(OceanLaunchSpecCreateOptionsOutput).ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(ctx)
}

// OceanLaunchSpecCreateOptionsPtrInput is an input type that accepts OceanLaunchSpecCreateOptionsArgs, OceanLaunchSpecCreateOptionsPtr and OceanLaunchSpecCreateOptionsPtrOutput values.
// You can construct a concrete instance of `OceanLaunchSpecCreateOptionsPtrInput` via:
//
// OceanLaunchSpecCreateOptionsArgs{...}
//
// or:
//
// nil
type OceanLaunchSpecCreateOptionsPtrInput interface {
pulumi.Input

ToOceanLaunchSpecCreateOptionsPtrOutput() OceanLaunchSpecCreateOptionsPtrOutput
ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(context.Context) OceanLaunchSpecCreateOptionsPtrOutput
}

type oceanLaunchSpecCreateOptionsPtrType OceanLaunchSpecCreateOptionsArgs

func OceanLaunchSpecCreateOptionsPtr(v *OceanLaunchSpecCreateOptionsArgs) OceanLaunchSpecCreateOptionsPtrInput {
return (*oceanLaunchSpecCreateOptionsPtrType)(v)
}

func (*oceanLaunchSpecCreateOptionsPtrType) ElementType() reflect.Type {
return reflect.TypeOf((**OceanLaunchSpecCreateOptions)(nil)).Elem()
}

func (i *oceanLaunchSpecCreateOptionsPtrType) ToOceanLaunchSpecCreateOptionsPtrOutput() OceanLaunchSpecCreateOptionsPtrOutput {
return i.ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(context.Background())
}

func (i *oceanLaunchSpecCreateOptionsPtrType) ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(ctx context.Context) OceanLaunchSpecCreateOptionsPtrOutput {
return pulumi.ToOutputWithContext(ctx, i).(OceanLaunchSpecCreateOptionsPtrOutput)
}

type OceanLaunchSpecCreateOptionsOutput struct{ *pulumi.OutputState }

func (OceanLaunchSpecCreateOptionsOutput) ElementType() reflect.Type {
return reflect.TypeOf((*OceanLaunchSpecCreateOptions)(nil)).Elem()
}

func (o OceanLaunchSpecCreateOptionsOutput) ToOceanLaunchSpecCreateOptionsOutput() OceanLaunchSpecCreateOptionsOutput {
return o
}

func (o OceanLaunchSpecCreateOptionsOutput) ToOceanLaunchSpecCreateOptionsOutputWithContext(ctx context.Context) OceanLaunchSpecCreateOptionsOutput {
return o
}

func (o OceanLaunchSpecCreateOptionsOutput) ToOceanLaunchSpecCreateOptionsPtrOutput() OceanLaunchSpecCreateOptionsPtrOutput {
return o.ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(context.Background())
}

func (o OceanLaunchSpecCreateOptionsOutput) ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(ctx context.Context) OceanLaunchSpecCreateOptionsPtrOutput {
return o.ApplyT(func(v OceanLaunchSpecCreateOptions) *OceanLaunchSpecCreateOptions {
return &v
}).(OceanLaunchSpecCreateOptionsPtrOutput)
}

// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
func (o OceanLaunchSpecCreateOptionsOutput) InitialNodes() pulumi.IntOutput {
return o.ApplyT(func(v OceanLaunchSpecCreateOptions) int { return v.InitialNodes }).(pulumi.IntOutput)
}

type OceanLaunchSpecCreateOptionsPtrOutput struct{ *pulumi.OutputState }

func (OceanLaunchSpecCreateOptionsPtrOutput) ElementType() reflect.Type {
return reflect.TypeOf((**OceanLaunchSpecCreateOptions)(nil)).Elem()
}

func (o OceanLaunchSpecCreateOptionsPtrOutput) ToOceanLaunchSpecCreateOptionsPtrOutput() OceanLaunchSpecCreateOptionsPtrOutput {
return o
}

func (o OceanLaunchSpecCreateOptionsPtrOutput) ToOceanLaunchSpecCreateOptionsPtrOutputWithContext(ctx context.Context) OceanLaunchSpecCreateOptionsPtrOutput {
return o
}

func (o OceanLaunchSpecCreateOptionsPtrOutput) Elem() OceanLaunchSpecCreateOptionsOutput {
return o.ApplyT(func(v *OceanLaunchSpecCreateOptions) OceanLaunchSpecCreateOptions { return *v }).(OceanLaunchSpecCreateOptionsOutput)
}

// When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created virtual node group.
func (o OceanLaunchSpecCreateOptionsPtrOutput) InitialNodes() pulumi.IntPtrOutput {
return o.ApplyT(func(v *OceanLaunchSpecCreateOptions) *int {
if v == nil {
return nil
}
return &v.InitialNodes
}).(pulumi.IntPtrOutput)
}

type OceanLaunchSpecElasticIpPool struct {
// A key-value pair, which defines an Elastic IP from the customer pool. Can be null.
TagSelector *OceanLaunchSpecElasticIpPoolTagSelector `pulumi:"tagSelector"`
Expand Down Expand Up @@ -16725,6 +16856,8 @@ func init() {
pulumi.RegisterOutputType(OceanLaunchSpecBlockDeviceMappingEbsPtrOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecBlockDeviceMappingEbsDynamicVolumeSizeOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecBlockDeviceMappingEbsDynamicVolumeSizePtrOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecCreateOptionsOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecCreateOptionsPtrOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecElasticIpPoolOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecElasticIpPoolArrayOutput{})
pulumi.RegisterOutputType(OceanLaunchSpecElasticIpPoolTagSelectorOutput{})
Expand Down
Loading

0 comments on commit 21923be

Please sign in to comment.