Environments

Development Environment


How to deploy the integration:

  1. Copy this page in your Notion.

  2. Create a new private integration. Get the integration token. https://www.notion.so/my-integrations

  3. In the Development Environment, connect the newly made integration (mine is also called Development Environment) to the page:

    image.png

  4. Copy Development Environment page ID. (32 characters sequence from URL).

  5. In the examples in the https://github.com/gionnid/terraform-provider-notion, use the values obtained for notion_integration_token and notion_parent_id. You can create a tfvars file with the variable values:

    notion_integration_token = "xxxxx"
    notion_parent_id         = "xxxxx"