You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ provider "dbtcloud" {
36
36
// required
37
37
account_id = ...
38
38
token = "..."
39
-
// optional
39
+
// optional - defaults to the US Multi Tenant URL "https://cloud.getdbt.com/api"
40
40
host_url = "..."
41
41
}
42
42
```
@@ -46,11 +46,12 @@ You can also set them via environment variables:
46
46
`DBT_CLOUD_TOKEN` for the `token`.
47
47
`DBT_CLOUD_HOST_URL` (Optional) for the `host_url`.
48
48
49
-
## Examples
49
+
## Getting started and Examples
50
50
51
-
Check out the `examples/` folder for some usage options, these are intended to
52
-
simply showcase what this module can do rather than be best practices for any
53
-
given use case.
51
+
The provider documentation is directly available [on the Terraform Registry](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs).
52
+
53
+
- Under [Guides](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/guides/1_getting_started), you will find a simple example of how to use the provider
54
+
- Each resource ([example for jobs](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest/docs/resources/job)) has some usage examples and contains the list of parameters available
54
55
55
56
## Running Acceptance Tests
56
57
@@ -61,4 +62,3 @@ own account
61
62
62
63
Thanks to Gary James [[GtheSheep](https://github.com/GtheSheep)], for all the effort put in creating this provider originally
0 commit comments