page_title | subcategory | description |
---|---|---|
airbyte_source_bugsnag Resource - terraform-provider-airbyte |
SourceBugsnag Resource |
SourceBugsnag Resource
resource "airbyte_source_bugsnag" "my_source_bugsnag" {
configuration = {
auth_token = "...my_auth_token..."
start_date = "2021-11-06T23:01:39.263Z"
}
definition_id = "188b3e3c-513e-4d6e-a41e-70b14f6efa31"
name = "...my_name..."
secret_id = "...my_secret_id..."
workspace_id = "5513a4b4-a558-4b5c-8dcf-e6c5cde30c15"
}
configuration
(Attributes) (see below for nested schema)name
(String) Name of the source e.g. dev-mysql-instance.workspace_id
(String)
definition_id
(String) The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. Requires replacement if changed.secret_id
(String) Optional secretID obtained through the public API OAuth redirect flow. Requires replacement if changed.
created_at
(Number)source_id
(String)source_type
(String)
Required:
auth_token
(String, Sensitive) Personal auth token for accessing the Bugsnag API. Generate it in the My Account section of Bugsnag settings.start_date
(String)
Import is supported using the following syntax:
terraform import airbyte_source_bugsnag.my_airbyte_source_bugsnag ""