Skip to content

Commit 1a4282c

Browse files
committed
bump example version for release
1 parent 81b944d commit 1a4282c

2 files changed

Lines changed: 2 additions & 36 deletions

File tree

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ provider "dbtcloud" {
1717

1818
module "dbt_cloud" {
1919
source = "trouze/yaml/dbtcloud"
20-
version = "0.1.0-alpha"
20+
version = "0.1.0"
2121

2222
dbt_account_id = var.dbt_account_id
2323
dbt_token = var.dbt_token

terraform-registry-manifest.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
11
{
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
373
}

0 commit comments

Comments
 (0)