ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getIamAccessGroupTemplateAssignment
Explore with Pulumi AI
Provides a read-only data source to retrieve information about an iam_access_group_template_assignment. 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 iamAccessGroupTemplateAssignment = ibm.getIamAccessGroupTemplateAssignment({});
import pulumi
import pulumi_ibm as ibm
iam_access_group_template_assignment = ibm.get_iam_access_group_template_assignment()
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.LookupIamAccessGroupTemplateAssignment(ctx, &ibm.LookupIamAccessGroupTemplateAssignmentArgs{}, 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 iamAccessGroupTemplateAssignment = Ibm.GetIamAccessGroupTemplateAssignment.Invoke();
});
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.GetIamAccessGroupTemplateAssignmentArgs;
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 iamAccessGroupTemplateAssignment = IbmFunctions.getIamAccessGroupTemplateAssignment();
}
}
variables:
iamAccessGroupTemplateAssignment:
fn::invoke:
function: ibm:getIamAccessGroupTemplateAssignment
arguments: {}
Using getIamAccessGroupTemplateAssignment
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 getIamAccessGroupTemplateAssignment(args: GetIamAccessGroupTemplateAssignmentArgs, opts?: InvokeOptions): Promise<GetIamAccessGroupTemplateAssignmentResult>
function getIamAccessGroupTemplateAssignmentOutput(args: GetIamAccessGroupTemplateAssignmentOutputArgs, opts?: InvokeOptions): Output<GetIamAccessGroupTemplateAssignmentResult>
def get_iam_access_group_template_assignment(id: Optional[str] = None,
status: Optional[str] = None,
target: Optional[str] = None,
template_id: Optional[str] = None,
template_version: Optional[str] = None,
transaction_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIamAccessGroupTemplateAssignmentResult
def get_iam_access_group_template_assignment_output(id: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
target: Optional[pulumi.Input[str]] = None,
template_id: Optional[pulumi.Input[str]] = None,
template_version: Optional[pulumi.Input[str]] = None,
transaction_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIamAccessGroupTemplateAssignmentResult]
func LookupIamAccessGroupTemplateAssignment(ctx *Context, args *LookupIamAccessGroupTemplateAssignmentArgs, opts ...InvokeOption) (*LookupIamAccessGroupTemplateAssignmentResult, error)
func LookupIamAccessGroupTemplateAssignmentOutput(ctx *Context, args *LookupIamAccessGroupTemplateAssignmentOutputArgs, opts ...InvokeOption) LookupIamAccessGroupTemplateAssignmentResultOutput
> Note: This function is named LookupIamAccessGroupTemplateAssignment
in the Go SDK.
public static class GetIamAccessGroupTemplateAssignment
{
public static Task<GetIamAccessGroupTemplateAssignmentResult> InvokeAsync(GetIamAccessGroupTemplateAssignmentArgs args, InvokeOptions? opts = null)
public static Output<GetIamAccessGroupTemplateAssignmentResult> Invoke(GetIamAccessGroupTemplateAssignmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIamAccessGroupTemplateAssignmentResult> getIamAccessGroupTemplateAssignment(GetIamAccessGroupTemplateAssignmentArgs args, InvokeOptions options)
public static Output<GetIamAccessGroupTemplateAssignmentResult> getIamAccessGroupTemplateAssignment(GetIamAccessGroupTemplateAssignmentArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIamAccessGroupTemplateAssignment:getIamAccessGroupTemplateAssignment
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique identifier of the iam_access_group_template_assignment.
- Status string
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- Target string
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Template
Id string - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Template
Version string - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- Transaction
Id string - An optional transaction id for the request.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the iam_access_group_template_assignment.
- Status string
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- Target string
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Template
Id string - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Template
Version string - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- Transaction
Id string - An optional transaction id for the request.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the iam_access_group_template_assignment.
- status String
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target String
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Id String - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Version String - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- transaction
Id String - An optional transaction id for the request.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- id string
- The unique identifier of the iam_access_group_template_assignment.
- status string
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target string
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Id string - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Version string - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- transaction
Id string - An optional transaction id for the request.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- id str
- The unique identifier of the iam_access_group_template_assignment.
- status str
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target str
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template_
id str - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template_
version str - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- transaction_
id str - An optional transaction id for the request.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the iam_access_group_template_assignment.
- status String
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target String
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Id String - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Version String - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- transaction
Id String - An optional transaction id for the request.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
getIamAccessGroupTemplateAssignment Result
The following output properties are available:
- Account
Id string - (String) Enterprise account id.
- Assignments
List<Get
Iam Access Group Template Assignment Assignment> - Firsts
List<Get
Iam Access Group Template Assignment First> - Id string
- The unique identifier of the iam_access_group_template_assignment.
- Lasts
List<Get
Iam Access Group Template Assignment Last> - Limit double
- Offset double
- Total
Count double - Status string
- (String) The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').
- Target string
- (String) The ID of the entity that the assignment applies to.
- Template
Id string - (String) The ID of the template that the assignment is based on.
- Template
Version string - (String) The version of the template that the assignment is based on.
- Transaction
Id string
- Account
Id string - (String) Enterprise account id.
- Assignments
[]Get
Iam Access Group Template Assignment Assignment - Firsts
[]Get
Iam Access Group Template Assignment First - Id string
- The unique identifier of the iam_access_group_template_assignment.
- Lasts
[]Get
Iam Access Group Template Assignment Last - Limit float64
- Offset float64
- Total
Count float64 - Status string
- (String) The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').
- Target string
- (String) The ID of the entity that the assignment applies to.
- Template
Id string - (String) The ID of the template that the assignment is based on.
- Template
Version string - (String) The version of the template that the assignment is based on.
- Transaction
Id string
- account
Id String - (String) Enterprise account id.
- assignments
List<Get
Iam Access Group Template Assignment Assignment> - firsts
List<Get
Iam Access Group Template Assignment First> - id String
- The unique identifier of the iam_access_group_template_assignment.
- lasts
List<Get
Iam Access Group Template Assignment Last> - limit Double
- offset Double
- total
Count Double - status String
- (String) The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').
- target String
- (String) The ID of the entity that the assignment applies to.
- template
Id String - (String) The ID of the template that the assignment is based on.
- template
Version String - (String) The version of the template that the assignment is based on.
- transaction
Id String
- account
Id string - (String) Enterprise account id.
- assignments
Get
Iam Access Group Template Assignment Assignment[] - firsts
Get
Iam Access Group Template Assignment First[] - id string
- The unique identifier of the iam_access_group_template_assignment.
- lasts
Get
Iam Access Group Template Assignment Last[] - limit number
- offset number
- total
Count number - status string
- (String) The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').
- target string
- (String) The ID of the entity that the assignment applies to.
- template
Id string - (String) The ID of the template that the assignment is based on.
- template
Version string - (String) The version of the template that the assignment is based on.
- transaction
Id string
- account_
id str - (String) Enterprise account id.
- assignments
Sequence[Get
Iam Access Group Template Assignment Assignment] - firsts
Sequence[Get
Iam Access Group Template Assignment First] - id str
- The unique identifier of the iam_access_group_template_assignment.
- lasts
Sequence[Get
Iam Access Group Template Assignment Last] - limit float
- offset float
- total_
count float - status str
- (String) The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').
- target str
- (String) The ID of the entity that the assignment applies to.
- template_
id str - (String) The ID of the template that the assignment is based on.
- template_
version str - (String) The version of the template that the assignment is based on.
- transaction_
id str
- account
Id String - (String) Enterprise account id.
- assignments List<Property Map>
- firsts List<Property Map>
- id String
- The unique identifier of the iam_access_group_template_assignment.
- lasts List<Property Map>
- limit Number
- offset Number
- total
Count Number - status String
- (String) The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').
- target String
- (String) The ID of the entity that the assignment applies to.
- template
Id String - (String) The ID of the template that the assignment is based on.
- template
Version String - (String) The version of the template that the assignment is based on.
- transaction
Id String
Supporting Types
GetIamAccessGroupTemplateAssignmentAssignment
- Account
Id string - (String) Enterprise account id.
- Created
At string - (String) The date and time when the assignment was created.
- Created
By stringId - (String) The user or system that created the assignment.
- Href string
- (String) The URL of the assignment resource.
- Id string
- The unique identifier of the iam_access_group_template_assignment.
- Last
Modified stringAt - (String) The date and time when the assignment was last updated.
- Last
Modified stringBy Id - (String) The user or system that last updated the assignment.
- Operation string
- (String) The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').
- Status string
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- Target string
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Target
Type string - (String) The type of the entity that the assignment applies to.
- Template
Id string - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Template
Version string - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- Account
Id string - (String) Enterprise account id.
- Created
At string - (String) The date and time when the assignment was created.
- Created
By stringId - (String) The user or system that created the assignment.
- Href string
- (String) The URL of the assignment resource.
- Id string
- The unique identifier of the iam_access_group_template_assignment.
- Last
Modified stringAt - (String) The date and time when the assignment was last updated.
- Last
Modified stringBy Id - (String) The user or system that last updated the assignment.
- Operation string
- (String) The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').
- Status string
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- Target string
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Target
Type string - (String) The type of the entity that the assignment applies to.
- Template
Id string - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- Template
Version string - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- account
Id String - (String) Enterprise account id.
- created
At String - (String) The date and time when the assignment was created.
- created
By StringId - (String) The user or system that created the assignment.
- href String
- (String) The URL of the assignment resource.
- id String
- The unique identifier of the iam_access_group_template_assignment.
- last
Modified StringAt - (String) The date and time when the assignment was last updated.
- last
Modified StringBy Id - (String) The user or system that last updated the assignment.
- operation String
- (String) The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').
- status String
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target String
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- target
Type String - (String) The type of the entity that the assignment applies to.
- template
Id String - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Version String - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- account
Id string - (String) Enterprise account id.
- created
At string - (String) The date and time when the assignment was created.
- created
By stringId - (String) The user or system that created the assignment.
- href string
- (String) The URL of the assignment resource.
- id string
- The unique identifier of the iam_access_group_template_assignment.
- last
Modified stringAt - (String) The date and time when the assignment was last updated.
- last
Modified stringBy Id - (String) The user or system that last updated the assignment.
- operation string
- (String) The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').
- status string
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target string
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- target
Type string - (String) The type of the entity that the assignment applies to.
- template
Id string - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Version string - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- account_
id str - (String) Enterprise account id.
- created_
at str - (String) The date and time when the assignment was created.
- created_
by_ strid - (String) The user or system that created the assignment.
- href str
- (String) The URL of the assignment resource.
- id str
- The unique identifier of the iam_access_group_template_assignment.
- last_
modified_ strat - (String) The date and time when the assignment was last updated.
- last_
modified_ strby_ id - (String) The user or system that last updated the assignment.
- operation str
- (String) The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').
- status str
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target str
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- target_
type str - (String) The type of the entity that the assignment applies to.
- template_
id str - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template_
version str - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
- account
Id String - (String) Enterprise account id.
- created
At String - (String) The date and time when the assignment was created.
- created
By StringId - (String) The user or system that created the assignment.
- href String
- (String) The URL of the assignment resource.
- id String
- The unique identifier of the iam_access_group_template_assignment.
- last
Modified StringAt - (String) The date and time when the assignment was last updated.
- last
Modified StringBy Id - (String) The user or system that last updated the assignment.
- operation String
- (String) The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').
- status String
- Filter results by the assignment status.
- Constraints: Allowable values are:
accepted
,in_progress
,succeeded
,failed
.
- Constraints: Allowable values are:
- target String
- Filter results by the assignment target.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- target
Type String - (String) The type of the entity that the assignment applies to.
- template
Id String - Filter results by Template Id.
- Constraints: The maximum length is
50
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9_-]+$/
.
- Constraints: The maximum length is
- template
Version String - Filter results by Template Version.
- Constraints: The maximum length is
2
characters. The minimum length is1
character. The value must match regular expression/^[0-9]+$/
.
- Constraints: The maximum length is
GetIamAccessGroupTemplateAssignmentFirst
- Href string
- (String) The URL of the assignment resource.
- Href string
- (String) The URL of the assignment resource.
- href String
- (String) The URL of the assignment resource.
- href string
- (String) The URL of the assignment resource.
- href str
- (String) The URL of the assignment resource.
- href String
- (String) The URL of the assignment resource.
GetIamAccessGroupTemplateAssignmentLast
- Href string
- (String) The URL of the assignment resource.
- Href string
- (String) The URL of the assignment resource.
- href String
- (String) The URL of the assignment resource.
- href string
- (String) The URL of the assignment resource.
- href str
- (String) The URL of the assignment resource.
- href String
- (String) The URL of the assignment resource.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.