Skip to content

Commit

Permalink
Update docs and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Nov 7, 2024
1 parent 8442af2 commit 3cae30d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.21...HEAD)
## [Unreleased](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.22...HEAD)

# [0.3.22](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.21...v0.3.22)

### Changes

- Add resource `dbtcloud_account_features` to manage account level features like Advanced CI
- Add resource `dbtcloud_ip_restrictions_rule` to manage IP restrictions for customers with access to the feature in dbt Cloud

# [0.3.21](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.3.20...v0.3.21)

Expand Down
30 changes: 19 additions & 11 deletions terraform_resources.d2
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
vars: {
d2-config: {
layout-engine: elk
}
}

*.style.font-size: 22
*.*.style.font-size: 22

title: |md
# Terraform resources (v0.3.20)
# Terraform resources (v0.3.22)
| {near: top-center}

direction: right


license_map
partial_license_map

project_connection: {
style: {
fill: "#C5C6C7"
Expand All @@ -19,10 +21,9 @@ project_connection: {
}

privatelink_endpoint: {tooltip: Datasource only}
group: {tooltip: Group permissions as well}
group
group_partial_permissions
service_token: {tooltip: Permissions as well}
project_artefacts: {tooltip: For setting the project docs and source freshness}
service_token
job: {
style: {
fill: "#ACE1AF"
Expand All @@ -33,7 +34,7 @@ job: {
conns: Connections (will be removed in the future,\nuse global_connection) {
bigquery_connection
fabric_connection
connection: {tooltip: Works for Snowflake, Redshift, Postgres and Databricks}
connection

bigquery_connection.style.fill: "#C5C6C7"
fabric_connection.style.fill: "#C5C6C7"
Expand Down Expand Up @@ -64,9 +65,7 @@ job -- environment
job -- environment_variable_job_override
notification -- job
partial_notification -- job
project_artefacts -- job

project_artefacts -- project
webhook -- job: triggered by {
style: {
stroke-dash: 3
Expand All @@ -75,6 +74,7 @@ webhook -- job: triggered by {
environment -- global_connection
environment -- conns
global_connection -- privatelink_endpoint
global_connection -- oauth_configuration

environment -- env_creds
conns -- privatelink_endpoint
Expand All @@ -97,3 +97,11 @@ project_connection -- conns {

(job -- *)[*].style.stroke: green
(* -- job)[*].style.stroke: green

account_level_settings: "Account level settings" {
account_features
ip_restrictions_rule
license_map
partial_license_map
}
account_level_settings.style.fill-pattern: dots
Binary file modified terraform_resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3cae30d

Please sign in to comment.