cloudfoundry.Provider
Explore with Pulumi AI
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:
- Api
Url string - App
Logs doubleMax - Number of logs message which can be see when app creation is errored (-1 means all messages stored)
- Cf
Client stringId - Cf
Client stringSecret - Default
Quota stringName - Name of the default quota
- Delete
Recursive boolAllowed - Set to false to disallow recurive deletion
- Force
Broker boolNot Fail When Catalog Not Accessible - Set to true to not trigger fail on catalog on service broker
- Origin string
- Password string
- Purge
When boolDelete - Set to true to purge when deleting a resource (e.g.: service instance, service broker)
- Skip
Ssl boolValidation - Sso
Passcode string - Store
Tokens stringPath - Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
- Uaa
Client stringId - Uaa
Client stringSecret - User string
- Api
Url string - App
Logs float64Max - Number of logs message which can be see when app creation is errored (-1 means all messages stored)
- Cf
Client stringId - Cf
Client stringSecret - Default
Quota stringName - Name of the default quota
- Delete
Recursive boolAllowed - Set to false to disallow recurive deletion
- Force
Broker boolNot Fail When Catalog Not Accessible - Set to true to not trigger fail on catalog on service broker
- Origin string
- Password string
- Purge
When boolDelete - Set to true to purge when deleting a resource (e.g.: service instance, service broker)
- Skip
Ssl boolValidation - Sso
Passcode string - Store
Tokens stringPath - Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
- Uaa
Client stringId - Uaa
Client stringSecret - User string
- api
Url String - app
Logs DoubleMax - Number of logs message which can be see when app creation is errored (-1 means all messages stored)
- cf
Client StringId - cf
Client StringSecret - default
Quota StringName - Name of the default quota
- delete
Recursive BooleanAllowed - Set to false to disallow recurive deletion
- force
Broker BooleanNot Fail When Catalog Not Accessible - Set to true to not trigger fail on catalog on service broker
- origin String
- password String
- purge
When BooleanDelete - Set to true to purge when deleting a resource (e.g.: service instance, service broker)
- skip
Ssl BooleanValidation - sso
Passcode String - store
Tokens StringPath - Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
- uaa
Client StringId - uaa
Client StringSecret - user String
- api
Url string - app
Logs numberMax - Number of logs message which can be see when app creation is errored (-1 means all messages stored)
- cf
Client stringId - cf
Client stringSecret - default
Quota stringName - Name of the default quota
- delete
Recursive booleanAllowed - Set to false to disallow recurive deletion
- force
Broker booleanNot Fail When Catalog Not Accessible - Set to true to not trigger fail on catalog on service broker
- origin string
- password string
- purge
When booleanDelete - Set to true to purge when deleting a resource (e.g.: service instance, service broker)
- skip
Ssl booleanValidation - sso
Passcode string - store
Tokens stringPath - Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
- uaa
Client stringId - uaa
Client stringSecret - user string
- api_
url str - app_
logs_ floatmax - Number of logs message which can be see when app creation is errored (-1 means all messages stored)
- cf_
client_ strid - cf_
client_ strsecret - default_
quota_ strname - Name of the default quota
- delete_
recursive_ boolallowed - Set to false to disallow recurive deletion
- force_
broker_ boolnot_ fail_ when_ catalog_ not_ accessible - Set to true to not trigger fail on catalog on service broker
- origin str
- password str
- purge_
when_ booldelete - Set to true to purge when deleting a resource (e.g.: service instance, service broker)
- skip_
ssl_ boolvalidation - sso_
passcode str - store_
tokens_ strpath - Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
- uaa_
client_ strid - uaa_
client_ strsecret - user str
- api
Url String - app
Logs NumberMax - Number of logs message which can be see when app creation is errored (-1 means all messages stored)
- cf
Client StringId - cf
Client StringSecret - default
Quota StringName - Name of the default quota
- delete
Recursive BooleanAllowed - Set to false to disallow recurive deletion
- force
Broker BooleanNot Fail When Catalog Not Accessible - Set to true to not trigger fail on catalog on service broker
- origin String
- password String
- purge
When BooleanDelete - Set to true to purge when deleting a resource (e.g.: service instance, service broker)
- skip
Ssl BooleanValidation - sso
Passcode String - store
Tokens StringPath - Path to a file to store tokens used for login. (this is useful for sso, this avoid requiring each time sso passcode)
- uaa
Client StringId - uaa
Client StringSecret - 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.