ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCdTektonPipelineDefinition
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a cd_tekton_pipeline_definition. 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 cdTektonPipelineDefinition = ibm.getCdTektonPipelineDefinition({
definitionId: ibm_cd_tekton_pipeline_definition.cd_tekton_pipeline_definition_instance.definition_id,
pipelineId: ibm_cd_tekton_pipeline_definition.cd_tekton_pipeline_definition_instance.pipeline_id,
});
import pulumi
import pulumi_ibm as ibm
cd_tekton_pipeline_definition = ibm.get_cd_tekton_pipeline_definition(definition_id=ibm_cd_tekton_pipeline_definition["cd_tekton_pipeline_definition_instance"]["definition_id"],
pipeline_id=ibm_cd_tekton_pipeline_definition["cd_tekton_pipeline_definition_instance"]["pipeline_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.LookupCdTektonPipelineDefinition(ctx, &ibm.LookupCdTektonPipelineDefinitionArgs{
DefinitionId: ibm_cd_tekton_pipeline_definition.Cd_tekton_pipeline_definition_instance.Definition_id,
PipelineId: ibm_cd_tekton_pipeline_definition.Cd_tekton_pipeline_definition_instance.Pipeline_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 cdTektonPipelineDefinition = Ibm.GetCdTektonPipelineDefinition.Invoke(new()
{
DefinitionId = ibm_cd_tekton_pipeline_definition.Cd_tekton_pipeline_definition_instance.Definition_id,
PipelineId = ibm_cd_tekton_pipeline_definition.Cd_tekton_pipeline_definition_instance.Pipeline_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.GetCdTektonPipelineDefinitionArgs;
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 cdTektonPipelineDefinition = IbmFunctions.getCdTektonPipelineDefinition(GetCdTektonPipelineDefinitionArgs.builder()
.definitionId(ibm_cd_tekton_pipeline_definition.cd_tekton_pipeline_definition_instance().definition_id())
.pipelineId(ibm_cd_tekton_pipeline_definition.cd_tekton_pipeline_definition_instance().pipeline_id())
.build());
}
}
variables:
cdTektonPipelineDefinition:
fn::invoke:
function: ibm:getCdTektonPipelineDefinition
arguments:
definitionId: ${ibm_cd_tekton_pipeline_definition.cd_tekton_pipeline_definition_instance.definition_id}
pipelineId: ${ibm_cd_tekton_pipeline_definition.cd_tekton_pipeline_definition_instance.pipeline_id}
Using getCdTektonPipelineDefinition
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 getCdTektonPipelineDefinition(args: GetCdTektonPipelineDefinitionArgs, opts?: InvokeOptions): Promise<GetCdTektonPipelineDefinitionResult>
function getCdTektonPipelineDefinitionOutput(args: GetCdTektonPipelineDefinitionOutputArgs, opts?: InvokeOptions): Output<GetCdTektonPipelineDefinitionResult>
def get_cd_tekton_pipeline_definition(definition_id: Optional[str] = None,
id: Optional[str] = None,
pipeline_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCdTektonPipelineDefinitionResult
def get_cd_tekton_pipeline_definition_output(definition_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
pipeline_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCdTektonPipelineDefinitionResult]
func LookupCdTektonPipelineDefinition(ctx *Context, args *LookupCdTektonPipelineDefinitionArgs, opts ...InvokeOption) (*LookupCdTektonPipelineDefinitionResult, error)
func LookupCdTektonPipelineDefinitionOutput(ctx *Context, args *LookupCdTektonPipelineDefinitionOutputArgs, opts ...InvokeOption) LookupCdTektonPipelineDefinitionResultOutput
> Note: This function is named LookupCdTektonPipelineDefinition
in the Go SDK.
public static class GetCdTektonPipelineDefinition
{
public static Task<GetCdTektonPipelineDefinitionResult> InvokeAsync(GetCdTektonPipelineDefinitionArgs args, InvokeOptions? opts = null)
public static Output<GetCdTektonPipelineDefinitionResult> Invoke(GetCdTektonPipelineDefinitionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCdTektonPipelineDefinitionResult> getCdTektonPipelineDefinition(GetCdTektonPipelineDefinitionArgs args, InvokeOptions options)
public static Output<GetCdTektonPipelineDefinitionResult> getCdTektonPipelineDefinition(GetCdTektonPipelineDefinitionArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCdTektonPipelineDefinition:getCdTektonPipelineDefinition
arguments:
# arguments dictionary
The following arguments are supported:
- Definition
Id string - The definition ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Pipeline
Id string - The Tekton pipeline ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Definition
Id string - The definition ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Pipeline
Id string - The Tekton pipeline ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- definition
Id String - The definition ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline
Id String - The Tekton pipeline ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- definition
Id string - The definition ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline
Id string - The Tekton pipeline ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- definition_
id str - The definition ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline_
id str - The Tekton pipeline ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- definition
Id String - The definition ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline
Id String - The Tekton pipeline ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
getCdTektonPipelineDefinition Result
The following output properties are available:
- Definition
Id string - Href string
- (String) API URL for interacting with the definition.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Pipeline
Id string - Sources
List<Get
Cd Tekton Pipeline Definition Source> - (List) Source repository containing the Tekton pipeline definition. Nested schema for source:
- Definition
Id string - Href string
- (String) API URL for interacting with the definition.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Pipeline
Id string - Sources
[]Get
Cd Tekton Pipeline Definition Source - (List) Source repository containing the Tekton pipeline definition. Nested schema for source:
- definition
Id String - href String
- (String) API URL for interacting with the definition.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline
Id String - sources
List<Get
Cd Tekton Pipeline Definition Source> - (List) Source repository containing the Tekton pipeline definition. Nested schema for source:
- definition
Id string - href string
- (String) API URL for interacting with the definition.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline
Id string - sources
Get
Cd Tekton Pipeline Definition Source[] - (List) Source repository containing the Tekton pipeline definition. Nested schema for source:
- definition_
id str - href str
- (String) API URL for interacting with the definition.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline_
id str - sources
Sequence[Get
Cd Tekton Pipeline Definition Source] - (List) Source repository containing the Tekton pipeline definition. Nested schema for source:
- definition
Id String - href String
- (String) API URL for interacting with the definition.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- pipeline
Id String - sources List<Property Map>
- (List) Source repository containing the Tekton pipeline definition. Nested schema for source:
Supporting Types
GetCdTektonPipelineDefinitionSource
- Properties
List<Get
Cd Tekton Pipeline Definition Source Property> - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- Type string
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- Properties
[]Get
Cd Tekton Pipeline Definition Source Property - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- Type string
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties
List<Get
Cd Tekton Pipeline Definition Source Property> - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type String
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties
Get
Cd Tekton Pipeline Definition Source Property[] - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type string
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties
Sequence[Get
Cd Tekton Pipeline Definition Source Property] - (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type str
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
- properties List<Property Map>
- (List) Properties of the source, which define the URL of the repository and a branch or tag. Nested schema for properties:
- type String
- (String) The only supported source type is "git", indicating that the source is a git repository.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^git$/
.
- Constraints: The maximum length is
GetCdTektonPipelineDefinitionSourceProperty
- Branch string
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Tag string
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- Tools
List<Get
Cd Tekton Pipeline Definition Source Property Tool> - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- Url string
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Branch string
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Path string
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- Tag string
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- Tools
[]Get
Cd Tekton Pipeline Definition Source Property Tool - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- Url string
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch String
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag String
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools
List<Get
Cd Tekton Pipeline Definition Source Property Tool> - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url String
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch string
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path string
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag string
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools
Get
Cd Tekton Pipeline Definition Source Property Tool[] - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url string
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch str
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path str
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag str
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools
Sequence[Get
Cd Tekton Pipeline Definition Source Property Tool] - (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url str
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- branch String
- (String) A branch from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- path String
- (String) The path to the definition's YAML files.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_.]{1,253}$/
.
- Constraints: The maximum length is
- tag String
- (String) A tag from the repo, specify one of branch or tag only.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[-0-9a-zA-Z_]{1,253}$/
.
- Constraints: The maximum length is
- tools List<Property Map>
- (List) Reference to the repository tool in the parent toolchain. Nested schema for tool:
- url String
- (Forces new resource, String) URL of the definition repository.
- Constraints: The maximum length is
2048
characters. The minimum length is10
characters. The value must match regular expression/^http(s)?:\/\/([^\/?#]*)([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
GetCdTektonPipelineDefinitionSourcePropertyTool
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- Id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id string
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id str
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
- id String
- (String) ID of the repository tool instance in the parent toolchain.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[-0-9a-z]+$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.