page_title | subcategory | description |
---|---|---|
airbyte_workspace Resource - terraform-provider-airbyte |
Workspace Resource |
Workspace Resource
resource "airbyte_workspace" "my_workspace" {
name = "...my_name..."
notifications = {
connection_update = {
email = {
enabled = false
}
webhook = {
enabled = false
url = "...my_url..."
}
}
connection_update_action_required = {
email = {
enabled = true
}
webhook = {
enabled = true
url = "...my_url..."
}
}
failure = {
email = {
enabled = false
}
webhook = {
enabled = false
url = "...my_url..."
}
}
success = {
email = {
enabled = false
}
webhook = {
enabled = true
url = "...my_url..."
}
}
sync_disabled = {
email = {
enabled = true
}
webhook = {
enabled = true
url = "...my_url..."
}
}
sync_disabled_warning = {
email = {
enabled = false
}
webhook = {
enabled = false
url = "...my_url..."
}
}
}
organization_id = "4d886138-b4b4-4da8-9dca-f4d28f8550f8"
}
name
(String) Name of the workspace
notifications
(Attributes) Configures workspace notifications. (see below for nested schema)organization_id
(String) ID of organization to add workspace to. Requires replacement if changed.
data_residency
(String)workspace_id
(String)
Optional:
connection_update
(Attributes) Configures a notification. (see below for nested schema)connection_update_action_required
(Attributes) Configures a notification. (see below for nested schema)failure
(Attributes) Configures a notification. (see below for nested schema)success
(Attributes) Configures a notification. (see below for nested schema)sync_disabled
(Attributes) Configures a notification. (see below for nested schema)sync_disabled_warning
(Attributes) Configures a notification. (see below for nested schema)
Optional:
email
(Attributes) Configures an email notification. (see below for nested schema)webhook
(Attributes) Configures a webhook notification. (see below for nested schema)
Optional:
enabled
(Boolean)
Optional:
enabled
(Boolean)url
(String)
Optional:
email
(Attributes) Configures an email notification. (see below for nested schema)webhook
(Attributes) Configures a webhook notification. (see below for nested schema)
Optional:
enabled
(Boolean)
Optional:
enabled
(Boolean)url
(String)
Optional:
email
(Attributes) Configures an email notification. (see below for nested schema)webhook
(Attributes) Configures a webhook notification. (see below for nested schema)
Optional:
enabled
(Boolean)
Optional:
enabled
(Boolean)url
(String)
Optional:
email
(Attributes) Configures an email notification. (see below for nested schema)webhook
(Attributes) Configures a webhook notification. (see below for nested schema)
Optional:
enabled
(Boolean)
Optional:
enabled
(Boolean)url
(String)
Optional:
email
(Attributes) Configures an email notification. (see below for nested schema)webhook
(Attributes) Configures a webhook notification. (see below for nested schema)
Optional:
enabled
(Boolean)
Optional:
enabled
(Boolean)url
(String)
Optional:
email
(Attributes) Configures an email notification. (see below for nested schema)webhook
(Attributes) Configures a webhook notification. (see below for nested schema)
Optional:
enabled
(Boolean)
Optional:
enabled
(Boolean)url
(String)
Import is supported using the following syntax:
terraform import airbyte_workspace.my_airbyte_workspace ""