Skip to content

Latest commit

 

History

History
96 lines (69 loc) · 2.92 KB

source_jotform.md

File metadata and controls

96 lines (69 loc) · 2.92 KB
page_title subcategory description
airbyte_source_jotform Resource - terraform-provider-airbyte
SourceJotform Resource

airbyte_source_jotform (Resource)

SourceJotform Resource

Example Usage

resource "airbyte_source_jotform" "my_source_jotform" {
  configuration = {
    api_endpoint = {
      basic = {
        url_prefix = "HIPAA"
      }
      enterprise = {
        enterprise_url = "...my_enterprise_url..."
      }
    }
    api_key    = "...my_api_key..."
    end_date   = "2022-06-27T20:19:13.324Z"
    start_date = "2021-12-12T15:58:25.922Z"
  }
  definition_id = "bc700c3e-1398-401e-810a-54a9f3e86b27"
  name          = "...my_name..."
  secret_id     = "...my_secret_id..."
  workspace_id  = "33d17617-4812-4fd7-aad4-651de8e9f868"
}

Schema

Required

  • configuration (Attributes) (see below for nested schema)
  • name (String) Name of the source e.g. dev-mysql-instance.
  • workspace_id (String)

Optional

  • 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.

Read-Only

  • created_at (Number)
  • source_id (String)
  • source_type (String)

Nested Schema for configuration

Required:

  • api_endpoint (Attributes) (see below for nested schema)
  • api_key (String, Sensitive)
  • end_date (String)
  • start_date (String)

Nested Schema for configuration.api_endpoint

Optional:

Nested Schema for configuration.api_endpoint.basic

Optional:

Nested Schema for configuration.api_endpoint.enterprise

Required:

  • enterprise_url (String) Upgrade to Enterprise to make your API url your-domain.com/API or subdomain.jotform.com/API instead of api.jotform.com

Import

Import is supported using the following syntax:

terraform import airbyte_source_jotform.my_airbyte_source_jotform ""