Viewing docs for ibm 2.6.2
published on Wednesday, Sep 16, 2026 by ibm-cloud
published on Wednesday, Sep 16, 2026 by ibm-cloud
Viewing docs for ibm 2.6.2
published on Wednesday, Sep 16, 2026 by ibm-cloud
published on Wednesday, Sep 16, 2026 by ibm-cloud
Provides a read-only data source to retrieve information about a sm_instance. 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 smInstance = ibm.getSmInstance({
instanceId: "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
});
import pulumi
import pulumi_ibm as ibm
sm_instance = ibm.get_sm_instance(instance_id="a1b2c3d4-e5f6-7890-abcd-ef1234567890")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/v2/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetSmInstance(ctx, &ibm.GetSmInstanceArgs{
InstanceId: "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
}, 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 smInstance = Ibm.GetSmInstance.Invoke(new()
{
InstanceId = "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
});
});
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.GetSmInstanceArgs;
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 smInstance = IbmFunctions.getSmInstance(GetSmInstanceArgs.builder()
.instanceId("a1b2c3d4-e5f6-7890-abcd-ef1234567890")
.build());
}
}
variables:
smInstance:
fn::invoke:
function: ibm:getSmInstance
arguments:
instanceId: a1b2c3d4-e5f6-7890-abcd-ef1234567890
Example coming soon!
Using getSmInstance
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 getSmInstance(args: GetSmInstanceArgs, opts?: InvokeOptions): Promise<GetSmInstanceResult>
function getSmInstanceOutput(args: GetSmInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetSmInstanceResult>def get_sm_instance(id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSmInstanceResult
def get_sm_instance_output(id: pulumi.Input[Optional[str]] = None,
instance_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetSmInstanceResult]func GetSmInstance(ctx *Context, args *GetSmInstanceArgs, opts ...InvokeOption) (*GetSmInstanceResult, error)
func GetSmInstanceOutput(ctx *Context, args *GetSmInstanceOutputArgs, opts ...InvokeOption) GetSmInstanceResultOutput> Note: This function is named GetSmInstance in the Go SDK.
public static class GetSmInstance
{
public static Task<GetSmInstanceResult> InvokeAsync(GetSmInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetSmInstanceResult> Invoke(GetSmInstanceInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetSmInstanceResult> Invoke(GetSmInstanceInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetSmInstanceResult> getSmInstance(GetSmInstanceArgs args, InvokeOptions options)
public static Output<GetSmInstanceResult> getSmInstance(GetSmInstanceArgs args, InvokeOptions options)
public static Output<GetSmInstanceResult> getSmInstance(GetSmInstanceArgs args, InvokeOutputOptions options)
fn::invoke:
function: ibm:index/getSmInstance:getSmInstance
arguments:
# arguments dictionarydata "ibm_get_sm_instance" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- Id string
- The unique identifier of the sm_instance.
- Instance
Id string - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- Id string
- The unique identifier of the sm_instance.
- instance_
id string - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- id string
- The unique identifier of the sm_instance.
- instance
Id String - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- id String
- The unique identifier of the sm_instance.
- instance
Id string - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- id string
- The unique identifier of the sm_instance.
- instance_
id str - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- id str
- The unique identifier of the sm_instance.
- instance
Id String - Secrets Manager instance ID.
- Constraints: Length must be
36characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.
- Constraints: Length must be
- id String
- The unique identifier of the sm_instance.
getSmInstance Result
The following output properties are available:
- Encryptions
List<Get
Sm Instance Encryption> - (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- Endpoints
List<Get
Sm Instance Endpoint> - (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- Href string
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- Id string
- The unique identifier of the sm_instance.
- Instance
Crn string - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- Instance
Id string - Name string
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- Plan string
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- Vault
Clusters List<GetSm Instance Vault Cluster> - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
- Encryptions
[]Get
Sm Instance Encryption - (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- Endpoints
[]Get
Sm Instance Endpoint - (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- Href string
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- Id string
- The unique identifier of the sm_instance.
- Instance
Crn string - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- Instance
Id string - Name string
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- Plan string
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- Vault
Clusters []GetSm Instance Vault Cluster - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
- encryptions list(object)
- (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- endpoints list(object)
- (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- href string
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- id string
- The unique identifier of the sm_instance.
- instance_
crn string - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- instance_
id string - name string
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- plan string
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- vault_
clusters list(object) - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
- encryptions
List<Get
Sm Instance Encryption> - (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- endpoints
List<Get
Sm Instance Endpoint> - (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- href String
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- id String
- The unique identifier of the sm_instance.
- instance
Crn String - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- instance
Id String - name String
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- plan String
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- vault
Clusters List<GetSm Instance Vault Cluster> - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
- encryptions
Get
Sm Instance Encryption[] - (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- endpoints
Get
Sm Instance Endpoint[] - (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- href string
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- id string
- The unique identifier of the sm_instance.
- instance
Crn string - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- instance
Id string - name string
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- plan string
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- vault
Clusters GetSm Instance Vault Cluster[] - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
- encryptions
Sequence[Get
Sm Instance Encryption] - (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- endpoints
Sequence[Get
Sm Instance Endpoint] - (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- href str
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- id str
- The unique identifier of the sm_instance.
- instance_
crn str - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- instance_
id str - name str
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- plan str
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- vault_
clusters Sequence[GetSm Instance Vault Cluster] - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
- encryptions List<Property Map>
- (List) Vault encryption configuration for Vault Dedicated instances. Nested schema for encryption:
- endpoints List<Property Map>
- (List) Instance endpoints for Vault Dedicated instances. Nested schema for endpoints:
- href String
- (String) The URL of the instance resource.
- Constraints: The maximum length is
2048characters. The minimum length is1character.
- Constraints: The maximum length is
- id String
- The unique identifier of the sm_instance.
- instance
Crn String - (String) The instance CRN identifier.
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- instance
Id String - name String
- (String) The instance name.
- Constraints: The maximum length is
512characters. The minimum length is1character. The value must match regular expression/^(.*?)$/.
- Constraints: The maximum length is
- plan String
- (String) Instance plan name.
- Constraints: Allowable values are:
dedicated.
- Constraints: Allowable values are:
- vault
Clusters List<Property Map> - (List) Vault cluster information for Vault Dedicated instances. Nested schema for vault_cluster:
Supporting Types
GetSmInstanceEncryption
- Key
Crn string - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- Mode string
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- Provider string
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
- Key
Crn string - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- Mode string
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- Provider string
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
- key_
crn string - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- mode string
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- provider string
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
- key
Crn String - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- mode String
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- provider String
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
- key
Crn string - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- mode string
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- provider string
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
- key_
crn str - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- mode str
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- provider str
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
- key
Crn String - (String) Vault encryption key CRN (only present for customer_managed mode).
- Constraints: The maximum length is
512characters. The minimum length is9characters. The value must match regular expression/^crn:v0-9*+,;=@\/]|%[0-9A-Z]{2})*){8}$/.
- Constraints: The maximum length is
- mode String
- (String) Vault encryption mode.
- Constraints: Allowable values are:
customer_managed,service_managed.
- Constraints: Allowable values are:
- provider String
- (String) Vault encryption provider (only present for customer_managed mode). Valid value - 'key_protect'.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[a-z_]+$/.
- Constraints: The maximum length is
GetSmInstanceEndpoint
- Privates
List<Get
Sm Instance Endpoint Private> - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- Publics
List<Get
Sm Instance Endpoint Public> - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
- Privates
[]Get
Sm Instance Endpoint Private - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- Publics
[]Get
Sm Instance Endpoint Public - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
- privates list(object)
- (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- publics list(object)
- (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
- privates
List<Get
Sm Instance Endpoint Private> - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- publics
List<Get
Sm Instance Endpoint Public> - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
- privates
Get
Sm Instance Endpoint Private[] - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- publics
Get
Sm Instance Endpoint Public[] - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
- privates
Sequence[Get
Sm Instance Endpoint Private] - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- publics
Sequence[Get
Sm Instance Endpoint Public] - (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
- privates List<Property Map>
- (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for private:
- publics List<Property Map>
- (List) Endpoint URLs for accessing the Vault Dedicated instance. Nested schema for public:
GetSmInstanceEndpointPrivate
- Vault
Api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- Vault
Ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- Vault
Api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- Vault
Ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Api String - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Ui String - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
api str - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
ui str - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Api String - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Ui String - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
GetSmInstanceEndpointPublic
- Vault
Api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- Vault
Ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- Vault
Api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- Vault
Ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Api String - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Ui String - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Api string - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Ui string - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
api str - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault_
ui str - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Api String - (String) Vault API endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
- vault
Ui String - (String) Vault UI endpoint URL.
- Constraints: The maximum length is
4096characters. The minimum length is1character. The value must match regular expression/^.*?$/.
- Constraints: The maximum length is
GetSmInstanceVaultCluster
- Status string
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- Version string
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
- Status string
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- Version string
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
- status string
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- version string
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
- status String
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- version String
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
- status string
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- version string
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
- status str
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- version str
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
- status String
- (String) Vault cluster status. Possible values:- sealed: The Vault cluster is sealed and requires unsealing to access secrets- not_initialized: The Vault cluster has not been initialized yet- healthy: The Vault cluster is operational and ready to serve requests.
- Constraints: Allowable values are:
sealed,not_initialized,healthy.
- Constraints: Allowable values are:
- version String
- (String) Vault cluster version.
- Constraints: The maximum length is
256characters. The minimum length is1character. The value must match regular expression/^[\\w\\.\\+\\-]+$/.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
Viewing docs for ibm 2.6.2
published on Wednesday, Sep 16, 2026 by ibm-cloud
published on Wednesday, Sep 16, 2026 by ibm-cloud