1. Packages
  2. Ibm Provider
  3. API Docs
  4. CmAccount
ibm 1.83.2 published on Tuesday, Oct 7, 2025 by ibm-cloud

ibm.CmAccount

Explore with Pulumi AI

ibm logo
ibm 1.83.2 published on Tuesday, Oct 7, 2025 by ibm-cloud

    Create, update, and delete cm_accounts with this resource.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.CmAccount;
    import com.pulumi.ibm.CmAccountArgs;
    import com.pulumi.ibm.inputs.CmAccountAccountFiltersArgs;
    import com.pulumi.ibm.inputs.CmAccountTerraformEngineArgs;
    import com.pulumi.ibm.inputs.CmAccountTerraformEngineDaCreationArgs;
    import com.pulumi.ibm.inputs.CmAccountTerraformEngineDaCreationPollingInfoArgs;
    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) {
            var cmAccountInstance = new CmAccount("cmAccountInstance", CmAccountArgs.builder()
                .accountFilters(CmAccountAccountFiltersArgs.builder()
                    .categoryFilters(                
                        CmAccountAccountFiltersCategoryFilterArgs.builder()
                            .categoryName("provider")
                            .filter(CmAccountAccountFiltersCategoryFilterFilterArgs.builder()
                                .filterTerms("ibm_third_party")
                                .build())
                            .include(false)
                            .build(),
                        CmAccountAccountFiltersCategoryFilterArgs.builder()
                            .categoryName("category")
                            .filter(CmAccountAccountFiltersCategoryFilterFilterArgs.builder()
                                .filterTerms(                            
                                    "watson",
                                    "ai",
                                    "blockchain")
                                .build())
                            .include(false)
                            .build())
                    .idFilters(CmAccountAccountFiltersIdFilterArgs.builder()
                        .exclude()
                        .include(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                        .build())
                    .includeAll(true)
                    .build())
                .regionFilter("geo:eu")
                .terraformEngines(CmAccountTerraformEngineArgs.builder()
                    .apiToken("<api_token>")
                    .daCreation(CmAccountTerraformEngineDaCreationArgs.builder()
                        .defaultPrivateCatalogId("<catalog_id>")
                        .enabled(true)
                        .pollingInfo(CmAccountTerraformEngineDaCreationPollingInfoArgs.builder()
                            .scopes(CmAccountTerraformEngineDaCreationPollingInfoScopeArgs.builder()
                                .name("<project_name>")
                                .type("project")
                                .build())
                            .build())
                        .build())
                    .name("my-tfe-instance")
                    .privateEndpoint("<private_endpoint>")
                    .publicEndpoint("<public_endpoint>")
                    .type("terraform-enterprise")
                    .build())
                .build());
    
        }
    }
    
    resources:
      cmAccountInstance:
        type: ibm:CmAccount
        properties:
          accountFilters:
            categoryFilters:
              - categoryName: provider
                filter:
                  filterTerms:
                    - ibm_third_party
                include: false
              - categoryName: category
                filter:
                  filterTerms:
                    - watson
                    - ai
                    - blockchain
                include: false
            idFilters:
              - exclude:
                  - {}
                include:
                  - filterTerms:
                      - 9dcb8ea2-30b4-4adf-8821-0d35f0a9d74f-global
            includeAll: true
          regionFilter: geo:eu
          terraformEngines:
            - apiToken: <api_token>
              daCreation:
                defaultPrivateCatalogId: <catalog_id>
                enabled: true
                pollingInfo:
                  scopes:
                    - name: <project_name>
                      type: project
              name: my-tfe-instance
              privateEndpoint: <private_endpoint>
              publicEndpoint: <public_endpoint>
              type: terraform-enterprise
    

    Create CmAccount Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CmAccount(name: string, args?: CmAccountArgs, opts?: CustomResourceOptions);
    @overload
    def CmAccount(resource_name: str,
                  args: Optional[CmAccountArgs] = None,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def CmAccount(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  account_filters: Optional[CmAccountAccountFiltersArgs] = None,
                  cm_account_id: Optional[str] = None,
                  hide_ibm_cloud_catalog: Optional[bool] = None,
                  region_filter: Optional[str] = None,
                  terraform_engines: Optional[Sequence[CmAccountTerraformEngineArgs]] = None)
    func NewCmAccount(ctx *Context, name string, args *CmAccountArgs, opts ...ResourceOption) (*CmAccount, error)
    public CmAccount(string name, CmAccountArgs? args = null, CustomResourceOptions? opts = null)
    public CmAccount(String name, CmAccountArgs args)
    public CmAccount(String name, CmAccountArgs args, CustomResourceOptions options)
    
    type: ibm:CmAccount
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CmAccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CmAccountArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CmAccountArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CmAccountArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CmAccountArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cmAccountResource = new Ibm.CmAccount("cmAccountResource", new()
    {
        AccountFilters = new Ibm.Inputs.CmAccountAccountFiltersArgs
        {
            CategoryFilters = new[]
            {
                new Ibm.Inputs.CmAccountAccountFiltersCategoryFilterArgs
                {
                    CategoryName = "string",
                    Filter = new Ibm.Inputs.CmAccountAccountFiltersCategoryFilterFilterArgs
                    {
                        FilterTerms = new[]
                        {
                            "string",
                        },
                    },
                    Include = false,
                },
            },
            IdFilters = new[]
            {
                new Ibm.Inputs.CmAccountAccountFiltersIdFilterArgs
                {
                    Excludes = new[]
                    {
                        new Ibm.Inputs.CmAccountAccountFiltersIdFilterExcludeArgs
                        {
                            FilterTerms = new[]
                            {
                                "string",
                            },
                        },
                    },
                    Includes = new[]
                    {
                        new Ibm.Inputs.CmAccountAccountFiltersIdFilterIncludeArgs
                        {
                            FilterTerms = new[]
                            {
                                "string",
                            },
                        },
                    },
                },
            },
            IncludeAll = false,
        },
        CmAccountId = "string",
        HideIbmCloudCatalog = false,
        RegionFilter = "string",
        TerraformEngines = new[]
        {
            new Ibm.Inputs.CmAccountTerraformEngineArgs
            {
                ApiToken = "string",
                DaCreation = new Ibm.Inputs.CmAccountTerraformEngineDaCreationArgs
                {
                    DefaultPrivateCatalogId = "string",
                    Enabled = false,
                    PollingInfo = new Ibm.Inputs.CmAccountTerraformEngineDaCreationPollingInfoArgs
                    {
                        LastPollingStatuses = new[]
                        {
                            new Ibm.Inputs.CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatusArgs
                            {
                                Code = 0,
                                Message = "string",
                            },
                        },
                        Scopes = new[]
                        {
                            new Ibm.Inputs.CmAccountTerraformEngineDaCreationPollingInfoScopeArgs
                            {
                                Name = "string",
                                Type = "string",
                            },
                        },
                    },
                },
                Name = "string",
                PrivateEndpoint = "string",
                PublicEndpoint = "string",
                Type = "string",
            },
        },
    });
    
    example, err := ibm.NewCmAccount(ctx, "cmAccountResource", &ibm.CmAccountArgs{
    	AccountFilters: &ibm.CmAccountAccountFiltersArgs{
    		CategoryFilters: ibm.CmAccountAccountFiltersCategoryFilterArray{
    			&ibm.CmAccountAccountFiltersCategoryFilterArgs{
    				CategoryName: pulumi.String("string"),
    				Filter: &ibm.CmAccountAccountFiltersCategoryFilterFilterArgs{
    					FilterTerms: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    				},
    				Include: pulumi.Bool(false),
    			},
    		},
    		IdFilters: ibm.CmAccountAccountFiltersIdFilterArray{
    			&ibm.CmAccountAccountFiltersIdFilterArgs{
    				Excludes: ibm.CmAccountAccountFiltersIdFilterExcludeArray{
    					&ibm.CmAccountAccountFiltersIdFilterExcludeArgs{
    						FilterTerms: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    				},
    				Includes: ibm.CmAccountAccountFiltersIdFilterIncludeArray{
    					&ibm.CmAccountAccountFiltersIdFilterIncludeArgs{
    						FilterTerms: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    				},
    			},
    		},
    		IncludeAll: pulumi.Bool(false),
    	},
    	CmAccountId:         pulumi.String("string"),
    	HideIbmCloudCatalog: pulumi.Bool(false),
    	RegionFilter:        pulumi.String("string"),
    	TerraformEngines: ibm.CmAccountTerraformEngineArray{
    		&ibm.CmAccountTerraformEngineArgs{
    			ApiToken: pulumi.String("string"),
    			DaCreation: &ibm.CmAccountTerraformEngineDaCreationArgs{
    				DefaultPrivateCatalogId: pulumi.String("string"),
    				Enabled:                 pulumi.Bool(false),
    				PollingInfo: &ibm.CmAccountTerraformEngineDaCreationPollingInfoArgs{
    					LastPollingStatuses: ibm.CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatusArray{
    						&ibm.CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatusArgs{
    							Code:    pulumi.Float64(0),
    							Message: pulumi.String("string"),
    						},
    					},
    					Scopes: ibm.CmAccountTerraformEngineDaCreationPollingInfoScopeArray{
    						&ibm.CmAccountTerraformEngineDaCreationPollingInfoScopeArgs{
    							Name: pulumi.String("string"),
    							Type: pulumi.String("string"),
    						},
    					},
    				},
    			},
    			Name:            pulumi.String("string"),
    			PrivateEndpoint: pulumi.String("string"),
    			PublicEndpoint:  pulumi.String("string"),
    			Type:            pulumi.String("string"),
    		},
    	},
    })
    
    var cmAccountResource = new CmAccount("cmAccountResource", CmAccountArgs.builder()
        .accountFilters(CmAccountAccountFiltersArgs.builder()
            .categoryFilters(CmAccountAccountFiltersCategoryFilterArgs.builder()
                .categoryName("string")
                .filter(CmAccountAccountFiltersCategoryFilterFilterArgs.builder()
                    .filterTerms("string")
                    .build())
                .include(false)
                .build())
            .idFilters(CmAccountAccountFiltersIdFilterArgs.builder()
                .excludes(CmAccountAccountFiltersIdFilterExcludeArgs.builder()
                    .filterTerms("string")
                    .build())
                .includes(CmAccountAccountFiltersIdFilterIncludeArgs.builder()
                    .filterTerms("string")
                    .build())
                .build())
            .includeAll(false)
            .build())
        .cmAccountId("string")
        .hideIbmCloudCatalog(false)
        .regionFilter("string")
        .terraformEngines(CmAccountTerraformEngineArgs.builder()
            .apiToken("string")
            .daCreation(CmAccountTerraformEngineDaCreationArgs.builder()
                .defaultPrivateCatalogId("string")
                .enabled(false)
                .pollingInfo(CmAccountTerraformEngineDaCreationPollingInfoArgs.builder()
                    .lastPollingStatuses(CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatusArgs.builder()
                        .code(0.0)
                        .message("string")
                        .build())
                    .scopes(CmAccountTerraformEngineDaCreationPollingInfoScopeArgs.builder()
                        .name("string")
                        .type("string")
                        .build())
                    .build())
                .build())
            .name("string")
            .privateEndpoint("string")
            .publicEndpoint("string")
            .type("string")
            .build())
        .build());
    
    cm_account_resource = ibm.CmAccount("cmAccountResource",
        account_filters={
            "category_filters": [{
                "category_name": "string",
                "filter": {
                    "filter_terms": ["string"],
                },
                "include": False,
            }],
            "id_filters": [{
                "excludes": [{
                    "filter_terms": ["string"],
                }],
                "includes": [{
                    "filter_terms": ["string"],
                }],
            }],
            "include_all": False,
        },
        cm_account_id="string",
        hide_ibm_cloud_catalog=False,
        region_filter="string",
        terraform_engines=[{
            "api_token": "string",
            "da_creation": {
                "default_private_catalog_id": "string",
                "enabled": False,
                "polling_info": {
                    "last_polling_statuses": [{
                        "code": 0,
                        "message": "string",
                    }],
                    "scopes": [{
                        "name": "string",
                        "type": "string",
                    }],
                },
            },
            "name": "string",
            "private_endpoint": "string",
            "public_endpoint": "string",
            "type": "string",
        }])
    
    const cmAccountResource = new ibm.CmAccount("cmAccountResource", {
        accountFilters: {
            categoryFilters: [{
                categoryName: "string",
                filter: {
                    filterTerms: ["string"],
                },
                include: false,
            }],
            idFilters: [{
                excludes: [{
                    filterTerms: ["string"],
                }],
                includes: [{
                    filterTerms: ["string"],
                }],
            }],
            includeAll: false,
        },
        cmAccountId: "string",
        hideIbmCloudCatalog: false,
        regionFilter: "string",
        terraformEngines: [{
            apiToken: "string",
            daCreation: {
                defaultPrivateCatalogId: "string",
                enabled: false,
                pollingInfo: {
                    lastPollingStatuses: [{
                        code: 0,
                        message: "string",
                    }],
                    scopes: [{
                        name: "string",
                        type: "string",
                    }],
                },
            },
            name: "string",
            privateEndpoint: "string",
            publicEndpoint: "string",
            type: "string",
        }],
    });
    
    type: ibm:CmAccount
    properties:
        accountFilters:
            categoryFilters:
                - categoryName: string
                  filter:
                    filterTerms:
                        - string
                  include: false
            idFilters:
                - excludes:
                    - filterTerms:
                        - string
                  includes:
                    - filterTerms:
                        - string
            includeAll: false
        cmAccountId: string
        hideIbmCloudCatalog: false
        regionFilter: string
        terraformEngines:
            - apiToken: string
              daCreation:
                defaultPrivateCatalogId: string
                enabled: false
                pollingInfo:
                    lastPollingStatuses:
                        - code: 0
                          message: string
                    scopes:
                        - name: string
                          type: string
              name: string
              privateEndpoint: string
              publicEndpoint: string
              type: string
    

    CmAccount Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CmAccount resource accepts the following input properties:

    AccountFilters CmAccountAccountFilters
    Filters for account and catalog filters. Nested schema for account_filters:
    CmAccountId string
    The unique identifier of the cm_account.
    HideIbmCloudCatalog bool
    Hide the public catalog in this account.
    RegionFilter string
    Region filter string.
    TerraformEngines List<CmAccountTerraformEngine>
    AccountFilters CmAccountAccountFiltersArgs
    Filters for account and catalog filters. Nested schema for account_filters:
    CmAccountId string
    The unique identifier of the cm_account.
    HideIbmCloudCatalog bool
    Hide the public catalog in this account.
    RegionFilter string
    Region filter string.
    TerraformEngines []CmAccountTerraformEngineArgs
    accountFilters CmAccountAccountFilters
    Filters for account and catalog filters. Nested schema for account_filters:
    cmAccountId String
    The unique identifier of the cm_account.
    hideIbmCloudCatalog Boolean
    Hide the public catalog in this account.
    regionFilter String
    Region filter string.
    terraformEngines List<CmAccountTerraformEngine>
    accountFilters CmAccountAccountFilters
    Filters for account and catalog filters. Nested schema for account_filters:
    cmAccountId string
    The unique identifier of the cm_account.
    hideIbmCloudCatalog boolean
    Hide the public catalog in this account.
    regionFilter string
    Region filter string.
    terraformEngines CmAccountTerraformEngine[]
    account_filters CmAccountAccountFiltersArgs
    Filters for account and catalog filters. Nested schema for account_filters:
    cm_account_id str
    The unique identifier of the cm_account.
    hide_ibm_cloud_catalog bool
    Hide the public catalog in this account.
    region_filter str
    Region filter string.
    terraform_engines Sequence[CmAccountTerraformEngineArgs]
    accountFilters Property Map
    Filters for account and catalog filters. Nested schema for account_filters:
    cmAccountId String
    The unique identifier of the cm_account.
    hideIbmCloudCatalog Boolean
    Hide the public catalog in this account.
    regionFilter String
    Region filter string.
    terraformEngines List<Property Map>

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CmAccount resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Rev string
    (String) Cloudant revision.
    Id string
    The provider-assigned unique ID for this managed resource.
    Rev string
    (String) Cloudant revision.
    id String
    The provider-assigned unique ID for this managed resource.
    rev String
    (String) Cloudant revision.
    id string
    The provider-assigned unique ID for this managed resource.
    rev string
    (String) Cloudant revision.
    id str
    The provider-assigned unique ID for this managed resource.
    rev str
    (String) Cloudant revision.
    id String
    The provider-assigned unique ID for this managed resource.
    rev String
    (String) Cloudant revision.

    Look up Existing CmAccount Resource

    Get an existing CmAccount resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CmAccountState, opts?: CustomResourceOptions): CmAccount
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_filters: Optional[CmAccountAccountFiltersArgs] = None,
            cm_account_id: Optional[str] = None,
            hide_ibm_cloud_catalog: Optional[bool] = None,
            region_filter: Optional[str] = None,
            rev: Optional[str] = None,
            terraform_engines: Optional[Sequence[CmAccountTerraformEngineArgs]] = None) -> CmAccount
    func GetCmAccount(ctx *Context, name string, id IDInput, state *CmAccountState, opts ...ResourceOption) (*CmAccount, error)
    public static CmAccount Get(string name, Input<string> id, CmAccountState? state, CustomResourceOptions? opts = null)
    public static CmAccount get(String name, Output<String> id, CmAccountState state, CustomResourceOptions options)
    resources:  _:    type: ibm:CmAccount    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountFilters CmAccountAccountFilters
    Filters for account and catalog filters. Nested schema for account_filters:
    CmAccountId string
    The unique identifier of the cm_account.
    HideIbmCloudCatalog bool
    Hide the public catalog in this account.
    RegionFilter string
    Region filter string.
    Rev string
    (String) Cloudant revision.
    TerraformEngines List<CmAccountTerraformEngine>
    AccountFilters CmAccountAccountFiltersArgs
    Filters for account and catalog filters. Nested schema for account_filters:
    CmAccountId string
    The unique identifier of the cm_account.
    HideIbmCloudCatalog bool
    Hide the public catalog in this account.
    RegionFilter string
    Region filter string.
    Rev string
    (String) Cloudant revision.
    TerraformEngines []CmAccountTerraformEngineArgs
    accountFilters CmAccountAccountFilters
    Filters for account and catalog filters. Nested schema for account_filters:
    cmAccountId String
    The unique identifier of the cm_account.
    hideIbmCloudCatalog Boolean
    Hide the public catalog in this account.
    regionFilter String
    Region filter string.
    rev String
    (String) Cloudant revision.
    terraformEngines List<CmAccountTerraformEngine>
    accountFilters CmAccountAccountFilters
    Filters for account and catalog filters. Nested schema for account_filters:
    cmAccountId string
    The unique identifier of the cm_account.
    hideIbmCloudCatalog boolean
    Hide the public catalog in this account.
    regionFilter string
    Region filter string.
    rev string
    (String) Cloudant revision.
    terraformEngines CmAccountTerraformEngine[]
    account_filters CmAccountAccountFiltersArgs
    Filters for account and catalog filters. Nested schema for account_filters:
    cm_account_id str
    The unique identifier of the cm_account.
    hide_ibm_cloud_catalog bool
    Hide the public catalog in this account.
    region_filter str
    Region filter string.
    rev str
    (String) Cloudant revision.
    terraform_engines Sequence[CmAccountTerraformEngineArgs]
    accountFilters Property Map
    Filters for account and catalog filters. Nested schema for account_filters:
    cmAccountId String
    The unique identifier of the cm_account.
    hideIbmCloudCatalog Boolean
    Hide the public catalog in this account.
    regionFilter String
    Region filter string.
    rev String
    (String) Cloudant revision.
    terraformEngines List<Property Map>

    Supporting Types

    CmAccountAccountFilters, CmAccountAccountFiltersArgs

    CategoryFilters List<CmAccountAccountFiltersCategoryFilter>
    Filter against offering properties. Nested schema for category_filters:
    IdFilters List<CmAccountAccountFiltersIdFilter>
    Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
    IncludeAll bool

    true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.

    CategoryFilters []CmAccountAccountFiltersCategoryFilter
    Filter against offering properties. Nested schema for category_filters:
    IdFilters []CmAccountAccountFiltersIdFilter
    Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
    IncludeAll bool

    true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.

    categoryFilters List<CmAccountAccountFiltersCategoryFilter>
    Filter against offering properties. Nested schema for category_filters:
    idFilters List<CmAccountAccountFiltersIdFilter>
    Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
    includeAll Boolean

    true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.

    categoryFilters CmAccountAccountFiltersCategoryFilter[]
    Filter against offering properties. Nested schema for category_filters:
    idFilters CmAccountAccountFiltersIdFilter[]
    Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
    includeAll boolean

    true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.

    category_filters Sequence[CmAccountAccountFiltersCategoryFilter]
    Filter against offering properties. Nested schema for category_filters:
    id_filters Sequence[CmAccountAccountFiltersIdFilter]
    Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
    include_all bool

    true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.

    categoryFilters List<Property Map>
    Filter against offering properties. Nested schema for category_filters:
    idFilters List<Property Map>
    Filter on offering ID's. There is an include filter and an exclule filter. Both can be set. Nested schema for id_filters:
    includeAll Boolean

    true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.

    CmAccountAccountFiltersCategoryFilter, CmAccountAccountFiltersCategoryFilterArgs

    CategoryName string
    Name of the category.
    Filter CmAccountAccountFiltersCategoryFilterFilter
    Filter terms related to the category. Nested schema for filter:
    Include bool
    Whether to include the category in the catalog filter.
    CategoryName string
    Name of the category.
    Filter CmAccountAccountFiltersCategoryFilterFilter
    Filter terms related to the category. Nested schema for filter:
    Include bool
    Whether to include the category in the catalog filter.
    categoryName String
    Name of the category.
    filter CmAccountAccountFiltersCategoryFilterFilter
    Filter terms related to the category. Nested schema for filter:
    include Boolean
    Whether to include the category in the catalog filter.
    categoryName string
    Name of the category.
    filter CmAccountAccountFiltersCategoryFilterFilter
    Filter terms related to the category. Nested schema for filter:
    include boolean
    Whether to include the category in the catalog filter.
    category_name str
    Name of the category.
    filter CmAccountAccountFiltersCategoryFilterFilter
    Filter terms related to the category. Nested schema for filter:
    include bool
    Whether to include the category in the catalog filter.
    categoryName String
    Name of the category.
    filter Property Map
    Filter terms related to the category. Nested schema for filter:
    include Boolean
    Whether to include the category in the catalog filter.

    CmAccountAccountFiltersCategoryFilterFilter, CmAccountAccountFiltersCategoryFilterFilterArgs

    FilterTerms List<string>
    (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    FilterTerms []string
    (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms List<String>
    (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms string[]
    (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filter_terms Sequence[str]
    (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms List<String>
    (List) List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.

    CmAccountAccountFiltersIdFilter, CmAccountAccountFiltersIdFilterArgs

    Excludes List<CmAccountAccountFiltersIdFilterExclude>
    Offering filter terms. Nested schema for exclude:
    Includes List<CmAccountAccountFiltersIdFilterInclude>
    Offering filter terms. Nested schema for include:
    Excludes []CmAccountAccountFiltersIdFilterExclude
    Offering filter terms. Nested schema for exclude:
    Includes []CmAccountAccountFiltersIdFilterInclude
    Offering filter terms. Nested schema for include:
    excludes List<CmAccountAccountFiltersIdFilterExclude>
    Offering filter terms. Nested schema for exclude:
    includes List<CmAccountAccountFiltersIdFilterInclude>
    Offering filter terms. Nested schema for include:
    excludes CmAccountAccountFiltersIdFilterExclude[]
    Offering filter terms. Nested schema for exclude:
    includes CmAccountAccountFiltersIdFilterInclude[]
    Offering filter terms. Nested schema for include:
    excludes Sequence[CmAccountAccountFiltersIdFilterExclude]
    Offering filter terms. Nested schema for exclude:
    includes Sequence[CmAccountAccountFiltersIdFilterInclude]
    Offering filter terms. Nested schema for include:
    excludes List<Property Map>
    Offering filter terms. Nested schema for exclude:
    includes List<Property Map>
    Offering filter terms. Nested schema for include:

    CmAccountAccountFiltersIdFilterExclude, CmAccountAccountFiltersIdFilterExcludeArgs

    FilterTerms List<string>
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    FilterTerms []string
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms List<String>
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms string[]
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filter_terms Sequence[str]
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms List<String>
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.

    CmAccountAccountFiltersIdFilterInclude, CmAccountAccountFiltersIdFilterIncludeArgs

    FilterTerms List<string>
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    FilterTerms []string
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms List<String>
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms string[]
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filter_terms Sequence[str]
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.
    filterTerms List<String>
    List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.

    CmAccountTerraformEngine, CmAccountTerraformEngineArgs

    ApiToken string
    The api key used to access the engine instance.
    DaCreation CmAccountTerraformEngineDaCreation
    Name string
    User provided name for the specified engine.
    PrivateEndpoint string
    The private endpoint for the engine instance.
    PublicEndpoint string
    The public endpoint for the engine instance.
    Type string
    ApiToken string
    The api key used to access the engine instance.
    DaCreation CmAccountTerraformEngineDaCreation
    Name string
    User provided name for the specified engine.
    PrivateEndpoint string
    The private endpoint for the engine instance.
    PublicEndpoint string
    The public endpoint for the engine instance.
    Type string
    apiToken String
    The api key used to access the engine instance.
    daCreation CmAccountTerraformEngineDaCreation
    name String
    User provided name for the specified engine.
    privateEndpoint String
    The private endpoint for the engine instance.
    publicEndpoint String
    The public endpoint for the engine instance.
    type String
    apiToken string
    The api key used to access the engine instance.
    daCreation CmAccountTerraformEngineDaCreation
    name string
    User provided name for the specified engine.
    privateEndpoint string
    The private endpoint for the engine instance.
    publicEndpoint string
    The public endpoint for the engine instance.
    type string
    api_token str
    The api key used to access the engine instance.
    da_creation CmAccountTerraformEngineDaCreation
    name str
    User provided name for the specified engine.
    private_endpoint str
    The private endpoint for the engine instance.
    public_endpoint str
    The public endpoint for the engine instance.
    type str
    apiToken String
    The api key used to access the engine instance.
    daCreation Property Map
    name String
    User provided name for the specified engine.
    privateEndpoint String
    The private endpoint for the engine instance.
    publicEndpoint String
    The public endpoint for the engine instance.
    type String

    CmAccountTerraformEngineDaCreation, CmAccountTerraformEngineDaCreationArgs

    DefaultPrivateCatalogId string
    Default private catalog to create the deployable architectures in.
    Enabled bool
    Determines whether deployable architectures are auto-created from workspaces in the engine.
    PollingInfo CmAccountTerraformEngineDaCreationPollingInfo
    Determines which workspace scope to query to auto-create deployable architectures from. Nested schema for polling_info:
    DefaultPrivateCatalogId string
    Default private catalog to create the deployable architectures in.
    Enabled bool
    Determines whether deployable architectures are auto-created from workspaces in the engine.
    PollingInfo CmAccountTerraformEngineDaCreationPollingInfo
    Determines which workspace scope to query to auto-create deployable architectures from. Nested schema for polling_info:
    defaultPrivateCatalogId String
    Default private catalog to create the deployable architectures in.
    enabled Boolean
    Determines whether deployable architectures are auto-created from workspaces in the engine.
    pollingInfo CmAccountTerraformEngineDaCreationPollingInfo
    Determines which workspace scope to query to auto-create deployable architectures from. Nested schema for polling_info:
    defaultPrivateCatalogId string
    Default private catalog to create the deployable architectures in.
    enabled boolean
    Determines whether deployable architectures are auto-created from workspaces in the engine.
    pollingInfo CmAccountTerraformEngineDaCreationPollingInfo
    Determines which workspace scope to query to auto-create deployable architectures from. Nested schema for polling_info:
    default_private_catalog_id str
    Default private catalog to create the deployable architectures in.
    enabled bool
    Determines whether deployable architectures are auto-created from workspaces in the engine.
    polling_info CmAccountTerraformEngineDaCreationPollingInfo
    Determines which workspace scope to query to auto-create deployable architectures from. Nested schema for polling_info:
    defaultPrivateCatalogId String
    Default private catalog to create the deployable architectures in.
    enabled Boolean
    Determines whether deployable architectures are auto-created from workspaces in the engine.
    pollingInfo Property Map
    Determines which workspace scope to query to auto-create deployable architectures from. Nested schema for polling_info:

    CmAccountTerraformEngineDaCreationPollingInfo, CmAccountTerraformEngineDaCreationPollingInfoArgs

    LastPollingStatuses List<CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatus>
    (List) Last polling status of the engine scope. Nested schema for last_polling_status:
    Scopes List<CmAccountTerraformEngineDaCreationPollingInfoScope>
    List of scopes to auto-create deployable architectures from workspaces in the engine. Nested schema for scopes:
    LastPollingStatuses []CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatus
    (List) Last polling status of the engine scope. Nested schema for last_polling_status:
    Scopes []CmAccountTerraformEngineDaCreationPollingInfoScope
    List of scopes to auto-create deployable architectures from workspaces in the engine. Nested schema for scopes:
    lastPollingStatuses List<CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatus>
    (List) Last polling status of the engine scope. Nested schema for last_polling_status:
    scopes List<CmAccountTerraformEngineDaCreationPollingInfoScope>
    List of scopes to auto-create deployable architectures from workspaces in the engine. Nested schema for scopes:
    lastPollingStatuses CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatus[]
    (List) Last polling status of the engine scope. Nested schema for last_polling_status:
    scopes CmAccountTerraformEngineDaCreationPollingInfoScope[]
    List of scopes to auto-create deployable architectures from workspaces in the engine. Nested schema for scopes:
    last_polling_statuses Sequence[CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatus]
    (List) Last polling status of the engine scope. Nested schema for last_polling_status:
    scopes Sequence[CmAccountTerraformEngineDaCreationPollingInfoScope]
    List of scopes to auto-create deployable architectures from workspaces in the engine. Nested schema for scopes:
    lastPollingStatuses List<Property Map>
    (List) Last polling status of the engine scope. Nested schema for last_polling_status:
    scopes List<Property Map>
    List of scopes to auto-create deployable architectures from workspaces in the engine. Nested schema for scopes:

    CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatus, CmAccountTerraformEngineDaCreationPollingInfoLastPollingStatusArgs

    Code double
    (Integer) Status code of the last polling attempt.
    Message string
    (String) Status message from the last polling attempt.
    Code float64
    (Integer) Status code of the last polling attempt.
    Message string
    (String) Status message from the last polling attempt.
    code Double
    (Integer) Status code of the last polling attempt.
    message String
    (String) Status message from the last polling attempt.
    code number
    (Integer) Status code of the last polling attempt.
    message string
    (String) Status message from the last polling attempt.
    code float
    (Integer) Status code of the last polling attempt.
    message str
    (String) Status message from the last polling attempt.
    code Number
    (Integer) Status code of the last polling attempt.
    message String
    (String) Status message from the last polling attempt.

    CmAccountTerraformEngineDaCreationPollingInfoScope, CmAccountTerraformEngineDaCreationPollingInfoScopeArgs

    Name string
    Identifier for the specified type in the scope.
    Type string
    Scope to auto-create deployable architectures from. The supported scopes today are workspace, org, and project.
    Name string
    Identifier for the specified type in the scope.
    Type string
    Scope to auto-create deployable architectures from. The supported scopes today are workspace, org, and project.
    name String
    Identifier for the specified type in the scope.
    type String
    Scope to auto-create deployable architectures from. The supported scopes today are workspace, org, and project.
    name string
    Identifier for the specified type in the scope.
    type string
    Scope to auto-create deployable architectures from. The supported scopes today are workspace, org, and project.
    name str
    Identifier for the specified type in the scope.
    type str
    Scope to auto-create deployable architectures from. The supported scopes today are workspace, org, and project.
    name String
    Identifier for the specified type in the scope.
    type String
    Scope to auto-create deployable architectures from. The supported scopes today are workspace, org, and project.

    Import

    You can import the ibm_cm_account resource by using id. Account identification.

    Syntax

    
    ```sh
    $ pulumi import ibm:index/cmAccount:CmAccount cm_account <id>
    ```
    
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.83.2 published on Tuesday, Oct 7, 2025 by ibm-cloud
      AI Agentic Workflows: Register now