Update
This commit is contained in:
10
sdk/go/incus/networkIntegration.go
generated
10
sdk/go/incus/networkIntegration.go
generated
@@ -1,4 +1,4 @@
|
||||
// Code generated by the Pulumi Terraform Bridge (tfgen) Tool DO NOT EDIT.
|
||||
// Code generated by pulumi-language-go DO NOT EDIT.
|
||||
// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
package incus
|
||||
@@ -8,7 +8,6 @@ import (
|
||||
"reflect"
|
||||
|
||||
"errors"
|
||||
|
||||
"git.kalinow.ski/kiterun/pulumi-incus/sdk/go/incus/internal"
|
||||
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
|
||||
)
|
||||
@@ -123,6 +122,9 @@ func NewNetworkIntegration(ctx *pulumi.Context,
|
||||
return nil, errors.New("missing one or more required arguments")
|
||||
}
|
||||
|
||||
if args.Name == nil {
|
||||
return nil, errors.New("invalid value for required argument 'Name'")
|
||||
}
|
||||
if args.Type == nil {
|
||||
return nil, errors.New("invalid value for required argument 'Type'")
|
||||
}
|
||||
@@ -193,7 +195,7 @@ type networkIntegrationArgs struct {
|
||||
// *Optional* - Description of the network integration.
|
||||
Description *string `pulumi:"description"`
|
||||
// **Required** - Name of the network integration.
|
||||
Name *string `pulumi:"name"`
|
||||
Name string `pulumi:"name"`
|
||||
// *Optional* - Name of the project where the network will be created.
|
||||
Project *string `pulumi:"project"`
|
||||
// *Optional* - The remote in which the resource will be created. If
|
||||
@@ -210,7 +212,7 @@ type NetworkIntegrationArgs struct {
|
||||
// *Optional* - Description of the network integration.
|
||||
Description pulumi.StringPtrInput
|
||||
// **Required** - Name of the network integration.
|
||||
Name pulumi.StringPtrInput
|
||||
Name pulumi.StringInput
|
||||
// *Optional* - Name of the project where the network will be created.
|
||||
Project pulumi.StringPtrInput
|
||||
// *Optional* - The remote in which the resource will be created. If
|
||||
|
||||
Reference in New Issue
Block a user