1. Packages
  2. Ibm Provider
  3. API Docs
  4. getIsInstanceNetworkAttachments
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getIsInstanceNetworkAttachments

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about an InstanceNetworkAttachment Collection. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const example = ibm.getIsInstanceNetworkAttachments({
        instance: ibm_is_instance.example.id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    example = ibm.get_is_instance_network_attachments(instance=ibm_is_instance["example"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetIsInstanceNetworkAttachments(ctx, &ibm.GetIsInstanceNetworkAttachmentsArgs{
    			Instance: ibm_is_instance.Example.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ibm.GetIsInstanceNetworkAttachments.Invoke(new()
        {
            Instance = ibm_is_instance.Example.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetIsInstanceNetworkAttachmentsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = IbmFunctions.getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs.builder()
                .instance(ibm_is_instance.example().id())
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ibm:getIsInstanceNetworkAttachments
          arguments:
            instance: ${ibm_is_instance.example.id}
    

    Using getIsInstanceNetworkAttachments

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIsInstanceNetworkAttachments(args: GetIsInstanceNetworkAttachmentsArgs, opts?: InvokeOptions): Promise<GetIsInstanceNetworkAttachmentsResult>
    function getIsInstanceNetworkAttachmentsOutput(args: GetIsInstanceNetworkAttachmentsOutputArgs, opts?: InvokeOptions): Output<GetIsInstanceNetworkAttachmentsResult>
    def get_is_instance_network_attachments(id: Optional[str] = None,
                                            instance: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetIsInstanceNetworkAttachmentsResult
    def get_is_instance_network_attachments_output(id: Optional[pulumi.Input[str]] = None,
                                            instance: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetIsInstanceNetworkAttachmentsResult]
    func GetIsInstanceNetworkAttachments(ctx *Context, args *GetIsInstanceNetworkAttachmentsArgs, opts ...InvokeOption) (*GetIsInstanceNetworkAttachmentsResult, error)
    func GetIsInstanceNetworkAttachmentsOutput(ctx *Context, args *GetIsInstanceNetworkAttachmentsOutputArgs, opts ...InvokeOption) GetIsInstanceNetworkAttachmentsResultOutput

    > Note: This function is named GetIsInstanceNetworkAttachments in the Go SDK.

    public static class GetIsInstanceNetworkAttachments 
    {
        public static Task<GetIsInstanceNetworkAttachmentsResult> InvokeAsync(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions? opts = null)
        public static Output<GetIsInstanceNetworkAttachmentsResult> Invoke(GetIsInstanceNetworkAttachmentsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIsInstanceNetworkAttachmentsResult> getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions options)
    public static Output<GetIsInstanceNetworkAttachmentsResult> getIsInstanceNetworkAttachments(GetIsInstanceNetworkAttachmentsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getIsInstanceNetworkAttachments:getIsInstanceNetworkAttachments
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Instance string
    The virtual server instance identifier.
    Id string
    (String) The unique identifier for this virtual network interface.
    Instance string
    The virtual server instance identifier.
    Id string
    (String) The unique identifier for this virtual network interface.
    instance String
    The virtual server instance identifier.
    id String
    (String) The unique identifier for this virtual network interface.
    instance string
    The virtual server instance identifier.
    id string
    (String) The unique identifier for this virtual network interface.
    instance str
    The virtual server instance identifier.
    id str
    (String) The unique identifier for this virtual network interface.
    instance String
    The virtual server instance identifier.
    id String
    (String) The unique identifier for this virtual network interface.

    getIsInstanceNetworkAttachments Result

    The following output properties are available:

    Id string
    (String) The unique identifier for this virtual network interface.
    Instance string
    NetworkAttachments List<GetIsInstanceNetworkAttachmentsNetworkAttachment>
    (List) Collection of instance network attachments. Nested schema for network_attachments:
    Id string
    (String) The unique identifier for this virtual network interface.
    Instance string
    NetworkAttachments []GetIsInstanceNetworkAttachmentsNetworkAttachment
    (List) Collection of instance network attachments. Nested schema for network_attachments:
    id String
    (String) The unique identifier for this virtual network interface.
    instance String
    networkAttachments List<GetIsInstanceNetworkAttachmentsNetworkAttachment>
    (List) Collection of instance network attachments. Nested schema for network_attachments:
    id string
    (String) The unique identifier for this virtual network interface.
    instance string
    networkAttachments GetIsInstanceNetworkAttachmentsNetworkAttachment[]
    (List) Collection of instance network attachments. Nested schema for network_attachments:
    id str
    (String) The unique identifier for this virtual network interface.
    instance str
    network_attachments Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachment]
    (List) Collection of instance network attachments. Nested schema for network_attachments:
    id String
    (String) The unique identifier for this virtual network interface.
    instance String
    networkAttachments List<Property Map>
    (List) Collection of instance network attachments. Nested schema for network_attachments:

    Supporting Types

    GetIsInstanceNetworkAttachmentsNetworkAttachment

    CreatedAt string
    (String) The date and time that the instance network attachment was created.
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    LifecycleState string
    (String) The lifecycle state of the instance network attachment.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    PortSpeed double
    (Integer) The port speed for this instance network attachment in Mbps.
    PrimaryIps List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp>
    (List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
    ResourceType string
    (String) The resource type.
    Subnets List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet>
    (List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
    Type string
    (String) The instance network attachment type.
    VirtualNetworkInterfaces List<GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface>
    (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
    CreatedAt string
    (String) The date and time that the instance network attachment was created.
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    LifecycleState string
    (String) The lifecycle state of the instance network attachment.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    PortSpeed float64
    (Integer) The port speed for this instance network attachment in Mbps.
    PrimaryIps []GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp
    (List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
    ResourceType string
    (String) The resource type.
    Subnets []GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet
    (List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
    Type string
    (String) The instance network attachment type.
    VirtualNetworkInterfaces []GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface
    (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
    createdAt String
    (String) The date and time that the instance network attachment was created.
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    lifecycleState String
    (String) The lifecycle state of the instance network attachment.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    portSpeed Double
    (Integer) The port speed for this instance network attachment in Mbps.
    primaryIps List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp>
    (List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
    resourceType String
    (String) The resource type.
    subnets List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet>
    (List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
    type String
    (String) The instance network attachment type.
    virtualNetworkInterfaces List<GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface>
    (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
    createdAt string
    (String) The date and time that the instance network attachment was created.
    href string
    (String) The URL for this virtual network interface.
    id string
    (String) The unique identifier for this virtual network interface.
    lifecycleState string
    (String) The lifecycle state of the instance network attachment.
    name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    portSpeed number
    (Integer) The port speed for this instance network attachment in Mbps.
    primaryIps GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp[]
    (List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
    resourceType string
    (String) The resource type.
    subnets GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet[]
    (List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
    type string
    (String) The instance network attachment type.
    virtualNetworkInterfaces GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface[]
    (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
    created_at str
    (String) The date and time that the instance network attachment was created.
    href str
    (String) The URL for this virtual network interface.
    id str
    (String) The unique identifier for this virtual network interface.
    lifecycle_state str
    (String) The lifecycle state of the instance network attachment.
    name str
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    port_speed float
    (Integer) The port speed for this instance network attachment in Mbps.
    primary_ips Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp]
    (List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
    resource_type str
    (String) The resource type.
    subnets Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet]
    (List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
    type str
    (String) The instance network attachment type.
    virtual_network_interfaces Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface]
    (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:
    createdAt String
    (String) The date and time that the instance network attachment was created.
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    lifecycleState String
    (String) The lifecycle state of the instance network attachment.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    portSpeed Number
    (Integer) The port speed for this instance network attachment in Mbps.
    primaryIps List<Property Map>
    (List) The primary IP address of the virtual network interface for the instance networkattachment. Nested schema for primary_ip:
    resourceType String
    (String) The resource type.
    subnets List<Property Map>
    (List) The subnet of the virtual network interface for the instance network attachment. Nested schema for subnet:
    type String
    (String) The instance network attachment type.
    virtualNetworkInterfaces List<Property Map>
    (List) The virtual network interface for this instance network attachment. Nested schema for virtual_network_interface:

    GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIp

    Address string
    (String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    ResourceType string
    (String) The resource type.
    Address string
    (String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    Deleteds []GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    ResourceType string
    (String) The resource type.
    address String
    (String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType String
    (String) The resource type.
    address string
    (String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this virtual network interface.
    id string
    (String) The unique identifier for this virtual network interface.
    name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType string
    (String) The resource type.
    address str
    (String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href str
    (String) The URL for this virtual network interface.
    id str
    (String) The unique identifier for this virtual network interface.
    name str
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resource_type str
    (String) The resource type.
    address String
    (String) The IP address.If the address has not yet been selected, the value will be 0.0.0.0.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType String
    (String) The resource type.

    GetIsInstanceNetworkAttachmentsNetworkAttachmentPrimaryIpDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnet

    Crn string
    (String) The CRN for this virtual network interface.
    Deleteds List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this virtual network interface.
    Deleteds []GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this virtual network interface.
    deleteds List<GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this virtual network interface.
    deleteds GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted[]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href string
    (String) The URL for this virtual network interface.
    id string
    (String) The unique identifier for this virtual network interface.
    name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this virtual network interface.
    deleteds Sequence[GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted]
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href str
    (String) The URL for this virtual network interface.
    id str
    (String) The unique identifier for this virtual network interface.
    name str
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this virtual network interface.
    deleteds List<Property Map>
    (List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information. Nested schema for deleted:
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType String
    (String) The resource type.

    GetIsInstanceNetworkAttachmentsNetworkAttachmentSubnetDeleted

    MoreInfo string
    (String) Link to documentation about deleted resources.
    MoreInfo string
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.
    moreInfo string
    (String) Link to documentation about deleted resources.
    more_info str
    (String) Link to documentation about deleted resources.
    moreInfo String
    (String) Link to documentation about deleted resources.

    GetIsInstanceNetworkAttachmentsNetworkAttachmentVirtualNetworkInterface

    Crn string
    (String) The CRN for this virtual network interface.
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    ResourceType string
    (String) The resource type.
    Crn string
    (String) The CRN for this virtual network interface.
    Href string
    (String) The URL for this virtual network interface.
    Id string
    (String) The unique identifier for this virtual network interface.
    Name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    ResourceType string
    (String) The resource type.
    crn String
    (String) The CRN for this virtual network interface.
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType String
    (String) The resource type.
    crn string
    (String) The CRN for this virtual network interface.
    href string
    (String) The URL for this virtual network interface.
    id string
    (String) The unique identifier for this virtual network interface.
    name string
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType string
    (String) The resource type.
    crn str
    (String) The CRN for this virtual network interface.
    href str
    (String) The URL for this virtual network interface.
    id str
    (String) The unique identifier for this virtual network interface.
    name str
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resource_type str
    (String) The resource type.
    crn String
    (String) The CRN for this virtual network interface.
    href String
    (String) The URL for this virtual network interface.
    id String
    (String) The unique identifier for this virtual network interface.
    name String
    (String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
    resourceType String
    (String) The resource type.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud