|
1 | 1 | { |
2 | | - "version": "1.0.0", |
3 | | - "name": "dbt-terraform-modules-yaml", |
4 | | - "namespace": "yourusername", |
5 | | - "type": "module", |
6 | | - "provider": "dbtcloud", |
7 | | - "source": "github.com/yourusername/dbt-terraform-modules-yaml", |
8 | | - "description": "Terraform modules for managing dbt Cloud resources (projects, environments, jobs, credentials) via YAML configuration", |
9 | | - "homepage": "https://github.com/yourusername/dbt-terraform-modules-yaml", |
10 | | - "repository": "https://github.com/yourusername/dbt-terraform-modules-yaml.git", |
11 | | - "issues_url": "https://github.com/yourusername/dbt-terraform-modules-yaml/issues", |
12 | | - "tags": [ |
13 | | - "terraform", |
14 | | - "dbt", |
15 | | - "dbt-cloud", |
16 | | - "infrastructure-as-code", |
17 | | - "yaml", |
18 | | - "module", |
19 | | - "dbtcloud" |
20 | | - ], |
21 | | - "license": "MIT", |
22 | | - "min_terraform_version": "1.0", |
23 | | - "features": [ |
24 | | - "YAML-based configuration", |
25 | | - "Multi-environment support", |
26 | | - "Credential management", |
27 | | - "Job scheduling and triggers", |
28 | | - "Environment variables", |
29 | | - "GitHub Actions integration" |
30 | | - ], |
31 | | - "integration_examples": [ |
32 | | - "Basic single environment", |
33 | | - "Multi-environment (Dev/Staging/Prod)", |
34 | | - "Advanced job scheduling", |
35 | | - "Credential rotation" |
36 | | - ] |
| 2 | + "version": 1 |
37 | 3 | } |
0 commit comments