Resource management API
To manage resources such as data products, domains, or users programmatically, use the Masthead Terraform provider.
Quickstart
Section titled “Quickstart”- Create a token on the API Tokens page.
- Provide the token to the provider configuration.
terraform { required_providers { masthead = { source = "masthead-data/masthead" } }}
provider "masthead" { api_token = "YOUR_API_TOKEN"}For a step-by-step guide on generating these tokens, see the API tokens guide.