1. Packages
  2. Cloudfoundry Provider
  3. API Docs
  4. Provider
cloudfoundry 0.54.0 published on Monday, Apr 14, 2025 by cloudfoundry-community

cloudfoundry.Provider

Explore with Pulumi AI

cloudfoundry logo
cloudfoundry 0.54.0 published on Monday, Apr 14, 2025 by cloudfoundry-community

    The provider type for the cloudfoundry package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

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

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 api_url: Optional[str] = None,
                 app_logs_max: Optional[float] = None,
                 cf_client_id: Optional[str] = None,
                 cf_client_secret: Optional[str] = None,
                 default_quota_name: Optional[str] = None,
                 delete_recursive_allowed: Optional[bool] = None,
                 force_broker_not_fail_when_catalog_not_accessible: Optional[bool] = None,
                 origin: Optional[str] = None,
                 password: Optional[str] = None,
                 purge_when_delete: Optional[bool] = None,
                 skip_ssl_validation: Optional[bool] = None,
                 sso_passcode: Optional[str] = None,
                 store_tokens_path: Optional[str] = None,
                 uaa_client_id: Optional[str] = None,
                 uaa_client_secret: Optional[str] = None,
                 user: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:cloudfoundry
    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 ProviderArgs
    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 ProviderArgs
    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 ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider 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 Provider resource accepts the following input properties:

    ApiUrl string
    AppLogsMax double
    Number of logs message which can be see when app creation is errored (-1 means all messages stored)
    CfClientId string
    CfClientSecret string
    DefaultQuotaName string
    Name of the default quota
    DeleteRecursiveAllowed bool
    Set to false to disallow recurive deletion
    ForceBrokerNotFailWhenCatalogNotAccessible bool
    Set to true to not trigger fail on catalog on service broker
    Origin string
    Password string
    PurgeWhenDelete bool
    Set to true to purge when deleting a resource (e.g.: service instance, service broker)
    SkipSslValidation bool
    SsoPasscode string
    StoreTokensPath string
    Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
    UaaClientId string
    UaaClientSecret string
    User string
    ApiUrl string
    AppLogsMax float64
    Number of logs message which can be see when app creation is errored (-1 means all messages stored)
    CfClientId string
    CfClientSecret string
    DefaultQuotaName string
    Name of the default quota
    DeleteRecursiveAllowed bool
    Set to false to disallow recurive deletion
    ForceBrokerNotFailWhenCatalogNotAccessible bool
    Set to true to not trigger fail on catalog on service broker
    Origin string
    Password string
    PurgeWhenDelete bool
    Set to true to purge when deleting a resource (e.g.: service instance, service broker)
    SkipSslValidation bool
    SsoPasscode string
    StoreTokensPath string
    Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
    UaaClientId string
    UaaClientSecret string
    User string
    apiUrl String
    appLogsMax Double
    Number of logs message which can be see when app creation is errored (-1 means all messages stored)
    cfClientId String
    cfClientSecret String
    defaultQuotaName String
    Name of the default quota
    deleteRecursiveAllowed Boolean
    Set to false to disallow recurive deletion
    forceBrokerNotFailWhenCatalogNotAccessible Boolean
    Set to true to not trigger fail on catalog on service broker
    origin String
    password String
    purgeWhenDelete Boolean
    Set to true to purge when deleting a resource (e.g.: service instance, service broker)
    skipSslValidation Boolean
    ssoPasscode String
    storeTokensPath String
    Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
    uaaClientId String
    uaaClientSecret String
    user String
    apiUrl string
    appLogsMax number
    Number of logs message which can be see when app creation is errored (-1 means all messages stored)
    cfClientId string
    cfClientSecret string
    defaultQuotaName string
    Name of the default quota
    deleteRecursiveAllowed boolean
    Set to false to disallow recurive deletion
    forceBrokerNotFailWhenCatalogNotAccessible boolean
    Set to true to not trigger fail on catalog on service broker
    origin string
    password string
    purgeWhenDelete boolean
    Set to true to purge when deleting a resource (e.g.: service instance, service broker)
    skipSslValidation boolean
    ssoPasscode string
    storeTokensPath string
    Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
    uaaClientId string
    uaaClientSecret string
    user string
    api_url str
    app_logs_max float
    Number of logs message which can be see when app creation is errored (-1 means all messages stored)
    cf_client_id str
    cf_client_secret str
    default_quota_name str
    Name of the default quota
    delete_recursive_allowed bool
    Set to false to disallow recurive deletion
    force_broker_not_fail_when_catalog_not_accessible bool
    Set to true to not trigger fail on catalog on service broker
    origin str
    password str
    purge_when_delete bool
    Set to true to purge when deleting a resource (e.g.: service instance, service broker)
    skip_ssl_validation bool
    sso_passcode str
    store_tokens_path str
    Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
    uaa_client_id str
    uaa_client_secret str
    user str
    apiUrl String
    appLogsMax Number
    Number of logs message which can be see when app creation is errored (-1 means all messages stored)
    cfClientId String
    cfClientSecret String
    defaultQuotaName String
    Name of the default quota
    deleteRecursiveAllowed Boolean
    Set to false to disallow recurive deletion
    forceBrokerNotFailWhenCatalogNotAccessible Boolean
    Set to true to not trigger fail on catalog on service broker
    origin String
    password String
    purgeWhenDelete Boolean
    Set to true to purge when deleting a resource (e.g.: service instance, service broker)
    skipSslValidation Boolean
    ssoPasscode String
    storeTokensPath String
    Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
    uaaClientId String
    uaaClientSecret String
    user String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    cloudfoundry cloudfoundry-community/terraform-provider-cloudfoundry
    License
    Notes
    This Pulumi package is based on the cloudfoundry Terraform Provider.
    cloudfoundry logo
    cloudfoundry 0.54.0 published on Monday, Apr 14, 2025 by cloudfoundry-community