theostanton / terraform-provider-notion

Mozilla Public License 2.0
7 stars 4 forks source link

Ability to create database entries / pages with content #3

Open elephantum opened 2 years ago

elephantum commented 2 years ago

Usecase:

We use terraform to setup clients infrastructure, some of the resources receive platform-assigned identifiers that need to be captured in our knowledge base (Notion).

We would like to update special page in Notion with terraform to capture each client's setup.

deedubs commented 2 years ago

Another use case:

We manage our GitHub repositories via terraform and want to leverage that state to write some summaries / links to GitHub repos in a Notion pages

chickenandpork commented 1 year ago

Any example showing how to create a page that contains text blocks would be really helpful.