Copy this page in your Notion.
Create a new private integration. Get the integration token. https://www.notion.so/my-integrations
In the Development Environment, connect the newly made integration (mine is also called Development Environment) to the page:
Copy Development Environment page ID. (32 characters sequence from URL).
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"