-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Function to generate standard Terraform data sources based on the normalized spec
- Singleton data sources - retrieve a single object by id/name (e.g. address object by name)
- Group data sources - retrieve a list of items (e.g. all address objects)
input:
- normalized spec
- file struct pointer
functionality:
- render the Terraform data source functions
- store the rendered content in the file struct pointer
return:
- err