diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml
index 25fbe57e9..863f91158 100644
--- a/.github/workflows/lock.yml
+++ b/.github/workflows/lock.yml
@@ -11,7 +11,7 @@ jobs:
pull-requests: write
issues: write
steps:
- - uses: dessant/lock-threads@be8aa5be94131386884a6da4189effda9b14aa21
+ - uses: dessant/lock-threads@d42e5f49803f3c4e14ffee0378e31481265dda22
with:
issue-comment: I'm going to lock this issue because it has been closed for at least 7 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please [open a new issue](https://github.com/cdktf/cdktf-provider-project/issues/new) so we can investigate further.
issue-inactive-days: 7
diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml
index d4d956147..c337a7b20 100644
--- a/.github/workflows/pull-request-lint.yml
+++ b/.github/workflows/pull-request-lint.yml
@@ -17,7 +17,7 @@ jobs:
permissions:
pull-requests: write
steps:
- - uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9
+ - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
diff --git a/.npmignore b/.npmignore
index 48173667a..f53a30996 100644
--- a/.npmignore
+++ b/.npmignore
@@ -23,3 +23,7 @@ tsconfig.tsbuildinfo
cdktf.json
API.md
docs
+scripts
+.projenrc.js
+.copywrite.hcl
+.mergify.yml
diff --git a/.projen/deps.json b/.projen/deps.json
index f65abf44f..19e2edb74 100644
--- a/.projen/deps.json
+++ b/.projen/deps.json
@@ -7,7 +7,7 @@
},
{
"name": "@cdktf/provider-project",
- "version": "^0.3.0",
+ "version": "^0.4.0",
"type": "build"
},
{
@@ -27,7 +27,7 @@
},
{
"name": "constructs",
- "version": "^10.0.0",
+ "version": "^10.3.0",
"type": "build"
},
{
@@ -41,7 +41,7 @@
},
{
"name": "jsii-docgen",
- "version": "~9.0.0",
+ "version": "^10.2.3",
"type": "build"
},
{
@@ -55,12 +55,7 @@
},
{
"name": "jsii",
- "version": "^5.0.1",
- "type": "build"
- },
- {
- "name": "node-fetch",
- "version": "cjs",
+ "version": "~5.2.0",
"type": "build"
},
{
@@ -74,6 +69,7 @@
},
{
"name": "typescript",
+ "version": "~5.2.0",
"type": "build"
},
{
@@ -88,7 +84,7 @@
},
{
"name": "constructs",
- "version": "^10.0.0",
+ "version": "^10.3.0",
"type": "peer"
}
],
diff --git a/.projen/tasks.json b/.projen/tasks.json
index bdd8dabd9..8f0774e00 100644
--- a/.projen/tasks.json
+++ b/.projen/tasks.json
@@ -329,13 +329,13 @@
},
"steps": [
{
- "exec": "npx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@actions/core,@cdktf/provider-project,@types/node,cdktf-cli,cdktf,constructs,dot-prop,jsii-diff,jsii-pacmak,jsii,projen,standard-version,typescript"
+ "exec": "npx npm-check-updates@16 --upgrade --target=minor --peer --dep=dev,peer,prod,optional --filter=@actions/core,@cdktf/provider-project,@types/node,cdktf-cli,cdktf,constructs,dot-prop,jsii-diff,jsii-docgen,jsii-pacmak,projen,standard-version"
},
{
"exec": "yarn install --check-files"
},
{
- "exec": "yarn upgrade @actions/core @cdktf/provider-project @types/node cdktf-cli cdktf constructs dot-prop jsii-diff jsii-pacmak jsii projen standard-version typescript"
+ "exec": "yarn upgrade @actions/core @cdktf/provider-project @types/node cdktf-cli cdktf constructs dot-prop jsii-diff jsii-docgen jsii-pacmak projen standard-version"
},
{
"exec": "npx projen"
diff --git a/.projenrc.js b/.projenrc.js
index 7ba41458e..a55386086 100644
--- a/.projenrc.js
+++ b/.projenrc.js
@@ -8,10 +8,11 @@ const project = new CdktfProviderProject({
useCustomGithubRunner: false,
terraformProvider: "gitlabhq/gitlab@~> 16.0",
cdktfVersion: "^0.19.0",
- constructsVersion: "^10.0.0",
+ constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
- jsiiVersion: "^5.0.1",
- devDeps: ["@cdktf/provider-project@^0.3.0"],
+ jsiiVersion: "~5.2.0",
+ typescriptVersion: "~5.2.0", // NOTE: this should be the same major/minor version as JSII
+ devDeps: ["@cdktf/provider-project@^0.4.0"],
});
project.synth();
diff --git a/docs/application.csharp.md b/docs/application.csharp.md
index a2b0dbc72..07e6829da 100644
--- a/docs/application.csharp.md
+++ b/docs/application.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_application`
-
-Refer to the Terraform Registory for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application).
-
# `application` Submodule
## Constructs
diff --git a/docs/application.go.md b/docs/application.go.md
index b2edadf89..d109b5277 100644
--- a/docs/application.go.md
+++ b/docs/application.go.md
@@ -1,7 +1,3 @@
-# `gitlab_application`
-
-Refer to the Terraform Registory for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application).
-
# `application` Submodule
## Constructs
diff --git a/docs/application.java.md b/docs/application.java.md
index 25e731965..5bfb3cb50 100644
--- a/docs/application.java.md
+++ b/docs/application.java.md
@@ -1,7 +1,3 @@
-# `gitlab_application`
-
-Refer to the Terraform Registory for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application).
-
# `application` Submodule
## Constructs
diff --git a/docs/application.python.md b/docs/application.python.md
index 598f5c10d..a1973f904 100644
--- a/docs/application.python.md
+++ b/docs/application.python.md
@@ -1,7 +1,3 @@
-# `gitlab_application`
-
-Refer to the Terraform Registory for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application).
-
# `application` Submodule
## Constructs
diff --git a/docs/application.typescript.md b/docs/application.typescript.md
index 3fe9406ee..2286424d0 100644
--- a/docs/application.typescript.md
+++ b/docs/application.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_application`
-
-Refer to the Terraform Registory for docs: [`gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application).
-
# `application` Submodule
## Constructs
diff --git a/docs/applicationSettings.csharp.md b/docs/applicationSettings.csharp.md
index 5360e7de0..eb24ce6ce 100644
--- a/docs/applicationSettings.csharp.md
+++ b/docs/applicationSettings.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_application_settings`
-
-Refer to the Terraform Registory for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application_settings).
-
# `applicationSettings` Submodule
## Constructs
diff --git a/docs/applicationSettings.go.md b/docs/applicationSettings.go.md
index 3e7b6115f..a10400d07 100644
--- a/docs/applicationSettings.go.md
+++ b/docs/applicationSettings.go.md
@@ -1,7 +1,3 @@
-# `gitlab_application_settings`
-
-Refer to the Terraform Registory for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application_settings).
-
# `applicationSettings` Submodule
## Constructs
diff --git a/docs/applicationSettings.java.md b/docs/applicationSettings.java.md
index 93df9e9ed..1010391d8 100644
--- a/docs/applicationSettings.java.md
+++ b/docs/applicationSettings.java.md
@@ -1,7 +1,3 @@
-# `gitlab_application_settings`
-
-Refer to the Terraform Registory for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application_settings).
-
# `applicationSettings` Submodule
## Constructs
diff --git a/docs/applicationSettings.python.md b/docs/applicationSettings.python.md
index 048944a09..b17079adc 100644
--- a/docs/applicationSettings.python.md
+++ b/docs/applicationSettings.python.md
@@ -1,7 +1,3 @@
-# `gitlab_application_settings`
-
-Refer to the Terraform Registory for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application_settings).
-
# `applicationSettings` Submodule
## Constructs
diff --git a/docs/applicationSettings.typescript.md b/docs/applicationSettings.typescript.md
index 4651d8ff9..876ce01fc 100644
--- a/docs/applicationSettings.typescript.md
+++ b/docs/applicationSettings.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_application_settings`
-
-Refer to the Terraform Registory for docs: [`gitlab_application_settings`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/application_settings).
-
# `applicationSettings` Submodule
## Constructs
diff --git a/docs/branch.csharp.md b/docs/branch.csharp.md
index 4ead292f6..a65265ccf 100644
--- a/docs/branch.csharp.md
+++ b/docs/branch.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch).
-
# `branch` Submodule
## Constructs
diff --git a/docs/branch.go.md b/docs/branch.go.md
index 9c2641287..485d15743 100644
--- a/docs/branch.go.md
+++ b/docs/branch.go.md
@@ -1,7 +1,3 @@
-# `gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch).
-
# `branch` Submodule
## Constructs
diff --git a/docs/branch.java.md b/docs/branch.java.md
index 9f6bf5118..b519ef55a 100644
--- a/docs/branch.java.md
+++ b/docs/branch.java.md
@@ -1,7 +1,3 @@
-# `gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch).
-
# `branch` Submodule
## Constructs
diff --git a/docs/branch.python.md b/docs/branch.python.md
index 3a770aceb..bf6e1c98c 100644
--- a/docs/branch.python.md
+++ b/docs/branch.python.md
@@ -1,7 +1,3 @@
-# `gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch).
-
# `branch` Submodule
## Constructs
diff --git a/docs/branch.typescript.md b/docs/branch.typescript.md
index 1f6b15d23..8d68215af 100644
--- a/docs/branch.typescript.md
+++ b/docs/branch.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch).
-
# `branch` Submodule
## Constructs
diff --git a/docs/branchProtection.csharp.md b/docs/branchProtection.csharp.md
index 29833c798..0ecdbb2a6 100644
--- a/docs/branchProtection.csharp.md
+++ b/docs/branchProtection.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_branch_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch_protection).
-
# `branchProtection` Submodule
## Constructs
diff --git a/docs/branchProtection.go.md b/docs/branchProtection.go.md
index 7d2ca0a09..47d967a05 100644
--- a/docs/branchProtection.go.md
+++ b/docs/branchProtection.go.md
@@ -1,7 +1,3 @@
-# `gitlab_branch_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch_protection).
-
# `branchProtection` Submodule
## Constructs
diff --git a/docs/branchProtection.java.md b/docs/branchProtection.java.md
index c6b6d7e2e..ea350f56f 100644
--- a/docs/branchProtection.java.md
+++ b/docs/branchProtection.java.md
@@ -1,7 +1,3 @@
-# `gitlab_branch_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch_protection).
-
# `branchProtection` Submodule
## Constructs
diff --git a/docs/branchProtection.python.md b/docs/branchProtection.python.md
index 8ff4cd78d..04f03d5b4 100644
--- a/docs/branchProtection.python.md
+++ b/docs/branchProtection.python.md
@@ -1,7 +1,3 @@
-# `gitlab_branch_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch_protection).
-
# `branchProtection` Submodule
## Constructs
diff --git a/docs/branchProtection.typescript.md b/docs/branchProtection.typescript.md
index 2543aa876..8b1192b8a 100644
--- a/docs/branchProtection.typescript.md
+++ b/docs/branchProtection.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_branch_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_branch_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/branch_protection).
-
# `branchProtection` Submodule
## Constructs
diff --git a/docs/clusterAgent.csharp.md b/docs/clusterAgent.csharp.md
index d4f31ec31..6aafdfd29 100644
--- a/docs/clusterAgent.csharp.md
+++ b/docs/clusterAgent.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent).
-
# `clusterAgent` Submodule
## Constructs
diff --git a/docs/clusterAgent.go.md b/docs/clusterAgent.go.md
index d440c1132..e63455d15 100644
--- a/docs/clusterAgent.go.md
+++ b/docs/clusterAgent.go.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent).
-
# `clusterAgent` Submodule
## Constructs
diff --git a/docs/clusterAgent.java.md b/docs/clusterAgent.java.md
index 806d6e7d7..f5cbc3952 100644
--- a/docs/clusterAgent.java.md
+++ b/docs/clusterAgent.java.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent).
-
# `clusterAgent` Submodule
## Constructs
diff --git a/docs/clusterAgent.python.md b/docs/clusterAgent.python.md
index a2918c857..f35304d18 100644
--- a/docs/clusterAgent.python.md
+++ b/docs/clusterAgent.python.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent).
-
# `clusterAgent` Submodule
## Constructs
diff --git a/docs/clusterAgent.typescript.md b/docs/clusterAgent.typescript.md
index 63727707b..f2a1ea40c 100644
--- a/docs/clusterAgent.typescript.md
+++ b/docs/clusterAgent.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent).
-
# `clusterAgent` Submodule
## Constructs
diff --git a/docs/clusterAgentToken.csharp.md b/docs/clusterAgentToken.csharp.md
index d43b34158..6a833b2fb 100644
--- a/docs/clusterAgentToken.csharp.md
+++ b/docs/clusterAgentToken.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent_token).
-
# `clusterAgentToken` Submodule
## Constructs
diff --git a/docs/clusterAgentToken.go.md b/docs/clusterAgentToken.go.md
index 337ccce61..dc3ddbf96 100644
--- a/docs/clusterAgentToken.go.md
+++ b/docs/clusterAgentToken.go.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent_token).
-
# `clusterAgentToken` Submodule
## Constructs
diff --git a/docs/clusterAgentToken.java.md b/docs/clusterAgentToken.java.md
index 0e5e1eee4..f3f220cc7 100644
--- a/docs/clusterAgentToken.java.md
+++ b/docs/clusterAgentToken.java.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent_token).
-
# `clusterAgentToken` Submodule
## Constructs
diff --git a/docs/clusterAgentToken.python.md b/docs/clusterAgentToken.python.md
index 086245300..196ea1c85 100644
--- a/docs/clusterAgentToken.python.md
+++ b/docs/clusterAgentToken.python.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent_token).
-
# `clusterAgentToken` Submodule
## Constructs
diff --git a/docs/clusterAgentToken.typescript.md b/docs/clusterAgentToken.typescript.md
index 919644725..c8fe3eb41 100644
--- a/docs/clusterAgentToken.typescript.md
+++ b/docs/clusterAgentToken.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_cluster_agent_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_cluster_agent_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/cluster_agent_token).
-
# `clusterAgentToken` Submodule
## Constructs
diff --git a/docs/complianceFramework.csharp.md b/docs/complianceFramework.csharp.md
index dd45f71e0..f71d291a6 100644
--- a/docs/complianceFramework.csharp.md
+++ b/docs/complianceFramework.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/compliance_framework).
-
# `complianceFramework` Submodule
## Constructs
diff --git a/docs/complianceFramework.go.md b/docs/complianceFramework.go.md
index 78c02936f..7de85e047 100644
--- a/docs/complianceFramework.go.md
+++ b/docs/complianceFramework.go.md
@@ -1,7 +1,3 @@
-# `gitlab_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/compliance_framework).
-
# `complianceFramework` Submodule
## Constructs
diff --git a/docs/complianceFramework.java.md b/docs/complianceFramework.java.md
index e047e1609..e405b7c32 100644
--- a/docs/complianceFramework.java.md
+++ b/docs/complianceFramework.java.md
@@ -1,7 +1,3 @@
-# `gitlab_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/compliance_framework).
-
# `complianceFramework` Submodule
## Constructs
diff --git a/docs/complianceFramework.python.md b/docs/complianceFramework.python.md
index 7bb71ee29..420b25a42 100644
--- a/docs/complianceFramework.python.md
+++ b/docs/complianceFramework.python.md
@@ -1,7 +1,3 @@
-# `gitlab_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/compliance_framework).
-
# `complianceFramework` Submodule
## Constructs
diff --git a/docs/complianceFramework.typescript.md b/docs/complianceFramework.typescript.md
index de20ddd55..3441d0281 100644
--- a/docs/complianceFramework.typescript.md
+++ b/docs/complianceFramework.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/compliance_framework).
-
# `complianceFramework` Submodule
## Constructs
diff --git a/docs/dataGitlabApplication.csharp.md b/docs/dataGitlabApplication.csharp.md
index 9696d996c..002cae90b 100644
--- a/docs/dataGitlabApplication.csharp.md
+++ b/docs/dataGitlabApplication.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_application`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/application).
-
# `dataGitlabApplication` Submodule
## Constructs
diff --git a/docs/dataGitlabApplication.go.md b/docs/dataGitlabApplication.go.md
index 5c1ab93d3..33a5410e6 100644
--- a/docs/dataGitlabApplication.go.md
+++ b/docs/dataGitlabApplication.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_application`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/application).
-
# `dataGitlabApplication` Submodule
## Constructs
diff --git a/docs/dataGitlabApplication.java.md b/docs/dataGitlabApplication.java.md
index 57e0218e9..d732fce7d 100644
--- a/docs/dataGitlabApplication.java.md
+++ b/docs/dataGitlabApplication.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_application`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/application).
-
# `dataGitlabApplication` Submodule
## Constructs
diff --git a/docs/dataGitlabApplication.python.md b/docs/dataGitlabApplication.python.md
index cffa88852..fc94488da 100644
--- a/docs/dataGitlabApplication.python.md
+++ b/docs/dataGitlabApplication.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_application`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/application).
-
# `dataGitlabApplication` Submodule
## Constructs
diff --git a/docs/dataGitlabApplication.typescript.md b/docs/dataGitlabApplication.typescript.md
index cb15569da..0bf4aa626 100644
--- a/docs/dataGitlabApplication.typescript.md
+++ b/docs/dataGitlabApplication.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_application`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_application`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/application).
-
# `dataGitlabApplication` Submodule
## Constructs
diff --git a/docs/dataGitlabBranch.csharp.md b/docs/dataGitlabBranch.csharp.md
index 180d6f0ab..0304e26a4 100644
--- a/docs/dataGitlabBranch.csharp.md
+++ b/docs/dataGitlabBranch.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/branch).
-
# `dataGitlabBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabBranch.go.md b/docs/dataGitlabBranch.go.md
index 11853714a..6f294edca 100644
--- a/docs/dataGitlabBranch.go.md
+++ b/docs/dataGitlabBranch.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/branch).
-
# `dataGitlabBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabBranch.java.md b/docs/dataGitlabBranch.java.md
index 5f4ae6764..49fc20e05 100644
--- a/docs/dataGitlabBranch.java.md
+++ b/docs/dataGitlabBranch.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/branch).
-
# `dataGitlabBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabBranch.python.md b/docs/dataGitlabBranch.python.md
index 682cf9a61..8058c158c 100644
--- a/docs/dataGitlabBranch.python.md
+++ b/docs/dataGitlabBranch.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/branch).
-
# `dataGitlabBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabBranch.typescript.md b/docs/dataGitlabBranch.typescript.md
index bd4f4d1d8..3ba42f153 100644
--- a/docs/dataGitlabBranch.typescript.md
+++ b/docs/dataGitlabBranch.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/branch).
-
# `dataGitlabBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgent.csharp.md b/docs/dataGitlabClusterAgent.csharp.md
index c29a8290e..b8f18cccb 100644
--- a/docs/dataGitlabClusterAgent.csharp.md
+++ b/docs/dataGitlabClusterAgent.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agent).
-
# `dataGitlabClusterAgent` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgent.go.md b/docs/dataGitlabClusterAgent.go.md
index 5859c8dc3..b2b574971 100644
--- a/docs/dataGitlabClusterAgent.go.md
+++ b/docs/dataGitlabClusterAgent.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agent).
-
# `dataGitlabClusterAgent` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgent.java.md b/docs/dataGitlabClusterAgent.java.md
index 074acd163..6ae762c7a 100644
--- a/docs/dataGitlabClusterAgent.java.md
+++ b/docs/dataGitlabClusterAgent.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agent).
-
# `dataGitlabClusterAgent` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgent.python.md b/docs/dataGitlabClusterAgent.python.md
index b1171b773..455c27612 100644
--- a/docs/dataGitlabClusterAgent.python.md
+++ b/docs/dataGitlabClusterAgent.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agent).
-
# `dataGitlabClusterAgent` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgent.typescript.md b/docs/dataGitlabClusterAgent.typescript.md
index 89fc33a7c..328070c48 100644
--- a/docs/dataGitlabClusterAgent.typescript.md
+++ b/docs/dataGitlabClusterAgent.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agent`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agent`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agent).
-
# `dataGitlabClusterAgent` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgents.csharp.md b/docs/dataGitlabClusterAgents.csharp.md
index 73507f5ce..6c0c701c8 100644
--- a/docs/dataGitlabClusterAgents.csharp.md
+++ b/docs/dataGitlabClusterAgents.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agents`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agents).
-
# `dataGitlabClusterAgents` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgents.go.md b/docs/dataGitlabClusterAgents.go.md
index 0e951ba8d..c3fd02ae2 100644
--- a/docs/dataGitlabClusterAgents.go.md
+++ b/docs/dataGitlabClusterAgents.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agents`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agents).
-
# `dataGitlabClusterAgents` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgents.java.md b/docs/dataGitlabClusterAgents.java.md
index be5c6e848..33f9d210f 100644
--- a/docs/dataGitlabClusterAgents.java.md
+++ b/docs/dataGitlabClusterAgents.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agents`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agents).
-
# `dataGitlabClusterAgents` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgents.python.md b/docs/dataGitlabClusterAgents.python.md
index 0db99095b..757bb3ed9 100644
--- a/docs/dataGitlabClusterAgents.python.md
+++ b/docs/dataGitlabClusterAgents.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agents`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agents).
-
# `dataGitlabClusterAgents` Submodule
## Constructs
diff --git a/docs/dataGitlabClusterAgents.typescript.md b/docs/dataGitlabClusterAgents.typescript.md
index 165e05d8a..87ca83478 100644
--- a/docs/dataGitlabClusterAgents.typescript.md
+++ b/docs/dataGitlabClusterAgents.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_cluster_agents`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_cluster_agents`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/cluster_agents).
-
# `dataGitlabClusterAgents` Submodule
## Constructs
diff --git a/docs/dataGitlabCurrentUser.csharp.md b/docs/dataGitlabCurrentUser.csharp.md
index 825187576..a1f6eab97 100644
--- a/docs/dataGitlabCurrentUser.csharp.md
+++ b/docs/dataGitlabCurrentUser.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_current_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/current_user).
-
# `dataGitlabCurrentUser` Submodule
## Constructs
diff --git a/docs/dataGitlabCurrentUser.go.md b/docs/dataGitlabCurrentUser.go.md
index 00e0fea77..c11d9846a 100644
--- a/docs/dataGitlabCurrentUser.go.md
+++ b/docs/dataGitlabCurrentUser.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_current_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/current_user).
-
# `dataGitlabCurrentUser` Submodule
## Constructs
diff --git a/docs/dataGitlabCurrentUser.java.md b/docs/dataGitlabCurrentUser.java.md
index 4b5b2566f..4621aefcb 100644
--- a/docs/dataGitlabCurrentUser.java.md
+++ b/docs/dataGitlabCurrentUser.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_current_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/current_user).
-
# `dataGitlabCurrentUser` Submodule
## Constructs
diff --git a/docs/dataGitlabCurrentUser.python.md b/docs/dataGitlabCurrentUser.python.md
index a1f51be5a..878494594 100644
--- a/docs/dataGitlabCurrentUser.python.md
+++ b/docs/dataGitlabCurrentUser.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_current_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/current_user).
-
# `dataGitlabCurrentUser` Submodule
## Constructs
diff --git a/docs/dataGitlabCurrentUser.typescript.md b/docs/dataGitlabCurrentUser.typescript.md
index ccd6af610..4abc0e588 100644
--- a/docs/dataGitlabCurrentUser.typescript.md
+++ b/docs/dataGitlabCurrentUser.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_current_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_current_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/current_user).
-
# `dataGitlabCurrentUser` Submodule
## Constructs
diff --git a/docs/dataGitlabGroup.csharp.md b/docs/dataGitlabGroup.csharp.md
index 0a9045de2..7662673fa 100644
--- a/docs/dataGitlabGroup.csharp.md
+++ b/docs/dataGitlabGroup.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group).
-
# `dataGitlabGroup` Submodule
## Constructs
diff --git a/docs/dataGitlabGroup.go.md b/docs/dataGitlabGroup.go.md
index a6e48c85e..c821c960d 100644
--- a/docs/dataGitlabGroup.go.md
+++ b/docs/dataGitlabGroup.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group).
-
# `dataGitlabGroup` Submodule
## Constructs
diff --git a/docs/dataGitlabGroup.java.md b/docs/dataGitlabGroup.java.md
index bba37d523..2ed035113 100644
--- a/docs/dataGitlabGroup.java.md
+++ b/docs/dataGitlabGroup.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group).
-
# `dataGitlabGroup` Submodule
## Constructs
diff --git a/docs/dataGitlabGroup.python.md b/docs/dataGitlabGroup.python.md
index 4fde74a1f..bc98761e6 100644
--- a/docs/dataGitlabGroup.python.md
+++ b/docs/dataGitlabGroup.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group).
-
# `dataGitlabGroup` Submodule
## Constructs
diff --git a/docs/dataGitlabGroup.typescript.md b/docs/dataGitlabGroup.typescript.md
index 6f0d15e65..87664d56e 100644
--- a/docs/dataGitlabGroup.typescript.md
+++ b/docs/dataGitlabGroup.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group).
-
# `dataGitlabGroup` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHook.csharp.md b/docs/dataGitlabGroupHook.csharp.md
index d361a3839..fd179edfb 100644
--- a/docs/dataGitlabGroupHook.csharp.md
+++ b/docs/dataGitlabGroupHook.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hook).
-
# `dataGitlabGroupHook` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHook.go.md b/docs/dataGitlabGroupHook.go.md
index 319d0ee81..562a49824 100644
--- a/docs/dataGitlabGroupHook.go.md
+++ b/docs/dataGitlabGroupHook.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hook).
-
# `dataGitlabGroupHook` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHook.java.md b/docs/dataGitlabGroupHook.java.md
index 1a2e94160..c9faff935 100644
--- a/docs/dataGitlabGroupHook.java.md
+++ b/docs/dataGitlabGroupHook.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hook).
-
# `dataGitlabGroupHook` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHook.python.md b/docs/dataGitlabGroupHook.python.md
index a2034b4f4..5593152f2 100644
--- a/docs/dataGitlabGroupHook.python.md
+++ b/docs/dataGitlabGroupHook.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hook).
-
# `dataGitlabGroupHook` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHook.typescript.md b/docs/dataGitlabGroupHook.typescript.md
index 7bc31e962..9e4868d07 100644
--- a/docs/dataGitlabGroupHook.typescript.md
+++ b/docs/dataGitlabGroupHook.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hook).
-
# `dataGitlabGroupHook` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHooks.csharp.md b/docs/dataGitlabGroupHooks.csharp.md
index ef504516b..73a6bf489 100644
--- a/docs/dataGitlabGroupHooks.csharp.md
+++ b/docs/dataGitlabGroupHooks.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hooks).
-
# `dataGitlabGroupHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHooks.go.md b/docs/dataGitlabGroupHooks.go.md
index 16e1192fd..3eac377cf 100644
--- a/docs/dataGitlabGroupHooks.go.md
+++ b/docs/dataGitlabGroupHooks.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hooks).
-
# `dataGitlabGroupHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHooks.java.md b/docs/dataGitlabGroupHooks.java.md
index 53e31e3bb..17d356f3e 100644
--- a/docs/dataGitlabGroupHooks.java.md
+++ b/docs/dataGitlabGroupHooks.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hooks).
-
# `dataGitlabGroupHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHooks.python.md b/docs/dataGitlabGroupHooks.python.md
index 639d79df4..cea21143c 100644
--- a/docs/dataGitlabGroupHooks.python.md
+++ b/docs/dataGitlabGroupHooks.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hooks).
-
# `dataGitlabGroupHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupHooks.typescript.md b/docs/dataGitlabGroupHooks.typescript.md
index d3beb918c..518f7daac 100644
--- a/docs/dataGitlabGroupHooks.typescript.md
+++ b/docs/dataGitlabGroupHooks.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_hooks).
-
# `dataGitlabGroupHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupMembership.csharp.md b/docs/dataGitlabGroupMembership.csharp.md
index 130d4f98d..c42ff1051 100644
--- a/docs/dataGitlabGroupMembership.csharp.md
+++ b/docs/dataGitlabGroupMembership.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_membership).
-
# `dataGitlabGroupMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupMembership.go.md b/docs/dataGitlabGroupMembership.go.md
index 03a3d7356..59bb9c42e 100644
--- a/docs/dataGitlabGroupMembership.go.md
+++ b/docs/dataGitlabGroupMembership.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_membership).
-
# `dataGitlabGroupMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupMembership.java.md b/docs/dataGitlabGroupMembership.java.md
index 1d358221e..0fc0acda6 100644
--- a/docs/dataGitlabGroupMembership.java.md
+++ b/docs/dataGitlabGroupMembership.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_membership).
-
# `dataGitlabGroupMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupMembership.python.md b/docs/dataGitlabGroupMembership.python.md
index 5d22043db..e71920fe3 100644
--- a/docs/dataGitlabGroupMembership.python.md
+++ b/docs/dataGitlabGroupMembership.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_membership).
-
# `dataGitlabGroupMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupMembership.typescript.md b/docs/dataGitlabGroupMembership.typescript.md
index 66598e6d0..9f303b2af 100644
--- a/docs/dataGitlabGroupMembership.typescript.md
+++ b/docs/dataGitlabGroupMembership.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_membership).
-
# `dataGitlabGroupMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupSubgroups.csharp.md b/docs/dataGitlabGroupSubgroups.csharp.md
index 8c4e114bd..2b4cf3595 100644
--- a/docs/dataGitlabGroupSubgroups.csharp.md
+++ b/docs/dataGitlabGroupSubgroups.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_subgroups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_subgroups).
-
# `dataGitlabGroupSubgroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupSubgroups.go.md b/docs/dataGitlabGroupSubgroups.go.md
index 80c085782..81ee9ae9f 100644
--- a/docs/dataGitlabGroupSubgroups.go.md
+++ b/docs/dataGitlabGroupSubgroups.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_subgroups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_subgroups).
-
# `dataGitlabGroupSubgroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupSubgroups.java.md b/docs/dataGitlabGroupSubgroups.java.md
index 70e3b0588..978d039ff 100644
--- a/docs/dataGitlabGroupSubgroups.java.md
+++ b/docs/dataGitlabGroupSubgroups.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_subgroups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_subgroups).
-
# `dataGitlabGroupSubgroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupSubgroups.python.md b/docs/dataGitlabGroupSubgroups.python.md
index af1b3ae76..f534129dd 100644
--- a/docs/dataGitlabGroupSubgroups.python.md
+++ b/docs/dataGitlabGroupSubgroups.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_subgroups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_subgroups).
-
# `dataGitlabGroupSubgroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupSubgroups.typescript.md b/docs/dataGitlabGroupSubgroups.typescript.md
index 545476faf..a1e0fa0d2 100644
--- a/docs/dataGitlabGroupSubgroups.typescript.md
+++ b/docs/dataGitlabGroupSubgroups.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_subgroups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_subgroups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_subgroups).
-
# `dataGitlabGroupSubgroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariable.csharp.md b/docs/dataGitlabGroupVariable.csharp.md
index d092f2c0f..58278ca16 100644
--- a/docs/dataGitlabGroupVariable.csharp.md
+++ b/docs/dataGitlabGroupVariable.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variable).
-
# `dataGitlabGroupVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariable.go.md b/docs/dataGitlabGroupVariable.go.md
index faa16cd11..61f3cc9f0 100644
--- a/docs/dataGitlabGroupVariable.go.md
+++ b/docs/dataGitlabGroupVariable.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variable).
-
# `dataGitlabGroupVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariable.java.md b/docs/dataGitlabGroupVariable.java.md
index 64acb71d8..f8f4cc369 100644
--- a/docs/dataGitlabGroupVariable.java.md
+++ b/docs/dataGitlabGroupVariable.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variable).
-
# `dataGitlabGroupVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariable.python.md b/docs/dataGitlabGroupVariable.python.md
index 8ab2fe066..4ddaacd28 100644
--- a/docs/dataGitlabGroupVariable.python.md
+++ b/docs/dataGitlabGroupVariable.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variable).
-
# `dataGitlabGroupVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariable.typescript.md b/docs/dataGitlabGroupVariable.typescript.md
index fbecf92b9..51a881251 100644
--- a/docs/dataGitlabGroupVariable.typescript.md
+++ b/docs/dataGitlabGroupVariable.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variable).
-
# `dataGitlabGroupVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariables.csharp.md b/docs/dataGitlabGroupVariables.csharp.md
index a4ea50308..82e3bded1 100644
--- a/docs/dataGitlabGroupVariables.csharp.md
+++ b/docs/dataGitlabGroupVariables.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variables).
-
# `dataGitlabGroupVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariables.go.md b/docs/dataGitlabGroupVariables.go.md
index 000dbdff4..c15a0477e 100644
--- a/docs/dataGitlabGroupVariables.go.md
+++ b/docs/dataGitlabGroupVariables.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variables).
-
# `dataGitlabGroupVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariables.java.md b/docs/dataGitlabGroupVariables.java.md
index e85b5557b..63425c07f 100644
--- a/docs/dataGitlabGroupVariables.java.md
+++ b/docs/dataGitlabGroupVariables.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variables).
-
# `dataGitlabGroupVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariables.python.md b/docs/dataGitlabGroupVariables.python.md
index 3f810dc37..8cc9055e0 100644
--- a/docs/dataGitlabGroupVariables.python.md
+++ b/docs/dataGitlabGroupVariables.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variables).
-
# `dataGitlabGroupVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabGroupVariables.typescript.md b/docs/dataGitlabGroupVariables.typescript.md
index 2c4ad2893..fcca0f049 100644
--- a/docs/dataGitlabGroupVariables.typescript.md
+++ b/docs/dataGitlabGroupVariables.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_group_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_group_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/group_variables).
-
# `dataGitlabGroupVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabGroups.csharp.md b/docs/dataGitlabGroups.csharp.md
index 9f4e42b97..134e1fdc3 100644
--- a/docs/dataGitlabGroups.csharp.md
+++ b/docs/dataGitlabGroups.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_groups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/groups).
-
# `dataGitlabGroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroups.go.md b/docs/dataGitlabGroups.go.md
index 2d7a528f1..88655bcc6 100644
--- a/docs/dataGitlabGroups.go.md
+++ b/docs/dataGitlabGroups.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_groups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/groups).
-
# `dataGitlabGroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroups.java.md b/docs/dataGitlabGroups.java.md
index 93d606690..8af9fed87 100644
--- a/docs/dataGitlabGroups.java.md
+++ b/docs/dataGitlabGroups.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_groups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/groups).
-
# `dataGitlabGroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroups.python.md b/docs/dataGitlabGroups.python.md
index 5a4591d5b..b09b0b2d3 100644
--- a/docs/dataGitlabGroups.python.md
+++ b/docs/dataGitlabGroups.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_groups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/groups).
-
# `dataGitlabGroups` Submodule
## Constructs
diff --git a/docs/dataGitlabGroups.typescript.md b/docs/dataGitlabGroups.typescript.md
index 19e15c3a1..8dd8b9ded 100644
--- a/docs/dataGitlabGroups.typescript.md
+++ b/docs/dataGitlabGroups.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_groups`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_groups`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/groups).
-
# `dataGitlabGroups` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceDeployKeys.csharp.md b/docs/dataGitlabInstanceDeployKeys.csharp.md
index 018d07b05..469b94a6f 100644
--- a/docs/dataGitlabInstanceDeployKeys.csharp.md
+++ b/docs/dataGitlabInstanceDeployKeys.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_deploy_keys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_deploy_keys).
-
# `dataGitlabInstanceDeployKeys` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceDeployKeys.go.md b/docs/dataGitlabInstanceDeployKeys.go.md
index 6f5ed141b..7670f72b6 100644
--- a/docs/dataGitlabInstanceDeployKeys.go.md
+++ b/docs/dataGitlabInstanceDeployKeys.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_deploy_keys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_deploy_keys).
-
# `dataGitlabInstanceDeployKeys` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceDeployKeys.java.md b/docs/dataGitlabInstanceDeployKeys.java.md
index 4ac8a732c..690bf444a 100644
--- a/docs/dataGitlabInstanceDeployKeys.java.md
+++ b/docs/dataGitlabInstanceDeployKeys.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_deploy_keys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_deploy_keys).
-
# `dataGitlabInstanceDeployKeys` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceDeployKeys.python.md b/docs/dataGitlabInstanceDeployKeys.python.md
index 6873d6482..28e41f066 100644
--- a/docs/dataGitlabInstanceDeployKeys.python.md
+++ b/docs/dataGitlabInstanceDeployKeys.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_deploy_keys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_deploy_keys).
-
# `dataGitlabInstanceDeployKeys` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceDeployKeys.typescript.md b/docs/dataGitlabInstanceDeployKeys.typescript.md
index 76db33540..e07adc898 100644
--- a/docs/dataGitlabInstanceDeployKeys.typescript.md
+++ b/docs/dataGitlabInstanceDeployKeys.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_deploy_keys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_deploy_keys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_deploy_keys).
-
# `dataGitlabInstanceDeployKeys` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariable.csharp.md b/docs/dataGitlabInstanceVariable.csharp.md
index bbdd4f096..6c80a2172 100644
--- a/docs/dataGitlabInstanceVariable.csharp.md
+++ b/docs/dataGitlabInstanceVariable.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variable).
-
# `dataGitlabInstanceVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariable.go.md b/docs/dataGitlabInstanceVariable.go.md
index 702af5996..eff8dffcd 100644
--- a/docs/dataGitlabInstanceVariable.go.md
+++ b/docs/dataGitlabInstanceVariable.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variable).
-
# `dataGitlabInstanceVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariable.java.md b/docs/dataGitlabInstanceVariable.java.md
index f3b4e5803..1c002ee2b 100644
--- a/docs/dataGitlabInstanceVariable.java.md
+++ b/docs/dataGitlabInstanceVariable.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variable).
-
# `dataGitlabInstanceVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariable.python.md b/docs/dataGitlabInstanceVariable.python.md
index 1cb27fb55..7ed823a47 100644
--- a/docs/dataGitlabInstanceVariable.python.md
+++ b/docs/dataGitlabInstanceVariable.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variable).
-
# `dataGitlabInstanceVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariable.typescript.md b/docs/dataGitlabInstanceVariable.typescript.md
index 435c89f75..189e972fa 100644
--- a/docs/dataGitlabInstanceVariable.typescript.md
+++ b/docs/dataGitlabInstanceVariable.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variable).
-
# `dataGitlabInstanceVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariables.csharp.md b/docs/dataGitlabInstanceVariables.csharp.md
index 11159dc29..1c9ea56ed 100644
--- a/docs/dataGitlabInstanceVariables.csharp.md
+++ b/docs/dataGitlabInstanceVariables.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variables).
-
# `dataGitlabInstanceVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariables.go.md b/docs/dataGitlabInstanceVariables.go.md
index ead998aca..48ae5adba 100644
--- a/docs/dataGitlabInstanceVariables.go.md
+++ b/docs/dataGitlabInstanceVariables.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variables).
-
# `dataGitlabInstanceVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariables.java.md b/docs/dataGitlabInstanceVariables.java.md
index 0448981ec..146ce3a55 100644
--- a/docs/dataGitlabInstanceVariables.java.md
+++ b/docs/dataGitlabInstanceVariables.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variables).
-
# `dataGitlabInstanceVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariables.python.md b/docs/dataGitlabInstanceVariables.python.md
index 681c22ceb..2694ab39c 100644
--- a/docs/dataGitlabInstanceVariables.python.md
+++ b/docs/dataGitlabInstanceVariables.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variables).
-
# `dataGitlabInstanceVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabInstanceVariables.typescript.md b/docs/dataGitlabInstanceVariables.typescript.md
index 0c1de0efb..ed1779c63 100644
--- a/docs/dataGitlabInstanceVariables.typescript.md
+++ b/docs/dataGitlabInstanceVariables.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_instance_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_instance_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/instance_variables).
-
# `dataGitlabInstanceVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabMetadata.csharp.md b/docs/dataGitlabMetadata.csharp.md
index 51d695f5a..db45681b1 100644
--- a/docs/dataGitlabMetadata.csharp.md
+++ b/docs/dataGitlabMetadata.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_metadata`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/metadata).
-
# `dataGitlabMetadata` Submodule
## Constructs
diff --git a/docs/dataGitlabMetadata.go.md b/docs/dataGitlabMetadata.go.md
index 64a3fb02e..70ab23aaf 100644
--- a/docs/dataGitlabMetadata.go.md
+++ b/docs/dataGitlabMetadata.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_metadata`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/metadata).
-
# `dataGitlabMetadata` Submodule
## Constructs
diff --git a/docs/dataGitlabMetadata.java.md b/docs/dataGitlabMetadata.java.md
index 1f50d5bc6..3f1ba4429 100644
--- a/docs/dataGitlabMetadata.java.md
+++ b/docs/dataGitlabMetadata.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_metadata`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/metadata).
-
# `dataGitlabMetadata` Submodule
## Constructs
diff --git a/docs/dataGitlabMetadata.python.md b/docs/dataGitlabMetadata.python.md
index d6a7a192d..88cc1ffda 100644
--- a/docs/dataGitlabMetadata.python.md
+++ b/docs/dataGitlabMetadata.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_metadata`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/metadata).
-
# `dataGitlabMetadata` Submodule
## Constructs
diff --git a/docs/dataGitlabMetadata.typescript.md b/docs/dataGitlabMetadata.typescript.md
index 583e03070..6265f499f 100644
--- a/docs/dataGitlabMetadata.typescript.md
+++ b/docs/dataGitlabMetadata.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_metadata`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_metadata`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/metadata).
-
# `dataGitlabMetadata` Submodule
## Constructs
diff --git a/docs/dataGitlabProject.csharp.md b/docs/dataGitlabProject.csharp.md
index 64780224d..33686dbe8 100644
--- a/docs/dataGitlabProject.csharp.md
+++ b/docs/dataGitlabProject.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project).
-
# `dataGitlabProject` Submodule
## Constructs
diff --git a/docs/dataGitlabProject.go.md b/docs/dataGitlabProject.go.md
index f38e3bde9..1ca5b0ad1 100644
--- a/docs/dataGitlabProject.go.md
+++ b/docs/dataGitlabProject.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project).
-
# `dataGitlabProject` Submodule
## Constructs
diff --git a/docs/dataGitlabProject.java.md b/docs/dataGitlabProject.java.md
index 5c74a7609..7cd305475 100644
--- a/docs/dataGitlabProject.java.md
+++ b/docs/dataGitlabProject.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project).
-
# `dataGitlabProject` Submodule
## Constructs
diff --git a/docs/dataGitlabProject.python.md b/docs/dataGitlabProject.python.md
index 0b074d78a..e1573908b 100644
--- a/docs/dataGitlabProject.python.md
+++ b/docs/dataGitlabProject.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project).
-
# `dataGitlabProject` Submodule
## Constructs
diff --git a/docs/dataGitlabProject.typescript.md b/docs/dataGitlabProject.typescript.md
index cd6019a28..310d39059 100644
--- a/docs/dataGitlabProject.typescript.md
+++ b/docs/dataGitlabProject.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project).
-
# `dataGitlabProject` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectBranches.csharp.md b/docs/dataGitlabProjectBranches.csharp.md
index 3d8b9bfb6..64d49967e 100644
--- a/docs/dataGitlabProjectBranches.csharp.md
+++ b/docs/dataGitlabProjectBranches.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_branches).
-
# `dataGitlabProjectBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectBranches.go.md b/docs/dataGitlabProjectBranches.go.md
index 1672049d1..781ba5dc1 100644
--- a/docs/dataGitlabProjectBranches.go.md
+++ b/docs/dataGitlabProjectBranches.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_branches).
-
# `dataGitlabProjectBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectBranches.java.md b/docs/dataGitlabProjectBranches.java.md
index 8ee4f60f0..3d5a7f1e1 100644
--- a/docs/dataGitlabProjectBranches.java.md
+++ b/docs/dataGitlabProjectBranches.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_branches).
-
# `dataGitlabProjectBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectBranches.python.md b/docs/dataGitlabProjectBranches.python.md
index 7857ee48b..f437fc954 100644
--- a/docs/dataGitlabProjectBranches.python.md
+++ b/docs/dataGitlabProjectBranches.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_branches).
-
# `dataGitlabProjectBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectBranches.typescript.md b/docs/dataGitlabProjectBranches.typescript.md
index 753bd8ef9..4db726032 100644
--- a/docs/dataGitlabProjectBranches.typescript.md
+++ b/docs/dataGitlabProjectBranches.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_branches).
-
# `dataGitlabProjectBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHook.csharp.md b/docs/dataGitlabProjectHook.csharp.md
index 13155a1df..4970c1080 100644
--- a/docs/dataGitlabProjectHook.csharp.md
+++ b/docs/dataGitlabProjectHook.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hook).
-
# `dataGitlabProjectHook` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHook.go.md b/docs/dataGitlabProjectHook.go.md
index 2b03cbe7a..751fed775 100644
--- a/docs/dataGitlabProjectHook.go.md
+++ b/docs/dataGitlabProjectHook.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hook).
-
# `dataGitlabProjectHook` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHook.java.md b/docs/dataGitlabProjectHook.java.md
index dd3164ce9..f54fd8a76 100644
--- a/docs/dataGitlabProjectHook.java.md
+++ b/docs/dataGitlabProjectHook.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hook).
-
# `dataGitlabProjectHook` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHook.python.md b/docs/dataGitlabProjectHook.python.md
index 8a9da5688..4239f8d0e 100644
--- a/docs/dataGitlabProjectHook.python.md
+++ b/docs/dataGitlabProjectHook.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hook).
-
# `dataGitlabProjectHook` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHook.typescript.md b/docs/dataGitlabProjectHook.typescript.md
index 6b7bfef9f..7e479d513 100644
--- a/docs/dataGitlabProjectHook.typescript.md
+++ b/docs/dataGitlabProjectHook.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hook).
-
# `dataGitlabProjectHook` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHooks.csharp.md b/docs/dataGitlabProjectHooks.csharp.md
index 38236887a..26a8da48e 100644
--- a/docs/dataGitlabProjectHooks.csharp.md
+++ b/docs/dataGitlabProjectHooks.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hooks).
-
# `dataGitlabProjectHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHooks.go.md b/docs/dataGitlabProjectHooks.go.md
index 1a4f31c57..da34aa943 100644
--- a/docs/dataGitlabProjectHooks.go.md
+++ b/docs/dataGitlabProjectHooks.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hooks).
-
# `dataGitlabProjectHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHooks.java.md b/docs/dataGitlabProjectHooks.java.md
index 13671e3e1..88007e4ba 100644
--- a/docs/dataGitlabProjectHooks.java.md
+++ b/docs/dataGitlabProjectHooks.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hooks).
-
# `dataGitlabProjectHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHooks.python.md b/docs/dataGitlabProjectHooks.python.md
index 563c8af24..0a7209bb8 100644
--- a/docs/dataGitlabProjectHooks.python.md
+++ b/docs/dataGitlabProjectHooks.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hooks).
-
# `dataGitlabProjectHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectHooks.typescript.md b/docs/dataGitlabProjectHooks.typescript.md
index 01e1ac22b..a323820d6 100644
--- a/docs/dataGitlabProjectHooks.typescript.md
+++ b/docs/dataGitlabProjectHooks.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_hooks`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_hooks`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_hooks).
-
# `dataGitlabProjectHooks` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssue.csharp.md b/docs/dataGitlabProjectIssue.csharp.md
index 4254d1082..d6df11e7b 100644
--- a/docs/dataGitlabProjectIssue.csharp.md
+++ b/docs/dataGitlabProjectIssue.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issue).
-
# `dataGitlabProjectIssue` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssue.go.md b/docs/dataGitlabProjectIssue.go.md
index 85d1961a3..8ee005a8d 100644
--- a/docs/dataGitlabProjectIssue.go.md
+++ b/docs/dataGitlabProjectIssue.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issue).
-
# `dataGitlabProjectIssue` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssue.java.md b/docs/dataGitlabProjectIssue.java.md
index 7c698fe91..913f36942 100644
--- a/docs/dataGitlabProjectIssue.java.md
+++ b/docs/dataGitlabProjectIssue.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issue).
-
# `dataGitlabProjectIssue` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssue.python.md b/docs/dataGitlabProjectIssue.python.md
index 9eaceb798..378310342 100644
--- a/docs/dataGitlabProjectIssue.python.md
+++ b/docs/dataGitlabProjectIssue.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issue).
-
# `dataGitlabProjectIssue` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssue.typescript.md b/docs/dataGitlabProjectIssue.typescript.md
index b4901d321..26a6c3cc3 100644
--- a/docs/dataGitlabProjectIssue.typescript.md
+++ b/docs/dataGitlabProjectIssue.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issue).
-
# `dataGitlabProjectIssue` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssues.csharp.md b/docs/dataGitlabProjectIssues.csharp.md
index 1a8d7af50..7f5cef30a 100644
--- a/docs/dataGitlabProjectIssues.csharp.md
+++ b/docs/dataGitlabProjectIssues.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issues`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issues).
-
# `dataGitlabProjectIssues` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssues.go.md b/docs/dataGitlabProjectIssues.go.md
index 2268ed1cb..39bdbccd2 100644
--- a/docs/dataGitlabProjectIssues.go.md
+++ b/docs/dataGitlabProjectIssues.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issues`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issues).
-
# `dataGitlabProjectIssues` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssues.java.md b/docs/dataGitlabProjectIssues.java.md
index 8b4217e2c..0f0c77280 100644
--- a/docs/dataGitlabProjectIssues.java.md
+++ b/docs/dataGitlabProjectIssues.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issues`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issues).
-
# `dataGitlabProjectIssues` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssues.python.md b/docs/dataGitlabProjectIssues.python.md
index f0a691ff6..4b818707a 100644
--- a/docs/dataGitlabProjectIssues.python.md
+++ b/docs/dataGitlabProjectIssues.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issues`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issues).
-
# `dataGitlabProjectIssues` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectIssues.typescript.md b/docs/dataGitlabProjectIssues.typescript.md
index 9c066a649..cc935c50c 100644
--- a/docs/dataGitlabProjectIssues.typescript.md
+++ b/docs/dataGitlabProjectIssues.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_issues`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_issues`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_issues).
-
# `dataGitlabProjectIssues` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMembership.csharp.md b/docs/dataGitlabProjectMembership.csharp.md
index 1074a6621..b4e76083d 100644
--- a/docs/dataGitlabProjectMembership.csharp.md
+++ b/docs/dataGitlabProjectMembership.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_membership).
-
# `dataGitlabProjectMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMembership.go.md b/docs/dataGitlabProjectMembership.go.md
index 2d12d8bbe..1b55a43bd 100644
--- a/docs/dataGitlabProjectMembership.go.md
+++ b/docs/dataGitlabProjectMembership.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_membership).
-
# `dataGitlabProjectMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMembership.java.md b/docs/dataGitlabProjectMembership.java.md
index a91042e25..5155a9e76 100644
--- a/docs/dataGitlabProjectMembership.java.md
+++ b/docs/dataGitlabProjectMembership.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_membership).
-
# `dataGitlabProjectMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMembership.python.md b/docs/dataGitlabProjectMembership.python.md
index 94bde4ec3..165928679 100644
--- a/docs/dataGitlabProjectMembership.python.md
+++ b/docs/dataGitlabProjectMembership.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_membership).
-
# `dataGitlabProjectMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMembership.typescript.md b/docs/dataGitlabProjectMembership.typescript.md
index 2bfc53166..857bc0236 100644
--- a/docs/dataGitlabProjectMembership.typescript.md
+++ b/docs/dataGitlabProjectMembership.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_membership).
-
# `dataGitlabProjectMembership` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestone.csharp.md b/docs/dataGitlabProjectMilestone.csharp.md
index 359355d90..7a1cef063 100644
--- a/docs/dataGitlabProjectMilestone.csharp.md
+++ b/docs/dataGitlabProjectMilestone.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestone).
-
# `dataGitlabProjectMilestone` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestone.go.md b/docs/dataGitlabProjectMilestone.go.md
index 340996448..7c85c011e 100644
--- a/docs/dataGitlabProjectMilestone.go.md
+++ b/docs/dataGitlabProjectMilestone.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestone).
-
# `dataGitlabProjectMilestone` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestone.java.md b/docs/dataGitlabProjectMilestone.java.md
index 7098607a5..3d746398e 100644
--- a/docs/dataGitlabProjectMilestone.java.md
+++ b/docs/dataGitlabProjectMilestone.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestone).
-
# `dataGitlabProjectMilestone` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestone.python.md b/docs/dataGitlabProjectMilestone.python.md
index 9eeda68fb..b4d02ec9a 100644
--- a/docs/dataGitlabProjectMilestone.python.md
+++ b/docs/dataGitlabProjectMilestone.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestone).
-
# `dataGitlabProjectMilestone` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestone.typescript.md b/docs/dataGitlabProjectMilestone.typescript.md
index f4c5194f0..f6585eb46 100644
--- a/docs/dataGitlabProjectMilestone.typescript.md
+++ b/docs/dataGitlabProjectMilestone.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestone).
-
# `dataGitlabProjectMilestone` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestones.csharp.md b/docs/dataGitlabProjectMilestones.csharp.md
index c1c448e0b..8e6658e55 100644
--- a/docs/dataGitlabProjectMilestones.csharp.md
+++ b/docs/dataGitlabProjectMilestones.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestones`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestones).
-
# `dataGitlabProjectMilestones` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestones.go.md b/docs/dataGitlabProjectMilestones.go.md
index 95afa095c..cf06fc4a8 100644
--- a/docs/dataGitlabProjectMilestones.go.md
+++ b/docs/dataGitlabProjectMilestones.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestones`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestones).
-
# `dataGitlabProjectMilestones` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestones.java.md b/docs/dataGitlabProjectMilestones.java.md
index 1a5c8c619..0507eb3f7 100644
--- a/docs/dataGitlabProjectMilestones.java.md
+++ b/docs/dataGitlabProjectMilestones.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestones`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestones).
-
# `dataGitlabProjectMilestones` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestones.python.md b/docs/dataGitlabProjectMilestones.python.md
index 70c306b26..446d65d1d 100644
--- a/docs/dataGitlabProjectMilestones.python.md
+++ b/docs/dataGitlabProjectMilestones.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestones`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestones).
-
# `dataGitlabProjectMilestones` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectMilestones.typescript.md b/docs/dataGitlabProjectMilestones.typescript.md
index fbf9e0701..c8ed750ed 100644
--- a/docs/dataGitlabProjectMilestones.typescript.md
+++ b/docs/dataGitlabProjectMilestones.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_milestones`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_milestones`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_milestones).
-
# `dataGitlabProjectMilestones` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranch.csharp.md b/docs/dataGitlabProjectProtectedBranch.csharp.md
index c424d0ad0..0661640d4 100644
--- a/docs/dataGitlabProjectProtectedBranch.csharp.md
+++ b/docs/dataGitlabProjectProtectedBranch.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branch).
-
# `dataGitlabProjectProtectedBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranch.go.md b/docs/dataGitlabProjectProtectedBranch.go.md
index 7039043a1..850e5f827 100644
--- a/docs/dataGitlabProjectProtectedBranch.go.md
+++ b/docs/dataGitlabProjectProtectedBranch.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branch).
-
# `dataGitlabProjectProtectedBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranch.java.md b/docs/dataGitlabProjectProtectedBranch.java.md
index ae160966c..3c139dd50 100644
--- a/docs/dataGitlabProjectProtectedBranch.java.md
+++ b/docs/dataGitlabProjectProtectedBranch.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branch).
-
# `dataGitlabProjectProtectedBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranch.python.md b/docs/dataGitlabProjectProtectedBranch.python.md
index 8414feff5..a8d7e828c 100644
--- a/docs/dataGitlabProjectProtectedBranch.python.md
+++ b/docs/dataGitlabProjectProtectedBranch.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branch).
-
# `dataGitlabProjectProtectedBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranch.typescript.md b/docs/dataGitlabProjectProtectedBranch.typescript.md
index 22d49f842..a56465ae8 100644
--- a/docs/dataGitlabProjectProtectedBranch.typescript.md
+++ b/docs/dataGitlabProjectProtectedBranch.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branch`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branch`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branch).
-
# `dataGitlabProjectProtectedBranch` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranches.csharp.md b/docs/dataGitlabProjectProtectedBranches.csharp.md
index c832968eb..a9b2c3177 100644
--- a/docs/dataGitlabProjectProtectedBranches.csharp.md
+++ b/docs/dataGitlabProjectProtectedBranches.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branches).
-
# `dataGitlabProjectProtectedBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranches.go.md b/docs/dataGitlabProjectProtectedBranches.go.md
index 87c618455..efc9cc036 100644
--- a/docs/dataGitlabProjectProtectedBranches.go.md
+++ b/docs/dataGitlabProjectProtectedBranches.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branches).
-
# `dataGitlabProjectProtectedBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranches.java.md b/docs/dataGitlabProjectProtectedBranches.java.md
index 6284bbb27..1bfc57857 100644
--- a/docs/dataGitlabProjectProtectedBranches.java.md
+++ b/docs/dataGitlabProjectProtectedBranches.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branches).
-
# `dataGitlabProjectProtectedBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranches.python.md b/docs/dataGitlabProjectProtectedBranches.python.md
index 1035767f4..60a994d36 100644
--- a/docs/dataGitlabProjectProtectedBranches.python.md
+++ b/docs/dataGitlabProjectProtectedBranches.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branches).
-
# `dataGitlabProjectProtectedBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectProtectedBranches.typescript.md b/docs/dataGitlabProjectProtectedBranches.typescript.md
index fbdb06b3e..fc1b1d965 100644
--- a/docs/dataGitlabProjectProtectedBranches.typescript.md
+++ b/docs/dataGitlabProjectProtectedBranches.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_protected_branches`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_protected_branches`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_protected_branches).
-
# `dataGitlabProjectProtectedBranches` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTag.csharp.md b/docs/dataGitlabProjectTag.csharp.md
index 1a2336c9e..efa2a8231 100644
--- a/docs/dataGitlabProjectTag.csharp.md
+++ b/docs/dataGitlabProjectTag.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tag).
-
# `dataGitlabProjectTag` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTag.go.md b/docs/dataGitlabProjectTag.go.md
index f2c6b5eb7..68702fbda 100644
--- a/docs/dataGitlabProjectTag.go.md
+++ b/docs/dataGitlabProjectTag.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tag).
-
# `dataGitlabProjectTag` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTag.java.md b/docs/dataGitlabProjectTag.java.md
index c7dfa73d1..915f6c361 100644
--- a/docs/dataGitlabProjectTag.java.md
+++ b/docs/dataGitlabProjectTag.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tag).
-
# `dataGitlabProjectTag` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTag.python.md b/docs/dataGitlabProjectTag.python.md
index a4dc72550..3ef3baaeb 100644
--- a/docs/dataGitlabProjectTag.python.md
+++ b/docs/dataGitlabProjectTag.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tag).
-
# `dataGitlabProjectTag` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTag.typescript.md b/docs/dataGitlabProjectTag.typescript.md
index 67572057c..faf273e50 100644
--- a/docs/dataGitlabProjectTag.typescript.md
+++ b/docs/dataGitlabProjectTag.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tag).
-
# `dataGitlabProjectTag` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTags.csharp.md b/docs/dataGitlabProjectTags.csharp.md
index edcb7f2c0..0d15b4b56 100644
--- a/docs/dataGitlabProjectTags.csharp.md
+++ b/docs/dataGitlabProjectTags.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tags`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tags).
-
# `dataGitlabProjectTags` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTags.go.md b/docs/dataGitlabProjectTags.go.md
index e9c4f9f16..ae7a14ebb 100644
--- a/docs/dataGitlabProjectTags.go.md
+++ b/docs/dataGitlabProjectTags.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tags`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tags).
-
# `dataGitlabProjectTags` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTags.java.md b/docs/dataGitlabProjectTags.java.md
index 2f93b941f..466cc728c 100644
--- a/docs/dataGitlabProjectTags.java.md
+++ b/docs/dataGitlabProjectTags.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tags`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tags).
-
# `dataGitlabProjectTags` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTags.python.md b/docs/dataGitlabProjectTags.python.md
index 8ad74e52c..a12131585 100644
--- a/docs/dataGitlabProjectTags.python.md
+++ b/docs/dataGitlabProjectTags.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tags`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tags).
-
# `dataGitlabProjectTags` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectTags.typescript.md b/docs/dataGitlabProjectTags.typescript.md
index 344e0df44..662591d95 100644
--- a/docs/dataGitlabProjectTags.typescript.md
+++ b/docs/dataGitlabProjectTags.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_tags`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_tags`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_tags).
-
# `dataGitlabProjectTags` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariable.csharp.md b/docs/dataGitlabProjectVariable.csharp.md
index e920176c6..64c8ef069 100644
--- a/docs/dataGitlabProjectVariable.csharp.md
+++ b/docs/dataGitlabProjectVariable.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variable).
-
# `dataGitlabProjectVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariable.go.md b/docs/dataGitlabProjectVariable.go.md
index 9734aeb88..d70cbddcf 100644
--- a/docs/dataGitlabProjectVariable.go.md
+++ b/docs/dataGitlabProjectVariable.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variable).
-
# `dataGitlabProjectVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariable.java.md b/docs/dataGitlabProjectVariable.java.md
index f5bb11dbb..6b10944b9 100644
--- a/docs/dataGitlabProjectVariable.java.md
+++ b/docs/dataGitlabProjectVariable.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variable).
-
# `dataGitlabProjectVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariable.python.md b/docs/dataGitlabProjectVariable.python.md
index 4d113bf84..7f37750c2 100644
--- a/docs/dataGitlabProjectVariable.python.md
+++ b/docs/dataGitlabProjectVariable.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variable).
-
# `dataGitlabProjectVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariable.typescript.md b/docs/dataGitlabProjectVariable.typescript.md
index cbc022392..4ea1eca57 100644
--- a/docs/dataGitlabProjectVariable.typescript.md
+++ b/docs/dataGitlabProjectVariable.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variable).
-
# `dataGitlabProjectVariable` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariables.csharp.md b/docs/dataGitlabProjectVariables.csharp.md
index 92732a8ea..3e830f6a6 100644
--- a/docs/dataGitlabProjectVariables.csharp.md
+++ b/docs/dataGitlabProjectVariables.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variables).
-
# `dataGitlabProjectVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariables.go.md b/docs/dataGitlabProjectVariables.go.md
index aed80168a..da568e885 100644
--- a/docs/dataGitlabProjectVariables.go.md
+++ b/docs/dataGitlabProjectVariables.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variables).
-
# `dataGitlabProjectVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariables.java.md b/docs/dataGitlabProjectVariables.java.md
index b4e829956..d2ce7016b 100644
--- a/docs/dataGitlabProjectVariables.java.md
+++ b/docs/dataGitlabProjectVariables.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variables).
-
# `dataGitlabProjectVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariables.python.md b/docs/dataGitlabProjectVariables.python.md
index 7a74007b0..bcb2b067b 100644
--- a/docs/dataGitlabProjectVariables.python.md
+++ b/docs/dataGitlabProjectVariables.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variables).
-
# `dataGitlabProjectVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabProjectVariables.typescript.md b/docs/dataGitlabProjectVariables.typescript.md
index 0cabffb3e..43efa8f33 100644
--- a/docs/dataGitlabProjectVariables.typescript.md
+++ b/docs/dataGitlabProjectVariables.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_project_variables`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_project_variables`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/project_variables).
-
# `dataGitlabProjectVariables` Submodule
## Constructs
diff --git a/docs/dataGitlabProjects.csharp.md b/docs/dataGitlabProjects.csharp.md
index ac90fef43..365d6eafd 100644
--- a/docs/dataGitlabProjects.csharp.md
+++ b/docs/dataGitlabProjects.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_projects`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/projects).
-
# `dataGitlabProjects` Submodule
## Constructs
diff --git a/docs/dataGitlabProjects.go.md b/docs/dataGitlabProjects.go.md
index a16f44a7b..7b762b741 100644
--- a/docs/dataGitlabProjects.go.md
+++ b/docs/dataGitlabProjects.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_projects`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/projects).
-
# `dataGitlabProjects` Submodule
## Constructs
diff --git a/docs/dataGitlabProjects.java.md b/docs/dataGitlabProjects.java.md
index af84faee7..a0170bb35 100644
--- a/docs/dataGitlabProjects.java.md
+++ b/docs/dataGitlabProjects.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_projects`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/projects).
-
# `dataGitlabProjects` Submodule
## Constructs
diff --git a/docs/dataGitlabProjects.python.md b/docs/dataGitlabProjects.python.md
index 8aa6f53cb..5fdc49e6c 100644
--- a/docs/dataGitlabProjects.python.md
+++ b/docs/dataGitlabProjects.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_projects`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/projects).
-
# `dataGitlabProjects` Submodule
## Constructs
diff --git a/docs/dataGitlabProjects.typescript.md b/docs/dataGitlabProjects.typescript.md
index a1f7fc618..a08a2fa2b 100644
--- a/docs/dataGitlabProjects.typescript.md
+++ b/docs/dataGitlabProjects.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_projects`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_projects`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/projects).
-
# `dataGitlabProjects` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLink.csharp.md b/docs/dataGitlabReleaseLink.csharp.md
index d27f9746d..04a4fc754 100644
--- a/docs/dataGitlabReleaseLink.csharp.md
+++ b/docs/dataGitlabReleaseLink.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_link).
-
# `dataGitlabReleaseLink` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLink.go.md b/docs/dataGitlabReleaseLink.go.md
index 244d8f400..04fe5aa8b 100644
--- a/docs/dataGitlabReleaseLink.go.md
+++ b/docs/dataGitlabReleaseLink.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_link).
-
# `dataGitlabReleaseLink` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLink.java.md b/docs/dataGitlabReleaseLink.java.md
index 696a5518c..b3560e57b 100644
--- a/docs/dataGitlabReleaseLink.java.md
+++ b/docs/dataGitlabReleaseLink.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_link).
-
# `dataGitlabReleaseLink` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLink.python.md b/docs/dataGitlabReleaseLink.python.md
index de311270b..6ac164d1d 100644
--- a/docs/dataGitlabReleaseLink.python.md
+++ b/docs/dataGitlabReleaseLink.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_link).
-
# `dataGitlabReleaseLink` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLink.typescript.md b/docs/dataGitlabReleaseLink.typescript.md
index 63c21b7fa..354d40141 100644
--- a/docs/dataGitlabReleaseLink.typescript.md
+++ b/docs/dataGitlabReleaseLink.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_link).
-
# `dataGitlabReleaseLink` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLinks.csharp.md b/docs/dataGitlabReleaseLinks.csharp.md
index 09f1c04f2..6ae15933c 100644
--- a/docs/dataGitlabReleaseLinks.csharp.md
+++ b/docs/dataGitlabReleaseLinks.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_links`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_links).
-
# `dataGitlabReleaseLinks` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLinks.go.md b/docs/dataGitlabReleaseLinks.go.md
index d1510b94d..8a70ce2fb 100644
--- a/docs/dataGitlabReleaseLinks.go.md
+++ b/docs/dataGitlabReleaseLinks.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_links`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_links).
-
# `dataGitlabReleaseLinks` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLinks.java.md b/docs/dataGitlabReleaseLinks.java.md
index dc936e8cb..d6eb9992d 100644
--- a/docs/dataGitlabReleaseLinks.java.md
+++ b/docs/dataGitlabReleaseLinks.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_links`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_links).
-
# `dataGitlabReleaseLinks` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLinks.python.md b/docs/dataGitlabReleaseLinks.python.md
index 8ff9147ec..57ff8f03d 100644
--- a/docs/dataGitlabReleaseLinks.python.md
+++ b/docs/dataGitlabReleaseLinks.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_links`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_links).
-
# `dataGitlabReleaseLinks` Submodule
## Constructs
diff --git a/docs/dataGitlabReleaseLinks.typescript.md b/docs/dataGitlabReleaseLinks.typescript.md
index b52b6d9db..49fd2d266 100644
--- a/docs/dataGitlabReleaseLinks.typescript.md
+++ b/docs/dataGitlabReleaseLinks.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_release_links`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_release_links`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/release_links).
-
# `dataGitlabReleaseLinks` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryFile.csharp.md b/docs/dataGitlabRepositoryFile.csharp.md
index 9f4dfa3b9..54f5ec204 100644
--- a/docs/dataGitlabRepositoryFile.csharp.md
+++ b/docs/dataGitlabRepositoryFile.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_file).
-
# `dataGitlabRepositoryFile` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryFile.go.md b/docs/dataGitlabRepositoryFile.go.md
index b1dae60df..a904961b6 100644
--- a/docs/dataGitlabRepositoryFile.go.md
+++ b/docs/dataGitlabRepositoryFile.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_file).
-
# `dataGitlabRepositoryFile` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryFile.java.md b/docs/dataGitlabRepositoryFile.java.md
index c2af816b6..505033792 100644
--- a/docs/dataGitlabRepositoryFile.java.md
+++ b/docs/dataGitlabRepositoryFile.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_file).
-
# `dataGitlabRepositoryFile` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryFile.python.md b/docs/dataGitlabRepositoryFile.python.md
index fad9a9419..c0809fdec 100644
--- a/docs/dataGitlabRepositoryFile.python.md
+++ b/docs/dataGitlabRepositoryFile.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_file).
-
# `dataGitlabRepositoryFile` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryFile.typescript.md b/docs/dataGitlabRepositoryFile.typescript.md
index 34e9fd110..3ff7164a1 100644
--- a/docs/dataGitlabRepositoryFile.typescript.md
+++ b/docs/dataGitlabRepositoryFile.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_file).
-
# `dataGitlabRepositoryFile` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryTree.csharp.md b/docs/dataGitlabRepositoryTree.csharp.md
index a03c3d218..54625d53b 100644
--- a/docs/dataGitlabRepositoryTree.csharp.md
+++ b/docs/dataGitlabRepositoryTree.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_tree`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_tree).
-
# `dataGitlabRepositoryTree` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryTree.go.md b/docs/dataGitlabRepositoryTree.go.md
index 9bf6bd9cd..1914bc7a5 100644
--- a/docs/dataGitlabRepositoryTree.go.md
+++ b/docs/dataGitlabRepositoryTree.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_tree`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_tree).
-
# `dataGitlabRepositoryTree` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryTree.java.md b/docs/dataGitlabRepositoryTree.java.md
index 3ac88087d..3e0441951 100644
--- a/docs/dataGitlabRepositoryTree.java.md
+++ b/docs/dataGitlabRepositoryTree.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_tree`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_tree).
-
# `dataGitlabRepositoryTree` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryTree.python.md b/docs/dataGitlabRepositoryTree.python.md
index 7d878f246..7c13cf57e 100644
--- a/docs/dataGitlabRepositoryTree.python.md
+++ b/docs/dataGitlabRepositoryTree.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_tree`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_tree).
-
# `dataGitlabRepositoryTree` Submodule
## Constructs
diff --git a/docs/dataGitlabRepositoryTree.typescript.md b/docs/dataGitlabRepositoryTree.typescript.md
index ab1aab02e..ba316b41d 100644
--- a/docs/dataGitlabRepositoryTree.typescript.md
+++ b/docs/dataGitlabRepositoryTree.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_repository_tree`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_repository_tree`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/repository_tree).
-
# `dataGitlabRepositoryTree` Submodule
## Constructs
diff --git a/docs/dataGitlabUser.csharp.md b/docs/dataGitlabUser.csharp.md
index a110e2b1d..295c4970e 100644
--- a/docs/dataGitlabUser.csharp.md
+++ b/docs/dataGitlabUser.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user).
-
# `dataGitlabUser` Submodule
## Constructs
diff --git a/docs/dataGitlabUser.go.md b/docs/dataGitlabUser.go.md
index bf90a6c7b..9281b7a7d 100644
--- a/docs/dataGitlabUser.go.md
+++ b/docs/dataGitlabUser.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user).
-
# `dataGitlabUser` Submodule
## Constructs
diff --git a/docs/dataGitlabUser.java.md b/docs/dataGitlabUser.java.md
index 18c55a5a0..37c69922c 100644
--- a/docs/dataGitlabUser.java.md
+++ b/docs/dataGitlabUser.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user).
-
# `dataGitlabUser` Submodule
## Constructs
diff --git a/docs/dataGitlabUser.python.md b/docs/dataGitlabUser.python.md
index 4c1cef550..d3f5e1a52 100644
--- a/docs/dataGitlabUser.python.md
+++ b/docs/dataGitlabUser.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user).
-
# `dataGitlabUser` Submodule
## Constructs
diff --git a/docs/dataGitlabUser.typescript.md b/docs/dataGitlabUser.typescript.md
index c3952bd55..bc0437368 100644
--- a/docs/dataGitlabUser.typescript.md
+++ b/docs/dataGitlabUser.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user).
-
# `dataGitlabUser` Submodule
## Constructs
diff --git a/docs/dataGitlabUserSshkeys.csharp.md b/docs/dataGitlabUserSshkeys.csharp.md
index ca962cd66..a3d9259e5 100644
--- a/docs/dataGitlabUserSshkeys.csharp.md
+++ b/docs/dataGitlabUserSshkeys.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user_sshkeys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user_sshkeys).
-
# `dataGitlabUserSshkeys` Submodule
## Constructs
diff --git a/docs/dataGitlabUserSshkeys.go.md b/docs/dataGitlabUserSshkeys.go.md
index f1cfabdd4..1cc8b2fbf 100644
--- a/docs/dataGitlabUserSshkeys.go.md
+++ b/docs/dataGitlabUserSshkeys.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user_sshkeys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user_sshkeys).
-
# `dataGitlabUserSshkeys` Submodule
## Constructs
diff --git a/docs/dataGitlabUserSshkeys.java.md b/docs/dataGitlabUserSshkeys.java.md
index 9b3e969e3..34772c328 100644
--- a/docs/dataGitlabUserSshkeys.java.md
+++ b/docs/dataGitlabUserSshkeys.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user_sshkeys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user_sshkeys).
-
# `dataGitlabUserSshkeys` Submodule
## Constructs
diff --git a/docs/dataGitlabUserSshkeys.python.md b/docs/dataGitlabUserSshkeys.python.md
index f43558b2c..a39742a19 100644
--- a/docs/dataGitlabUserSshkeys.python.md
+++ b/docs/dataGitlabUserSshkeys.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user_sshkeys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user_sshkeys).
-
# `dataGitlabUserSshkeys` Submodule
## Constructs
diff --git a/docs/dataGitlabUserSshkeys.typescript.md b/docs/dataGitlabUserSshkeys.typescript.md
index 36707e8d8..b9cac722d 100644
--- a/docs/dataGitlabUserSshkeys.typescript.md
+++ b/docs/dataGitlabUserSshkeys.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_user_sshkeys`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_user_sshkeys`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/user_sshkeys).
-
# `dataGitlabUserSshkeys` Submodule
## Constructs
diff --git a/docs/dataGitlabUsers.csharp.md b/docs/dataGitlabUsers.csharp.md
index 1b8284719..f83699781 100644
--- a/docs/dataGitlabUsers.csharp.md
+++ b/docs/dataGitlabUsers.csharp.md
@@ -1,7 +1,3 @@
-# `data_gitlab_users`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/users).
-
# `dataGitlabUsers` Submodule
## Constructs
diff --git a/docs/dataGitlabUsers.go.md b/docs/dataGitlabUsers.go.md
index 3f1f753c4..195f7fa1c 100644
--- a/docs/dataGitlabUsers.go.md
+++ b/docs/dataGitlabUsers.go.md
@@ -1,7 +1,3 @@
-# `data_gitlab_users`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/users).
-
# `dataGitlabUsers` Submodule
## Constructs
diff --git a/docs/dataGitlabUsers.java.md b/docs/dataGitlabUsers.java.md
index 35abcf065..1bd65ba43 100644
--- a/docs/dataGitlabUsers.java.md
+++ b/docs/dataGitlabUsers.java.md
@@ -1,7 +1,3 @@
-# `data_gitlab_users`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/users).
-
# `dataGitlabUsers` Submodule
## Constructs
diff --git a/docs/dataGitlabUsers.python.md b/docs/dataGitlabUsers.python.md
index 65cbafe79..18aa3fcc1 100644
--- a/docs/dataGitlabUsers.python.md
+++ b/docs/dataGitlabUsers.python.md
@@ -1,7 +1,3 @@
-# `data_gitlab_users`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/users).
-
# `dataGitlabUsers` Submodule
## Constructs
diff --git a/docs/dataGitlabUsers.typescript.md b/docs/dataGitlabUsers.typescript.md
index 5a59a3bc1..63b8005c0 100644
--- a/docs/dataGitlabUsers.typescript.md
+++ b/docs/dataGitlabUsers.typescript.md
@@ -1,7 +1,3 @@
-# `data_gitlab_users`
-
-Refer to the Terraform Registory for docs: [`data_gitlab_users`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/data-sources/users).
-
# `dataGitlabUsers` Submodule
## Constructs
diff --git a/docs/deployKey.csharp.md b/docs/deployKey.csharp.md
index 520cdeaed..ef5ff53b3 100644
--- a/docs/deployKey.csharp.md
+++ b/docs/deployKey.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key).
-
# `deployKey` Submodule
## Constructs
diff --git a/docs/deployKey.go.md b/docs/deployKey.go.md
index 64dfc7392..7f826b776 100644
--- a/docs/deployKey.go.md
+++ b/docs/deployKey.go.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key).
-
# `deployKey` Submodule
## Constructs
diff --git a/docs/deployKey.java.md b/docs/deployKey.java.md
index 3c4c3ef8a..a97c1742c 100644
--- a/docs/deployKey.java.md
+++ b/docs/deployKey.java.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key).
-
# `deployKey` Submodule
## Constructs
diff --git a/docs/deployKey.python.md b/docs/deployKey.python.md
index c13f21d50..fd56c0b0b 100644
--- a/docs/deployKey.python.md
+++ b/docs/deployKey.python.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key).
-
# `deployKey` Submodule
## Constructs
diff --git a/docs/deployKey.typescript.md b/docs/deployKey.typescript.md
index 568d21e4c..3df0940e1 100644
--- a/docs/deployKey.typescript.md
+++ b/docs/deployKey.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key).
-
# `deployKey` Submodule
## Constructs
diff --git a/docs/deployKeyEnable.csharp.md b/docs/deployKeyEnable.csharp.md
index 8af8eb2ef..2d70c7299 100644
--- a/docs/deployKeyEnable.csharp.md
+++ b/docs/deployKeyEnable.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key_enable`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key_enable).
-
# `deployKeyEnable` Submodule
## Constructs
diff --git a/docs/deployKeyEnable.go.md b/docs/deployKeyEnable.go.md
index d03da091a..197cf77a5 100644
--- a/docs/deployKeyEnable.go.md
+++ b/docs/deployKeyEnable.go.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key_enable`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key_enable).
-
# `deployKeyEnable` Submodule
## Constructs
diff --git a/docs/deployKeyEnable.java.md b/docs/deployKeyEnable.java.md
index 9fbd49b85..281345154 100644
--- a/docs/deployKeyEnable.java.md
+++ b/docs/deployKeyEnable.java.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key_enable`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key_enable).
-
# `deployKeyEnable` Submodule
## Constructs
diff --git a/docs/deployKeyEnable.python.md b/docs/deployKeyEnable.python.md
index 957285777..7e2ea9e54 100644
--- a/docs/deployKeyEnable.python.md
+++ b/docs/deployKeyEnable.python.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key_enable`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key_enable).
-
# `deployKeyEnable` Submodule
## Constructs
diff --git a/docs/deployKeyEnable.typescript.md b/docs/deployKeyEnable.typescript.md
index 73782e617..8d2d1a175 100644
--- a/docs/deployKeyEnable.typescript.md
+++ b/docs/deployKeyEnable.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_key_enable`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_key_enable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_key_enable).
-
# `deployKeyEnable` Submodule
## Constructs
diff --git a/docs/deployToken.csharp.md b/docs/deployToken.csharp.md
index 7eff49975..9631ea9cc 100644
--- a/docs/deployToken.csharp.md
+++ b/docs/deployToken.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_token).
-
# `deployToken` Submodule
## Constructs
diff --git a/docs/deployToken.go.md b/docs/deployToken.go.md
index 5485e1208..7982e5286 100644
--- a/docs/deployToken.go.md
+++ b/docs/deployToken.go.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_token).
-
# `deployToken` Submodule
## Constructs
diff --git a/docs/deployToken.java.md b/docs/deployToken.java.md
index 51ed0c5e3..e32a3d219 100644
--- a/docs/deployToken.java.md
+++ b/docs/deployToken.java.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_token).
-
# `deployToken` Submodule
## Constructs
diff --git a/docs/deployToken.python.md b/docs/deployToken.python.md
index a0e22e9d3..658d6a26a 100644
--- a/docs/deployToken.python.md
+++ b/docs/deployToken.python.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_token).
-
# `deployToken` Submodule
## Constructs
diff --git a/docs/deployToken.typescript.md b/docs/deployToken.typescript.md
index 22ecfd5ce..7d26eb712 100644
--- a/docs/deployToken.typescript.md
+++ b/docs/deployToken.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_deploy_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_deploy_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/deploy_token).
-
# `deployToken` Submodule
## Constructs
diff --git a/docs/group.csharp.md b/docs/group.csharp.md
index f3686b59d..20f2c4849 100644
--- a/docs/group.csharp.md
+++ b/docs/group.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group).
-
# `group` Submodule
## Constructs
diff --git a/docs/group.go.md b/docs/group.go.md
index 8ec75ad32..a5ed40d89 100644
--- a/docs/group.go.md
+++ b/docs/group.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group).
-
# `group` Submodule
## Constructs
diff --git a/docs/group.java.md b/docs/group.java.md
index b43e65001..8295e261e 100644
--- a/docs/group.java.md
+++ b/docs/group.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group).
-
# `group` Submodule
## Constructs
diff --git a/docs/group.python.md b/docs/group.python.md
index 7a5ea6fcd..0d92eaa3c 100644
--- a/docs/group.python.md
+++ b/docs/group.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group).
-
# `group` Submodule
## Constructs
diff --git a/docs/group.typescript.md b/docs/group.typescript.md
index aecdbf89d..87974efeb 100644
--- a/docs/group.typescript.md
+++ b/docs/group.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group).
-
# `group` Submodule
## Constructs
diff --git a/docs/groupAccessToken.csharp.md b/docs/groupAccessToken.csharp.md
index 2ae471d48..d85d76d85 100644
--- a/docs/groupAccessToken.csharp.md
+++ b/docs/groupAccessToken.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_access_token).
-
# `groupAccessToken` Submodule
## Constructs
diff --git a/docs/groupAccessToken.go.md b/docs/groupAccessToken.go.md
index 32b9cba6e..64e2b9c6b 100644
--- a/docs/groupAccessToken.go.md
+++ b/docs/groupAccessToken.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_access_token).
-
# `groupAccessToken` Submodule
## Constructs
diff --git a/docs/groupAccessToken.java.md b/docs/groupAccessToken.java.md
index bd1508835..ac88328ab 100644
--- a/docs/groupAccessToken.java.md
+++ b/docs/groupAccessToken.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_access_token).
-
# `groupAccessToken` Submodule
## Constructs
diff --git a/docs/groupAccessToken.python.md b/docs/groupAccessToken.python.md
index 177cb8bf1..487737a9a 100644
--- a/docs/groupAccessToken.python.md
+++ b/docs/groupAccessToken.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_access_token).
-
# `groupAccessToken` Submodule
## Constructs
diff --git a/docs/groupAccessToken.typescript.md b/docs/groupAccessToken.typescript.md
index b2caff23b..e259beea3 100644
--- a/docs/groupAccessToken.typescript.md
+++ b/docs/groupAccessToken.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_access_token).
-
# `groupAccessToken` Submodule
## Constructs
diff --git a/docs/groupBadge.csharp.md b/docs/groupBadge.csharp.md
index 0f108a304..1737ee84e 100644
--- a/docs/groupBadge.csharp.md
+++ b/docs/groupBadge.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_badge).
-
# `groupBadge` Submodule
## Constructs
diff --git a/docs/groupBadge.go.md b/docs/groupBadge.go.md
index a66a4f429..efcbf5a81 100644
--- a/docs/groupBadge.go.md
+++ b/docs/groupBadge.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_badge).
-
# `groupBadge` Submodule
## Constructs
diff --git a/docs/groupBadge.java.md b/docs/groupBadge.java.md
index 8052b4eaf..46dadedda 100644
--- a/docs/groupBadge.java.md
+++ b/docs/groupBadge.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_badge).
-
# `groupBadge` Submodule
## Constructs
diff --git a/docs/groupBadge.python.md b/docs/groupBadge.python.md
index 3ea01b9f9..414ff599e 100644
--- a/docs/groupBadge.python.md
+++ b/docs/groupBadge.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_badge).
-
# `groupBadge` Submodule
## Constructs
diff --git a/docs/groupBadge.typescript.md b/docs/groupBadge.typescript.md
index 5e7afb549..282ba413e 100644
--- a/docs/groupBadge.typescript.md
+++ b/docs/groupBadge.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_badge).
-
# `groupBadge` Submodule
## Constructs
diff --git a/docs/groupCluster.csharp.md b/docs/groupCluster.csharp.md
index c805fb524..cec77c7e6 100644
--- a/docs/groupCluster.csharp.md
+++ b/docs/groupCluster.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_cluster).
-
# `groupCluster` Submodule
## Constructs
diff --git a/docs/groupCluster.go.md b/docs/groupCluster.go.md
index ed35478a5..b400fa18d 100644
--- a/docs/groupCluster.go.md
+++ b/docs/groupCluster.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_cluster).
-
# `groupCluster` Submodule
## Constructs
diff --git a/docs/groupCluster.java.md b/docs/groupCluster.java.md
index 87b7dc477..8df5ccbde 100644
--- a/docs/groupCluster.java.md
+++ b/docs/groupCluster.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_cluster).
-
# `groupCluster` Submodule
## Constructs
diff --git a/docs/groupCluster.python.md b/docs/groupCluster.python.md
index 692efe54f..cc06c4dd6 100644
--- a/docs/groupCluster.python.md
+++ b/docs/groupCluster.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_cluster).
-
# `groupCluster` Submodule
## Constructs
diff --git a/docs/groupCluster.typescript.md b/docs/groupCluster.typescript.md
index 18fb0086b..ebc910652 100644
--- a/docs/groupCluster.typescript.md
+++ b/docs/groupCluster.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_cluster).
-
# `groupCluster` Submodule
## Constructs
diff --git a/docs/groupCustomAttribute.csharp.md b/docs/groupCustomAttribute.csharp.md
index a54462b97..2fce4d834 100644
--- a/docs/groupCustomAttribute.csharp.md
+++ b/docs/groupCustomAttribute.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_custom_attribute).
-
# `groupCustomAttribute` Submodule
## Constructs
diff --git a/docs/groupCustomAttribute.go.md b/docs/groupCustomAttribute.go.md
index e4234e4f5..247e9287b 100644
--- a/docs/groupCustomAttribute.go.md
+++ b/docs/groupCustomAttribute.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_custom_attribute).
-
# `groupCustomAttribute` Submodule
## Constructs
diff --git a/docs/groupCustomAttribute.java.md b/docs/groupCustomAttribute.java.md
index 845b68803..cd37c1875 100644
--- a/docs/groupCustomAttribute.java.md
+++ b/docs/groupCustomAttribute.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_custom_attribute).
-
# `groupCustomAttribute` Submodule
## Constructs
diff --git a/docs/groupCustomAttribute.python.md b/docs/groupCustomAttribute.python.md
index 4ec2825af..c80a8d07f 100644
--- a/docs/groupCustomAttribute.python.md
+++ b/docs/groupCustomAttribute.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_custom_attribute).
-
# `groupCustomAttribute` Submodule
## Constructs
diff --git a/docs/groupCustomAttribute.typescript.md b/docs/groupCustomAttribute.typescript.md
index 1236f39fa..ae15b8616 100644
--- a/docs/groupCustomAttribute.typescript.md
+++ b/docs/groupCustomAttribute.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_custom_attribute).
-
# `groupCustomAttribute` Submodule
## Constructs
diff --git a/docs/groupEpicBoard.csharp.md b/docs/groupEpicBoard.csharp.md
index 9e93ef117..4dd41d073 100644
--- a/docs/groupEpicBoard.csharp.md
+++ b/docs/groupEpicBoard.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_epic_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_epic_board).
-
# `groupEpicBoard` Submodule
## Constructs
diff --git a/docs/groupEpicBoard.go.md b/docs/groupEpicBoard.go.md
index 2c42e53bc..daec2fe63 100644
--- a/docs/groupEpicBoard.go.md
+++ b/docs/groupEpicBoard.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_epic_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_epic_board).
-
# `groupEpicBoard` Submodule
## Constructs
diff --git a/docs/groupEpicBoard.java.md b/docs/groupEpicBoard.java.md
index 781aced5c..818223b6c 100644
--- a/docs/groupEpicBoard.java.md
+++ b/docs/groupEpicBoard.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_epic_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_epic_board).
-
# `groupEpicBoard` Submodule
## Constructs
diff --git a/docs/groupEpicBoard.python.md b/docs/groupEpicBoard.python.md
index 71510774f..bf7d65784 100644
--- a/docs/groupEpicBoard.python.md
+++ b/docs/groupEpicBoard.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_epic_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_epic_board).
-
# `groupEpicBoard` Submodule
## Constructs
diff --git a/docs/groupEpicBoard.typescript.md b/docs/groupEpicBoard.typescript.md
index 0bb6ee0f7..b05bda66c 100644
--- a/docs/groupEpicBoard.typescript.md
+++ b/docs/groupEpicBoard.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_epic_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_epic_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_epic_board).
-
# `groupEpicBoard` Submodule
## Constructs
diff --git a/docs/groupHook.csharp.md b/docs/groupHook.csharp.md
index 53154ec79..cf6d87e46 100644
--- a/docs/groupHook.csharp.md
+++ b/docs/groupHook.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_hook).
-
# `groupHook` Submodule
## Constructs
diff --git a/docs/groupHook.go.md b/docs/groupHook.go.md
index 1d3fcfbb5..5afc5d127 100644
--- a/docs/groupHook.go.md
+++ b/docs/groupHook.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_hook).
-
# `groupHook` Submodule
## Constructs
diff --git a/docs/groupHook.java.md b/docs/groupHook.java.md
index 3366214f2..698f80906 100644
--- a/docs/groupHook.java.md
+++ b/docs/groupHook.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_hook).
-
# `groupHook` Submodule
## Constructs
diff --git a/docs/groupHook.python.md b/docs/groupHook.python.md
index a6d9638c5..f35377377 100644
--- a/docs/groupHook.python.md
+++ b/docs/groupHook.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_hook).
-
# `groupHook` Submodule
## Constructs
diff --git a/docs/groupHook.typescript.md b/docs/groupHook.typescript.md
index b51366771..2029b00e4 100644
--- a/docs/groupHook.typescript.md
+++ b/docs/groupHook.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_hook).
-
# `groupHook` Submodule
## Constructs
diff --git a/docs/groupIssueBoard.csharp.md b/docs/groupIssueBoard.csharp.md
index 04819e68e..0f3239a62 100644
--- a/docs/groupIssueBoard.csharp.md
+++ b/docs/groupIssueBoard.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_issue_board).
-
# `groupIssueBoard` Submodule
## Constructs
diff --git a/docs/groupIssueBoard.go.md b/docs/groupIssueBoard.go.md
index 8fa9ed2e0..a422bbed1 100644
--- a/docs/groupIssueBoard.go.md
+++ b/docs/groupIssueBoard.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_issue_board).
-
# `groupIssueBoard` Submodule
## Constructs
diff --git a/docs/groupIssueBoard.java.md b/docs/groupIssueBoard.java.md
index d3518f457..84bb0ece5 100644
--- a/docs/groupIssueBoard.java.md
+++ b/docs/groupIssueBoard.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_issue_board).
-
# `groupIssueBoard` Submodule
## Constructs
diff --git a/docs/groupIssueBoard.python.md b/docs/groupIssueBoard.python.md
index 735bdee94..5e98dc157 100644
--- a/docs/groupIssueBoard.python.md
+++ b/docs/groupIssueBoard.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_issue_board).
-
# `groupIssueBoard` Submodule
## Constructs
diff --git a/docs/groupIssueBoard.typescript.md b/docs/groupIssueBoard.typescript.md
index c7e2cd48e..19e23f942 100644
--- a/docs/groupIssueBoard.typescript.md
+++ b/docs/groupIssueBoard.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_issue_board).
-
# `groupIssueBoard` Submodule
## Constructs
diff --git a/docs/groupLabel.csharp.md b/docs/groupLabel.csharp.md
index 2b237fcdd..06b37ba77 100644
--- a/docs/groupLabel.csharp.md
+++ b/docs/groupLabel.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_label).
-
# `groupLabel` Submodule
## Constructs
diff --git a/docs/groupLabel.go.md b/docs/groupLabel.go.md
index 32d53808d..9d4e1f1f3 100644
--- a/docs/groupLabel.go.md
+++ b/docs/groupLabel.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_label).
-
# `groupLabel` Submodule
## Constructs
diff --git a/docs/groupLabel.java.md b/docs/groupLabel.java.md
index 7f58b8081..509f1b429 100644
--- a/docs/groupLabel.java.md
+++ b/docs/groupLabel.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_label).
-
# `groupLabel` Submodule
## Constructs
diff --git a/docs/groupLabel.python.md b/docs/groupLabel.python.md
index 3019297aa..e35fb244f 100644
--- a/docs/groupLabel.python.md
+++ b/docs/groupLabel.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_label).
-
# `groupLabel` Submodule
## Constructs
diff --git a/docs/groupLabel.typescript.md b/docs/groupLabel.typescript.md
index 67626c150..28a9dc1dc 100644
--- a/docs/groupLabel.typescript.md
+++ b/docs/groupLabel.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_label).
-
# `groupLabel` Submodule
## Constructs
diff --git a/docs/groupLdapLink.csharp.md b/docs/groupLdapLink.csharp.md
index b2be0c80c..24707a5dd 100644
--- a/docs/groupLdapLink.csharp.md
+++ b/docs/groupLdapLink.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_ldap_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_ldap_link).
-
# `groupLdapLink` Submodule
## Constructs
diff --git a/docs/groupLdapLink.go.md b/docs/groupLdapLink.go.md
index 4b553e1f3..79d6d41db 100644
--- a/docs/groupLdapLink.go.md
+++ b/docs/groupLdapLink.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_ldap_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_ldap_link).
-
# `groupLdapLink` Submodule
## Constructs
diff --git a/docs/groupLdapLink.java.md b/docs/groupLdapLink.java.md
index ac2399bff..c9158e99c 100644
--- a/docs/groupLdapLink.java.md
+++ b/docs/groupLdapLink.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_ldap_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_ldap_link).
-
# `groupLdapLink` Submodule
## Constructs
diff --git a/docs/groupLdapLink.python.md b/docs/groupLdapLink.python.md
index 3f1d51211..f6692021d 100644
--- a/docs/groupLdapLink.python.md
+++ b/docs/groupLdapLink.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_ldap_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_ldap_link).
-
# `groupLdapLink` Submodule
## Constructs
diff --git a/docs/groupLdapLink.typescript.md b/docs/groupLdapLink.typescript.md
index ce174e743..babef8044 100644
--- a/docs/groupLdapLink.typescript.md
+++ b/docs/groupLdapLink.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_ldap_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_ldap_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_ldap_link).
-
# `groupLdapLink` Submodule
## Constructs
diff --git a/docs/groupMembership.csharp.md b/docs/groupMembership.csharp.md
index 8b7dc714c..a85b2f122 100644
--- a/docs/groupMembership.csharp.md
+++ b/docs/groupMembership.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_membership).
-
# `groupMembership` Submodule
## Constructs
diff --git a/docs/groupMembership.go.md b/docs/groupMembership.go.md
index 25cbc92c3..9f4e28a90 100644
--- a/docs/groupMembership.go.md
+++ b/docs/groupMembership.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_membership).
-
# `groupMembership` Submodule
## Constructs
diff --git a/docs/groupMembership.java.md b/docs/groupMembership.java.md
index 26346a516..8e2475767 100644
--- a/docs/groupMembership.java.md
+++ b/docs/groupMembership.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_membership).
-
# `groupMembership` Submodule
## Constructs
diff --git a/docs/groupMembership.python.md b/docs/groupMembership.python.md
index c09388ec0..ae93896cb 100644
--- a/docs/groupMembership.python.md
+++ b/docs/groupMembership.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_membership).
-
# `groupMembership` Submodule
## Constructs
diff --git a/docs/groupMembership.typescript.md b/docs/groupMembership.typescript.md
index 0eefac7c4..c415b3d7a 100644
--- a/docs/groupMembership.typescript.md
+++ b/docs/groupMembership.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_membership).
-
# `groupMembership` Submodule
## Constructs
diff --git a/docs/groupProjectFileTemplate.csharp.md b/docs/groupProjectFileTemplate.csharp.md
index c605b6fee..4c620b1bf 100644
--- a/docs/groupProjectFileTemplate.csharp.md
+++ b/docs/groupProjectFileTemplate.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_project_file_template`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_project_file_template).
-
# `groupProjectFileTemplate` Submodule
## Constructs
diff --git a/docs/groupProjectFileTemplate.go.md b/docs/groupProjectFileTemplate.go.md
index 31048e245..249a2b9c0 100644
--- a/docs/groupProjectFileTemplate.go.md
+++ b/docs/groupProjectFileTemplate.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_project_file_template`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_project_file_template).
-
# `groupProjectFileTemplate` Submodule
## Constructs
diff --git a/docs/groupProjectFileTemplate.java.md b/docs/groupProjectFileTemplate.java.md
index e09d98601..82574ffeb 100644
--- a/docs/groupProjectFileTemplate.java.md
+++ b/docs/groupProjectFileTemplate.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_project_file_template`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_project_file_template).
-
# `groupProjectFileTemplate` Submodule
## Constructs
diff --git a/docs/groupProjectFileTemplate.python.md b/docs/groupProjectFileTemplate.python.md
index 441022eeb..8f228642f 100644
--- a/docs/groupProjectFileTemplate.python.md
+++ b/docs/groupProjectFileTemplate.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_project_file_template`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_project_file_template).
-
# `groupProjectFileTemplate` Submodule
## Constructs
diff --git a/docs/groupProjectFileTemplate.typescript.md b/docs/groupProjectFileTemplate.typescript.md
index 4772a1285..407778c67 100644
--- a/docs/groupProjectFileTemplate.typescript.md
+++ b/docs/groupProjectFileTemplate.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_project_file_template`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_project_file_template`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_project_file_template).
-
# `groupProjectFileTemplate` Submodule
## Constructs
diff --git a/docs/groupProtectedEnvironment.csharp.md b/docs/groupProtectedEnvironment.csharp.md
index c4bd9b4d3..d11b197c3 100644
--- a/docs/groupProtectedEnvironment.csharp.md
+++ b/docs/groupProtectedEnvironment.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_protected_environment).
-
# `groupProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/groupProtectedEnvironment.go.md b/docs/groupProtectedEnvironment.go.md
index f2f791ddb..e35f4f563 100644
--- a/docs/groupProtectedEnvironment.go.md
+++ b/docs/groupProtectedEnvironment.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_protected_environment).
-
# `groupProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/groupProtectedEnvironment.java.md b/docs/groupProtectedEnvironment.java.md
index 81984ef83..45e325a28 100644
--- a/docs/groupProtectedEnvironment.java.md
+++ b/docs/groupProtectedEnvironment.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_protected_environment).
-
# `groupProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/groupProtectedEnvironment.python.md b/docs/groupProtectedEnvironment.python.md
index 5f3a86630..d2c04f93e 100644
--- a/docs/groupProtectedEnvironment.python.md
+++ b/docs/groupProtectedEnvironment.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_protected_environment).
-
# `groupProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/groupProtectedEnvironment.typescript.md b/docs/groupProtectedEnvironment.typescript.md
index dba78795d..e57673f8b 100644
--- a/docs/groupProtectedEnvironment.typescript.md
+++ b/docs/groupProtectedEnvironment.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_protected_environment).
-
# `groupProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/groupSamlLink.csharp.md b/docs/groupSamlLink.csharp.md
index 657cef66a..b829d7a4f 100644
--- a/docs/groupSamlLink.csharp.md
+++ b/docs/groupSamlLink.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_saml_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_saml_link).
-
# `groupSamlLink` Submodule
## Constructs
diff --git a/docs/groupSamlLink.go.md b/docs/groupSamlLink.go.md
index 07220d5be..2d60c9991 100644
--- a/docs/groupSamlLink.go.md
+++ b/docs/groupSamlLink.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_saml_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_saml_link).
-
# `groupSamlLink` Submodule
## Constructs
diff --git a/docs/groupSamlLink.java.md b/docs/groupSamlLink.java.md
index 4bac43da9..8920c9f7e 100644
--- a/docs/groupSamlLink.java.md
+++ b/docs/groupSamlLink.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_saml_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_saml_link).
-
# `groupSamlLink` Submodule
## Constructs
diff --git a/docs/groupSamlLink.python.md b/docs/groupSamlLink.python.md
index f458a772f..6f0929525 100644
--- a/docs/groupSamlLink.python.md
+++ b/docs/groupSamlLink.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_saml_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_saml_link).
-
# `groupSamlLink` Submodule
## Constructs
diff --git a/docs/groupSamlLink.typescript.md b/docs/groupSamlLink.typescript.md
index ba271d60f..541425c7d 100644
--- a/docs/groupSamlLink.typescript.md
+++ b/docs/groupSamlLink.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_saml_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_saml_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_saml_link).
-
# `groupSamlLink` Submodule
## Constructs
diff --git a/docs/groupShareGroup.csharp.md b/docs/groupShareGroup.csharp.md
index ad8d70447..45ee975ab 100644
--- a/docs/groupShareGroup.csharp.md
+++ b/docs/groupShareGroup.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_share_group).
-
# `groupShareGroup` Submodule
## Constructs
diff --git a/docs/groupShareGroup.go.md b/docs/groupShareGroup.go.md
index 19060fd35..8d74470e5 100644
--- a/docs/groupShareGroup.go.md
+++ b/docs/groupShareGroup.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_share_group).
-
# `groupShareGroup` Submodule
## Constructs
diff --git a/docs/groupShareGroup.java.md b/docs/groupShareGroup.java.md
index 06cabcac6..0782e1428 100644
--- a/docs/groupShareGroup.java.md
+++ b/docs/groupShareGroup.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_share_group).
-
# `groupShareGroup` Submodule
## Constructs
diff --git a/docs/groupShareGroup.python.md b/docs/groupShareGroup.python.md
index 252894c1d..e73787d26 100644
--- a/docs/groupShareGroup.python.md
+++ b/docs/groupShareGroup.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_share_group).
-
# `groupShareGroup` Submodule
## Constructs
diff --git a/docs/groupShareGroup.typescript.md b/docs/groupShareGroup.typescript.md
index 24ce276d0..12000231a 100644
--- a/docs/groupShareGroup.typescript.md
+++ b/docs/groupShareGroup.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_share_group).
-
# `groupShareGroup` Submodule
## Constructs
diff --git a/docs/groupVariable.csharp.md b/docs/groupVariable.csharp.md
index b98609360..3437b83ae 100644
--- a/docs/groupVariable.csharp.md
+++ b/docs/groupVariable.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_variable).
-
# `groupVariable` Submodule
## Constructs
diff --git a/docs/groupVariable.go.md b/docs/groupVariable.go.md
index 3d68906ee..8eb9990b4 100644
--- a/docs/groupVariable.go.md
+++ b/docs/groupVariable.go.md
@@ -1,7 +1,3 @@
-# `gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_variable).
-
# `groupVariable` Submodule
## Constructs
diff --git a/docs/groupVariable.java.md b/docs/groupVariable.java.md
index 8c466c40e..99eb88945 100644
--- a/docs/groupVariable.java.md
+++ b/docs/groupVariable.java.md
@@ -1,7 +1,3 @@
-# `gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_variable).
-
# `groupVariable` Submodule
## Constructs
diff --git a/docs/groupVariable.python.md b/docs/groupVariable.python.md
index 988fb8e9b..ebe7e2688 100644
--- a/docs/groupVariable.python.md
+++ b/docs/groupVariable.python.md
@@ -1,7 +1,3 @@
-# `gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_variable).
-
# `groupVariable` Submodule
## Constructs
diff --git a/docs/groupVariable.typescript.md b/docs/groupVariable.typescript.md
index d08d987c5..a1cbe6f00 100644
--- a/docs/groupVariable.typescript.md
+++ b/docs/groupVariable.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_group_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_group_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/group_variable).
-
# `groupVariable` Submodule
## Constructs
diff --git a/docs/instanceCluster.csharp.md b/docs/instanceCluster.csharp.md
index 4cea07eda..5eeaa2df6 100644
--- a/docs/instanceCluster.csharp.md
+++ b/docs/instanceCluster.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_cluster).
-
# `instanceCluster` Submodule
## Constructs
diff --git a/docs/instanceCluster.go.md b/docs/instanceCluster.go.md
index e9a8ecf42..5a6030227 100644
--- a/docs/instanceCluster.go.md
+++ b/docs/instanceCluster.go.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_cluster).
-
# `instanceCluster` Submodule
## Constructs
diff --git a/docs/instanceCluster.java.md b/docs/instanceCluster.java.md
index cf02d0584..7e7445705 100644
--- a/docs/instanceCluster.java.md
+++ b/docs/instanceCluster.java.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_cluster).
-
# `instanceCluster` Submodule
## Constructs
diff --git a/docs/instanceCluster.python.md b/docs/instanceCluster.python.md
index cc7b60387..d715a7b2d 100644
--- a/docs/instanceCluster.python.md
+++ b/docs/instanceCluster.python.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_cluster).
-
# `instanceCluster` Submodule
## Constructs
diff --git a/docs/instanceCluster.typescript.md b/docs/instanceCluster.typescript.md
index 78cc1c1af..e5a170fce 100644
--- a/docs/instanceCluster.typescript.md
+++ b/docs/instanceCluster.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_cluster).
-
# `instanceCluster` Submodule
## Constructs
diff --git a/docs/instanceVariable.csharp.md b/docs/instanceVariable.csharp.md
index d9d46241a..51a08d657 100644
--- a/docs/instanceVariable.csharp.md
+++ b/docs/instanceVariable.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_variable).
-
# `instanceVariable` Submodule
## Constructs
diff --git a/docs/instanceVariable.go.md b/docs/instanceVariable.go.md
index e29b48fc5..b85ed0680 100644
--- a/docs/instanceVariable.go.md
+++ b/docs/instanceVariable.go.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_variable).
-
# `instanceVariable` Submodule
## Constructs
diff --git a/docs/instanceVariable.java.md b/docs/instanceVariable.java.md
index 61b9936c4..f84e27fd1 100644
--- a/docs/instanceVariable.java.md
+++ b/docs/instanceVariable.java.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_variable).
-
# `instanceVariable` Submodule
## Constructs
diff --git a/docs/instanceVariable.python.md b/docs/instanceVariable.python.md
index 5b20613cf..e15618c46 100644
--- a/docs/instanceVariable.python.md
+++ b/docs/instanceVariable.python.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_variable).
-
# `instanceVariable` Submodule
## Constructs
diff --git a/docs/instanceVariable.typescript.md b/docs/instanceVariable.typescript.md
index 47b61e9bb..ecb0ddc29 100644
--- a/docs/instanceVariable.typescript.md
+++ b/docs/instanceVariable.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_instance_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_instance_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/instance_variable).
-
# `instanceVariable` Submodule
## Constructs
diff --git a/docs/integrationCustomIssueTracker.csharp.md b/docs/integrationCustomIssueTracker.csharp.md
index 7299bc4ab..2837a14b0 100644
--- a/docs/integrationCustomIssueTracker.csharp.md
+++ b/docs/integrationCustomIssueTracker.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_custom_issue_tracker).
-
# `integrationCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/integrationCustomIssueTracker.go.md b/docs/integrationCustomIssueTracker.go.md
index deae91c40..b1377f806 100644
--- a/docs/integrationCustomIssueTracker.go.md
+++ b/docs/integrationCustomIssueTracker.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_custom_issue_tracker).
-
# `integrationCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/integrationCustomIssueTracker.java.md b/docs/integrationCustomIssueTracker.java.md
index 7407a5484..dc0bd81b7 100644
--- a/docs/integrationCustomIssueTracker.java.md
+++ b/docs/integrationCustomIssueTracker.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_custom_issue_tracker).
-
# `integrationCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/integrationCustomIssueTracker.python.md b/docs/integrationCustomIssueTracker.python.md
index 06f7ef79b..e9b20a9fc 100644
--- a/docs/integrationCustomIssueTracker.python.md
+++ b/docs/integrationCustomIssueTracker.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_custom_issue_tracker).
-
# `integrationCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/integrationCustomIssueTracker.typescript.md b/docs/integrationCustomIssueTracker.typescript.md
index 78401e22c..68179c06e 100644
--- a/docs/integrationCustomIssueTracker.typescript.md
+++ b/docs/integrationCustomIssueTracker.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_custom_issue_tracker).
-
# `integrationCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/integrationEmailsOnPush.csharp.md b/docs/integrationEmailsOnPush.csharp.md
index 008535d5f..e6750a2fa 100644
--- a/docs/integrationEmailsOnPush.csharp.md
+++ b/docs/integrationEmailsOnPush.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_emails_on_push).
-
# `integrationEmailsOnPush` Submodule
## Constructs
diff --git a/docs/integrationEmailsOnPush.go.md b/docs/integrationEmailsOnPush.go.md
index e69ceb584..89daca42b 100644
--- a/docs/integrationEmailsOnPush.go.md
+++ b/docs/integrationEmailsOnPush.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_emails_on_push).
-
# `integrationEmailsOnPush` Submodule
## Constructs
diff --git a/docs/integrationEmailsOnPush.java.md b/docs/integrationEmailsOnPush.java.md
index 20eac231f..0b0457bf2 100644
--- a/docs/integrationEmailsOnPush.java.md
+++ b/docs/integrationEmailsOnPush.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_emails_on_push).
-
# `integrationEmailsOnPush` Submodule
## Constructs
diff --git a/docs/integrationEmailsOnPush.python.md b/docs/integrationEmailsOnPush.python.md
index 08a68450b..90cd1a548 100644
--- a/docs/integrationEmailsOnPush.python.md
+++ b/docs/integrationEmailsOnPush.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_emails_on_push).
-
# `integrationEmailsOnPush` Submodule
## Constructs
diff --git a/docs/integrationEmailsOnPush.typescript.md b/docs/integrationEmailsOnPush.typescript.md
index 95df4c11f..e60c2e33e 100644
--- a/docs/integrationEmailsOnPush.typescript.md
+++ b/docs/integrationEmailsOnPush.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_emails_on_push).
-
# `integrationEmailsOnPush` Submodule
## Constructs
diff --git a/docs/integrationExternalWiki.csharp.md b/docs/integrationExternalWiki.csharp.md
index 9138b5764..efb58f1ac 100644
--- a/docs/integrationExternalWiki.csharp.md
+++ b/docs/integrationExternalWiki.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_external_wiki).
-
# `integrationExternalWiki` Submodule
## Constructs
diff --git a/docs/integrationExternalWiki.go.md b/docs/integrationExternalWiki.go.md
index 45b94fe31..2cc8135e7 100644
--- a/docs/integrationExternalWiki.go.md
+++ b/docs/integrationExternalWiki.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_external_wiki).
-
# `integrationExternalWiki` Submodule
## Constructs
diff --git a/docs/integrationExternalWiki.java.md b/docs/integrationExternalWiki.java.md
index 6df3aecc2..3115cab52 100644
--- a/docs/integrationExternalWiki.java.md
+++ b/docs/integrationExternalWiki.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_external_wiki).
-
# `integrationExternalWiki` Submodule
## Constructs
diff --git a/docs/integrationExternalWiki.python.md b/docs/integrationExternalWiki.python.md
index fdde0aa51..2759ed305 100644
--- a/docs/integrationExternalWiki.python.md
+++ b/docs/integrationExternalWiki.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_external_wiki).
-
# `integrationExternalWiki` Submodule
## Constructs
diff --git a/docs/integrationExternalWiki.typescript.md b/docs/integrationExternalWiki.typescript.md
index 587f6c167..30333f3b4 100644
--- a/docs/integrationExternalWiki.typescript.md
+++ b/docs/integrationExternalWiki.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_external_wiki).
-
# `integrationExternalWiki` Submodule
## Constructs
diff --git a/docs/integrationGithub.csharp.md b/docs/integrationGithub.csharp.md
index 25c3663da..940fc5000 100644
--- a/docs/integrationGithub.csharp.md
+++ b/docs/integrationGithub.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_github).
-
# `integrationGithub` Submodule
## Constructs
diff --git a/docs/integrationGithub.go.md b/docs/integrationGithub.go.md
index 489990eaf..2c44d78b9 100644
--- a/docs/integrationGithub.go.md
+++ b/docs/integrationGithub.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_github).
-
# `integrationGithub` Submodule
## Constructs
diff --git a/docs/integrationGithub.java.md b/docs/integrationGithub.java.md
index e6722f9d6..5670606ae 100644
--- a/docs/integrationGithub.java.md
+++ b/docs/integrationGithub.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_github).
-
# `integrationGithub` Submodule
## Constructs
diff --git a/docs/integrationGithub.python.md b/docs/integrationGithub.python.md
index c85228613..54ff2b153 100644
--- a/docs/integrationGithub.python.md
+++ b/docs/integrationGithub.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_github).
-
# `integrationGithub` Submodule
## Constructs
diff --git a/docs/integrationGithub.typescript.md b/docs/integrationGithub.typescript.md
index 7e2b3a3df..948dc384d 100644
--- a/docs/integrationGithub.typescript.md
+++ b/docs/integrationGithub.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_github).
-
# `integrationGithub` Submodule
## Constructs
diff --git a/docs/integrationJira.csharp.md b/docs/integrationJira.csharp.md
index acfdbe9eb..dc66decc1 100644
--- a/docs/integrationJira.csharp.md
+++ b/docs/integrationJira.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_jira).
-
# `integrationJira` Submodule
## Constructs
diff --git a/docs/integrationJira.go.md b/docs/integrationJira.go.md
index f72fabf5e..f003cffbe 100644
--- a/docs/integrationJira.go.md
+++ b/docs/integrationJira.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_jira).
-
# `integrationJira` Submodule
## Constructs
diff --git a/docs/integrationJira.java.md b/docs/integrationJira.java.md
index 0b1af2bcc..8dafc6ba6 100644
--- a/docs/integrationJira.java.md
+++ b/docs/integrationJira.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_jira).
-
# `integrationJira` Submodule
## Constructs
diff --git a/docs/integrationJira.python.md b/docs/integrationJira.python.md
index 5f29aec20..db1045498 100644
--- a/docs/integrationJira.python.md
+++ b/docs/integrationJira.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_jira).
-
# `integrationJira` Submodule
## Constructs
diff --git a/docs/integrationJira.typescript.md b/docs/integrationJira.typescript.md
index 4cbec179f..b2af845c2 100644
--- a/docs/integrationJira.typescript.md
+++ b/docs/integrationJira.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_jira).
-
# `integrationJira` Submodule
## Constructs
diff --git a/docs/integrationMattermost.csharp.md b/docs/integrationMattermost.csharp.md
index 8b3d3c4b0..212836e9f 100644
--- a/docs/integrationMattermost.csharp.md
+++ b/docs/integrationMattermost.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_mattermost`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_mattermost).
-
# `integrationMattermost` Submodule
## Constructs
diff --git a/docs/integrationMattermost.go.md b/docs/integrationMattermost.go.md
index 7438be1c0..937060125 100644
--- a/docs/integrationMattermost.go.md
+++ b/docs/integrationMattermost.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_mattermost`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_mattermost).
-
# `integrationMattermost` Submodule
## Constructs
diff --git a/docs/integrationMattermost.java.md b/docs/integrationMattermost.java.md
index 0acfcdba5..2ce40a619 100644
--- a/docs/integrationMattermost.java.md
+++ b/docs/integrationMattermost.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_mattermost`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_mattermost).
-
# `integrationMattermost` Submodule
## Constructs
diff --git a/docs/integrationMattermost.python.md b/docs/integrationMattermost.python.md
index f1cd29ab9..b07618cd3 100644
--- a/docs/integrationMattermost.python.md
+++ b/docs/integrationMattermost.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_mattermost`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_mattermost).
-
# `integrationMattermost` Submodule
## Constructs
diff --git a/docs/integrationMattermost.typescript.md b/docs/integrationMattermost.typescript.md
index 37545d95a..6437b42bc 100644
--- a/docs/integrationMattermost.typescript.md
+++ b/docs/integrationMattermost.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_mattermost`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_mattermost`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_mattermost).
-
# `integrationMattermost` Submodule
## Constructs
diff --git a/docs/integrationMicrosoftTeams.csharp.md b/docs/integrationMicrosoftTeams.csharp.md
index 537d078b0..3633d52a3 100644
--- a/docs/integrationMicrosoftTeams.csharp.md
+++ b/docs/integrationMicrosoftTeams.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_microsoft_teams).
-
# `integrationMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/integrationMicrosoftTeams.go.md b/docs/integrationMicrosoftTeams.go.md
index 76d4f7795..b012eaf2b 100644
--- a/docs/integrationMicrosoftTeams.go.md
+++ b/docs/integrationMicrosoftTeams.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_microsoft_teams).
-
# `integrationMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/integrationMicrosoftTeams.java.md b/docs/integrationMicrosoftTeams.java.md
index 0fbf603af..31ea45f6a 100644
--- a/docs/integrationMicrosoftTeams.java.md
+++ b/docs/integrationMicrosoftTeams.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_microsoft_teams).
-
# `integrationMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/integrationMicrosoftTeams.python.md b/docs/integrationMicrosoftTeams.python.md
index 3ff09c5b8..2d078d527 100644
--- a/docs/integrationMicrosoftTeams.python.md
+++ b/docs/integrationMicrosoftTeams.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_microsoft_teams).
-
# `integrationMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/integrationMicrosoftTeams.typescript.md b/docs/integrationMicrosoftTeams.typescript.md
index e0ac30034..f3d295a32 100644
--- a/docs/integrationMicrosoftTeams.typescript.md
+++ b/docs/integrationMicrosoftTeams.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_microsoft_teams).
-
# `integrationMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/integrationPipelinesEmail.csharp.md b/docs/integrationPipelinesEmail.csharp.md
index cb17d7293..c638abf59 100644
--- a/docs/integrationPipelinesEmail.csharp.md
+++ b/docs/integrationPipelinesEmail.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_pipelines_email).
-
# `integrationPipelinesEmail` Submodule
## Constructs
diff --git a/docs/integrationPipelinesEmail.go.md b/docs/integrationPipelinesEmail.go.md
index c971061c2..261d3a3e4 100644
--- a/docs/integrationPipelinesEmail.go.md
+++ b/docs/integrationPipelinesEmail.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_pipelines_email).
-
# `integrationPipelinesEmail` Submodule
## Constructs
diff --git a/docs/integrationPipelinesEmail.java.md b/docs/integrationPipelinesEmail.java.md
index ff4f51314..6b2b9cb19 100644
--- a/docs/integrationPipelinesEmail.java.md
+++ b/docs/integrationPipelinesEmail.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_pipelines_email).
-
# `integrationPipelinesEmail` Submodule
## Constructs
diff --git a/docs/integrationPipelinesEmail.python.md b/docs/integrationPipelinesEmail.python.md
index b9cef1aaf..05365fd72 100644
--- a/docs/integrationPipelinesEmail.python.md
+++ b/docs/integrationPipelinesEmail.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_pipelines_email).
-
# `integrationPipelinesEmail` Submodule
## Constructs
diff --git a/docs/integrationPipelinesEmail.typescript.md b/docs/integrationPipelinesEmail.typescript.md
index e752e3581..e5bf73a1e 100644
--- a/docs/integrationPipelinesEmail.typescript.md
+++ b/docs/integrationPipelinesEmail.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_pipelines_email).
-
# `integrationPipelinesEmail` Submodule
## Constructs
diff --git a/docs/integrationSlack.csharp.md b/docs/integrationSlack.csharp.md
index 3734511af..7e0a2736d 100644
--- a/docs/integrationSlack.csharp.md
+++ b/docs/integrationSlack.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_slack).
-
# `integrationSlack` Submodule
## Constructs
diff --git a/docs/integrationSlack.go.md b/docs/integrationSlack.go.md
index 182c56eb1..4e68dbd35 100644
--- a/docs/integrationSlack.go.md
+++ b/docs/integrationSlack.go.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_slack).
-
# `integrationSlack` Submodule
## Constructs
diff --git a/docs/integrationSlack.java.md b/docs/integrationSlack.java.md
index d1a25bfb0..5d4e0e119 100644
--- a/docs/integrationSlack.java.md
+++ b/docs/integrationSlack.java.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_slack).
-
# `integrationSlack` Submodule
## Constructs
diff --git a/docs/integrationSlack.python.md b/docs/integrationSlack.python.md
index dc14ff3f7..fb5232cf5 100644
--- a/docs/integrationSlack.python.md
+++ b/docs/integrationSlack.python.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_slack).
-
# `integrationSlack` Submodule
## Constructs
diff --git a/docs/integrationSlack.typescript.md b/docs/integrationSlack.typescript.md
index 3e5501889..25c564e35 100644
--- a/docs/integrationSlack.typescript.md
+++ b/docs/integrationSlack.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_integration_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_integration_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/integration_slack).
-
# `integrationSlack` Submodule
## Constructs
diff --git a/docs/label.csharp.md b/docs/label.csharp.md
index 15fcd4fdb..64f878063 100644
--- a/docs/label.csharp.md
+++ b/docs/label.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/label).
-
# `label` Submodule
## Constructs
diff --git a/docs/label.go.md b/docs/label.go.md
index d86fd699c..6f74e65e6 100644
--- a/docs/label.go.md
+++ b/docs/label.go.md
@@ -1,7 +1,3 @@
-# `gitlab_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/label).
-
# `label` Submodule
## Constructs
diff --git a/docs/label.java.md b/docs/label.java.md
index 18aa00665..711955b71 100644
--- a/docs/label.java.md
+++ b/docs/label.java.md
@@ -1,7 +1,3 @@
-# `gitlab_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/label).
-
# `label` Submodule
## Constructs
diff --git a/docs/label.python.md b/docs/label.python.md
index 7481a60e6..2761d73bd 100644
--- a/docs/label.python.md
+++ b/docs/label.python.md
@@ -1,7 +1,3 @@
-# `gitlab_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/label).
-
# `label` Submodule
## Constructs
diff --git a/docs/label.typescript.md b/docs/label.typescript.md
index d903fdeab..57bac5208 100644
--- a/docs/label.typescript.md
+++ b/docs/label.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/label).
-
# `label` Submodule
## Constructs
diff --git a/docs/pagesDomain.csharp.md b/docs/pagesDomain.csharp.md
index 116863d02..68ffb2766 100644
--- a/docs/pagesDomain.csharp.md
+++ b/docs/pagesDomain.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_pages_domain`
-
-Refer to the Terraform Registory for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pages_domain).
-
# `pagesDomain` Submodule
## Constructs
diff --git a/docs/pagesDomain.go.md b/docs/pagesDomain.go.md
index 6c95be0a6..d06512493 100644
--- a/docs/pagesDomain.go.md
+++ b/docs/pagesDomain.go.md
@@ -1,7 +1,3 @@
-# `gitlab_pages_domain`
-
-Refer to the Terraform Registory for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pages_domain).
-
# `pagesDomain` Submodule
## Constructs
diff --git a/docs/pagesDomain.java.md b/docs/pagesDomain.java.md
index d7abc0af6..94baab03c 100644
--- a/docs/pagesDomain.java.md
+++ b/docs/pagesDomain.java.md
@@ -1,7 +1,3 @@
-# `gitlab_pages_domain`
-
-Refer to the Terraform Registory for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pages_domain).
-
# `pagesDomain` Submodule
## Constructs
diff --git a/docs/pagesDomain.python.md b/docs/pagesDomain.python.md
index bc698e2b3..526aa2851 100644
--- a/docs/pagesDomain.python.md
+++ b/docs/pagesDomain.python.md
@@ -1,7 +1,3 @@
-# `gitlab_pages_domain`
-
-Refer to the Terraform Registory for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pages_domain).
-
# `pagesDomain` Submodule
## Constructs
diff --git a/docs/pagesDomain.typescript.md b/docs/pagesDomain.typescript.md
index 9d109a9c3..e64715148 100644
--- a/docs/pagesDomain.typescript.md
+++ b/docs/pagesDomain.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_pages_domain`
-
-Refer to the Terraform Registory for docs: [`gitlab_pages_domain`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pages_domain).
-
# `pagesDomain` Submodule
## Constructs
diff --git a/docs/personalAccessToken.csharp.md b/docs/personalAccessToken.csharp.md
index 88a8d1737..f24efc585 100644
--- a/docs/personalAccessToken.csharp.md
+++ b/docs/personalAccessToken.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_personal_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/personal_access_token).
-
# `personalAccessToken` Submodule
## Constructs
diff --git a/docs/personalAccessToken.go.md b/docs/personalAccessToken.go.md
index 95a818c56..cda8fa3bf 100644
--- a/docs/personalAccessToken.go.md
+++ b/docs/personalAccessToken.go.md
@@ -1,7 +1,3 @@
-# `gitlab_personal_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/personal_access_token).
-
# `personalAccessToken` Submodule
## Constructs
diff --git a/docs/personalAccessToken.java.md b/docs/personalAccessToken.java.md
index b0dc96e62..2f5455d16 100644
--- a/docs/personalAccessToken.java.md
+++ b/docs/personalAccessToken.java.md
@@ -1,7 +1,3 @@
-# `gitlab_personal_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/personal_access_token).
-
# `personalAccessToken` Submodule
## Constructs
diff --git a/docs/personalAccessToken.python.md b/docs/personalAccessToken.python.md
index eefef7410..b97ff63a6 100644
--- a/docs/personalAccessToken.python.md
+++ b/docs/personalAccessToken.python.md
@@ -1,7 +1,3 @@
-# `gitlab_personal_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/personal_access_token).
-
# `personalAccessToken` Submodule
## Constructs
diff --git a/docs/personalAccessToken.typescript.md b/docs/personalAccessToken.typescript.md
index eb330bced..81988195a 100644
--- a/docs/personalAccessToken.typescript.md
+++ b/docs/personalAccessToken.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_personal_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_personal_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/personal_access_token).
-
# `personalAccessToken` Submodule
## Constructs
diff --git a/docs/pipelineSchedule.csharp.md b/docs/pipelineSchedule.csharp.md
index b1206f881..cccccd6b5 100644
--- a/docs/pipelineSchedule.csharp.md
+++ b/docs/pipelineSchedule.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule).
-
# `pipelineSchedule` Submodule
## Constructs
diff --git a/docs/pipelineSchedule.go.md b/docs/pipelineSchedule.go.md
index 98d73b225..42966bfb2 100644
--- a/docs/pipelineSchedule.go.md
+++ b/docs/pipelineSchedule.go.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule).
-
# `pipelineSchedule` Submodule
## Constructs
diff --git a/docs/pipelineSchedule.java.md b/docs/pipelineSchedule.java.md
index 2fb6e262d..2ab354345 100644
--- a/docs/pipelineSchedule.java.md
+++ b/docs/pipelineSchedule.java.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule).
-
# `pipelineSchedule` Submodule
## Constructs
diff --git a/docs/pipelineSchedule.python.md b/docs/pipelineSchedule.python.md
index 32cdba83d..6980fe64e 100644
--- a/docs/pipelineSchedule.python.md
+++ b/docs/pipelineSchedule.python.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule).
-
# `pipelineSchedule` Submodule
## Constructs
diff --git a/docs/pipelineSchedule.typescript.md b/docs/pipelineSchedule.typescript.md
index 2a46e28ea..11a31d7bb 100644
--- a/docs/pipelineSchedule.typescript.md
+++ b/docs/pipelineSchedule.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule).
-
# `pipelineSchedule` Submodule
## Constructs
diff --git a/docs/pipelineScheduleVariable.csharp.md b/docs/pipelineScheduleVariable.csharp.md
index df23a053b..2fa84231e 100644
--- a/docs/pipelineScheduleVariable.csharp.md
+++ b/docs/pipelineScheduleVariable.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule_variable).
-
# `pipelineScheduleVariable` Submodule
## Constructs
diff --git a/docs/pipelineScheduleVariable.go.md b/docs/pipelineScheduleVariable.go.md
index eb33b5eb1..bc80a89bf 100644
--- a/docs/pipelineScheduleVariable.go.md
+++ b/docs/pipelineScheduleVariable.go.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule_variable).
-
# `pipelineScheduleVariable` Submodule
## Constructs
diff --git a/docs/pipelineScheduleVariable.java.md b/docs/pipelineScheduleVariable.java.md
index 82781cf68..f9cc1e63f 100644
--- a/docs/pipelineScheduleVariable.java.md
+++ b/docs/pipelineScheduleVariable.java.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule_variable).
-
# `pipelineScheduleVariable` Submodule
## Constructs
diff --git a/docs/pipelineScheduleVariable.python.md b/docs/pipelineScheduleVariable.python.md
index 2d1e4c039..4ddc191b7 100644
--- a/docs/pipelineScheduleVariable.python.md
+++ b/docs/pipelineScheduleVariable.python.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule_variable).
-
# `pipelineScheduleVariable` Submodule
## Constructs
diff --git a/docs/pipelineScheduleVariable.typescript.md b/docs/pipelineScheduleVariable.typescript.md
index 9a24e5d1c..864efcdbd 100644
--- a/docs/pipelineScheduleVariable.typescript.md
+++ b/docs/pipelineScheduleVariable.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_schedule_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_schedule_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_schedule_variable).
-
# `pipelineScheduleVariable` Submodule
## Constructs
diff --git a/docs/pipelineTrigger.csharp.md b/docs/pipelineTrigger.csharp.md
index 8f084c478..2ed7eca2f 100644
--- a/docs/pipelineTrigger.csharp.md
+++ b/docs/pipelineTrigger.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_trigger`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_trigger).
-
# `pipelineTrigger` Submodule
## Constructs
diff --git a/docs/pipelineTrigger.go.md b/docs/pipelineTrigger.go.md
index 6ecf10b68..945c94138 100644
--- a/docs/pipelineTrigger.go.md
+++ b/docs/pipelineTrigger.go.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_trigger`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_trigger).
-
# `pipelineTrigger` Submodule
## Constructs
diff --git a/docs/pipelineTrigger.java.md b/docs/pipelineTrigger.java.md
index b7db3d87d..8cd49b4cb 100644
--- a/docs/pipelineTrigger.java.md
+++ b/docs/pipelineTrigger.java.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_trigger`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_trigger).
-
# `pipelineTrigger` Submodule
## Constructs
diff --git a/docs/pipelineTrigger.python.md b/docs/pipelineTrigger.python.md
index 768dac20b..8f3a0dbbc 100644
--- a/docs/pipelineTrigger.python.md
+++ b/docs/pipelineTrigger.python.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_trigger`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_trigger).
-
# `pipelineTrigger` Submodule
## Constructs
diff --git a/docs/pipelineTrigger.typescript.md b/docs/pipelineTrigger.typescript.md
index e1bcf4581..7c32f00db 100644
--- a/docs/pipelineTrigger.typescript.md
+++ b/docs/pipelineTrigger.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_pipeline_trigger`
-
-Refer to the Terraform Registory for docs: [`gitlab_pipeline_trigger`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/pipeline_trigger).
-
# `pipelineTrigger` Submodule
## Constructs
diff --git a/docs/project.csharp.md b/docs/project.csharp.md
index b4cfdbd77..f308cc946 100644
--- a/docs/project.csharp.md
+++ b/docs/project.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project`
-
-Refer to the Terraform Registory for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project).
-
# `project` Submodule
## Constructs
diff --git a/docs/project.go.md b/docs/project.go.md
index 60b377605..8a62e8f5b 100644
--- a/docs/project.go.md
+++ b/docs/project.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project`
-
-Refer to the Terraform Registory for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project).
-
# `project` Submodule
## Constructs
diff --git a/docs/project.java.md b/docs/project.java.md
index c9acabd26..bec8145e4 100644
--- a/docs/project.java.md
+++ b/docs/project.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project`
-
-Refer to the Terraform Registory for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project).
-
# `project` Submodule
## Constructs
diff --git a/docs/project.python.md b/docs/project.python.md
index 129bbb03a..b9fffed38 100644
--- a/docs/project.python.md
+++ b/docs/project.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project`
-
-Refer to the Terraform Registory for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project).
-
# `project` Submodule
## Constructs
diff --git a/docs/project.typescript.md b/docs/project.typescript.md
index bc45cbf98..3d33332c2 100644
--- a/docs/project.typescript.md
+++ b/docs/project.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project`
-
-Refer to the Terraform Registory for docs: [`gitlab_project`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project).
-
# `project` Submodule
## Constructs
diff --git a/docs/projectAccessToken.csharp.md b/docs/projectAccessToken.csharp.md
index fb5056f43..b9c84c1fa 100644
--- a/docs/projectAccessToken.csharp.md
+++ b/docs/projectAccessToken.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_access_token).
-
# `projectAccessToken` Submodule
## Constructs
diff --git a/docs/projectAccessToken.go.md b/docs/projectAccessToken.go.md
index c70a5f1f9..67c4bbe5a 100644
--- a/docs/projectAccessToken.go.md
+++ b/docs/projectAccessToken.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_access_token).
-
# `projectAccessToken` Submodule
## Constructs
diff --git a/docs/projectAccessToken.java.md b/docs/projectAccessToken.java.md
index 73461c113..f8434fdfc 100644
--- a/docs/projectAccessToken.java.md
+++ b/docs/projectAccessToken.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_access_token).
-
# `projectAccessToken` Submodule
## Constructs
diff --git a/docs/projectAccessToken.python.md b/docs/projectAccessToken.python.md
index 3777e89a0..89d9da6af 100644
--- a/docs/projectAccessToken.python.md
+++ b/docs/projectAccessToken.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_access_token).
-
# `projectAccessToken` Submodule
## Constructs
diff --git a/docs/projectAccessToken.typescript.md b/docs/projectAccessToken.typescript.md
index d64cdf77e..b16936ed0 100644
--- a/docs/projectAccessToken.typescript.md
+++ b/docs/projectAccessToken.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_access_token`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_access_token`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_access_token).
-
# `projectAccessToken` Submodule
## Constructs
diff --git a/docs/projectApprovalRule.csharp.md b/docs/projectApprovalRule.csharp.md
index 251c1225a..9d9b6f873 100644
--- a/docs/projectApprovalRule.csharp.md
+++ b/docs/projectApprovalRule.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_approval_rule`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_approval_rule).
-
# `projectApprovalRule` Submodule
## Constructs
diff --git a/docs/projectApprovalRule.go.md b/docs/projectApprovalRule.go.md
index 8e630d848..6cbc5da91 100644
--- a/docs/projectApprovalRule.go.md
+++ b/docs/projectApprovalRule.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_approval_rule`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_approval_rule).
-
# `projectApprovalRule` Submodule
## Constructs
diff --git a/docs/projectApprovalRule.java.md b/docs/projectApprovalRule.java.md
index 6a0153ad1..a17668871 100644
--- a/docs/projectApprovalRule.java.md
+++ b/docs/projectApprovalRule.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_approval_rule`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_approval_rule).
-
# `projectApprovalRule` Submodule
## Constructs
diff --git a/docs/projectApprovalRule.python.md b/docs/projectApprovalRule.python.md
index b51a6fa5b..d098a1b26 100644
--- a/docs/projectApprovalRule.python.md
+++ b/docs/projectApprovalRule.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_approval_rule`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_approval_rule).
-
# `projectApprovalRule` Submodule
## Constructs
diff --git a/docs/projectApprovalRule.typescript.md b/docs/projectApprovalRule.typescript.md
index fbb629330..0187f24af 100644
--- a/docs/projectApprovalRule.typescript.md
+++ b/docs/projectApprovalRule.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_approval_rule`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_approval_rule`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_approval_rule).
-
# `projectApprovalRule` Submodule
## Constructs
diff --git a/docs/projectBadge.csharp.md b/docs/projectBadge.csharp.md
index 58411b1dd..592652ff7 100644
--- a/docs/projectBadge.csharp.md
+++ b/docs/projectBadge.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_badge).
-
# `projectBadge` Submodule
## Constructs
diff --git a/docs/projectBadge.go.md b/docs/projectBadge.go.md
index e702380df..a97420c39 100644
--- a/docs/projectBadge.go.md
+++ b/docs/projectBadge.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_badge).
-
# `projectBadge` Submodule
## Constructs
diff --git a/docs/projectBadge.java.md b/docs/projectBadge.java.md
index 66200dd8a..407963029 100644
--- a/docs/projectBadge.java.md
+++ b/docs/projectBadge.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_badge).
-
# `projectBadge` Submodule
## Constructs
diff --git a/docs/projectBadge.python.md b/docs/projectBadge.python.md
index e6e710fa7..3c663f781 100644
--- a/docs/projectBadge.python.md
+++ b/docs/projectBadge.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_badge).
-
# `projectBadge` Submodule
## Constructs
diff --git a/docs/projectBadge.typescript.md b/docs/projectBadge.typescript.md
index 0bf1d47b1..0e69a198d 100644
--- a/docs/projectBadge.typescript.md
+++ b/docs/projectBadge.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_badge`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_badge`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_badge).
-
# `projectBadge` Submodule
## Constructs
diff --git a/docs/projectCluster.csharp.md b/docs/projectCluster.csharp.md
index 621d6b7b2..5777ef6e0 100644
--- a/docs/projectCluster.csharp.md
+++ b/docs/projectCluster.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_cluster).
-
# `projectCluster` Submodule
## Constructs
diff --git a/docs/projectCluster.go.md b/docs/projectCluster.go.md
index b5d823379..064274b7d 100644
--- a/docs/projectCluster.go.md
+++ b/docs/projectCluster.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_cluster).
-
# `projectCluster` Submodule
## Constructs
diff --git a/docs/projectCluster.java.md b/docs/projectCluster.java.md
index 4459247d8..aa6a95d84 100644
--- a/docs/projectCluster.java.md
+++ b/docs/projectCluster.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_cluster).
-
# `projectCluster` Submodule
## Constructs
diff --git a/docs/projectCluster.python.md b/docs/projectCluster.python.md
index d6f4ccb77..64132921b 100644
--- a/docs/projectCluster.python.md
+++ b/docs/projectCluster.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_cluster).
-
# `projectCluster` Submodule
## Constructs
diff --git a/docs/projectCluster.typescript.md b/docs/projectCluster.typescript.md
index ba31898b8..1095023bc 100644
--- a/docs/projectCluster.typescript.md
+++ b/docs/projectCluster.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_cluster`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_cluster`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_cluster).
-
# `projectCluster` Submodule
## Constructs
diff --git a/docs/projectComplianceFramework.csharp.md b/docs/projectComplianceFramework.csharp.md
index ff1b824fa..c714e5a1e 100644
--- a/docs/projectComplianceFramework.csharp.md
+++ b/docs/projectComplianceFramework.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_compliance_framework).
-
# `projectComplianceFramework` Submodule
## Constructs
diff --git a/docs/projectComplianceFramework.go.md b/docs/projectComplianceFramework.go.md
index 004eb9b72..db94d247e 100644
--- a/docs/projectComplianceFramework.go.md
+++ b/docs/projectComplianceFramework.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_compliance_framework).
-
# `projectComplianceFramework` Submodule
## Constructs
diff --git a/docs/projectComplianceFramework.java.md b/docs/projectComplianceFramework.java.md
index 0c57712af..5f0f96c85 100644
--- a/docs/projectComplianceFramework.java.md
+++ b/docs/projectComplianceFramework.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_compliance_framework).
-
# `projectComplianceFramework` Submodule
## Constructs
diff --git a/docs/projectComplianceFramework.python.md b/docs/projectComplianceFramework.python.md
index f0fa3716e..10f1b6c8a 100644
--- a/docs/projectComplianceFramework.python.md
+++ b/docs/projectComplianceFramework.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_compliance_framework).
-
# `projectComplianceFramework` Submodule
## Constructs
diff --git a/docs/projectComplianceFramework.typescript.md b/docs/projectComplianceFramework.typescript.md
index ece0625e1..c3f252fde 100644
--- a/docs/projectComplianceFramework.typescript.md
+++ b/docs/projectComplianceFramework.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_compliance_framework`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_compliance_framework`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_compliance_framework).
-
# `projectComplianceFramework` Submodule
## Constructs
diff --git a/docs/projectCustomAttribute.csharp.md b/docs/projectCustomAttribute.csharp.md
index 2a11350ea..2d0b48556 100644
--- a/docs/projectCustomAttribute.csharp.md
+++ b/docs/projectCustomAttribute.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_custom_attribute).
-
# `projectCustomAttribute` Submodule
## Constructs
diff --git a/docs/projectCustomAttribute.go.md b/docs/projectCustomAttribute.go.md
index 378a513e7..4c102e99a 100644
--- a/docs/projectCustomAttribute.go.md
+++ b/docs/projectCustomAttribute.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_custom_attribute).
-
# `projectCustomAttribute` Submodule
## Constructs
diff --git a/docs/projectCustomAttribute.java.md b/docs/projectCustomAttribute.java.md
index f60b65694..15a7b732e 100644
--- a/docs/projectCustomAttribute.java.md
+++ b/docs/projectCustomAttribute.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_custom_attribute).
-
# `projectCustomAttribute` Submodule
## Constructs
diff --git a/docs/projectCustomAttribute.python.md b/docs/projectCustomAttribute.python.md
index 3ae1ea912..cd51fdb08 100644
--- a/docs/projectCustomAttribute.python.md
+++ b/docs/projectCustomAttribute.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_custom_attribute).
-
# `projectCustomAttribute` Submodule
## Constructs
diff --git a/docs/projectCustomAttribute.typescript.md b/docs/projectCustomAttribute.typescript.md
index 769d9be68..0e6acf7d1 100644
--- a/docs/projectCustomAttribute.typescript.md
+++ b/docs/projectCustomAttribute.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_custom_attribute).
-
# `projectCustomAttribute` Submodule
## Constructs
diff --git a/docs/projectEnvironment.csharp.md b/docs/projectEnvironment.csharp.md
index 0a03ecd14..7c349cee1 100644
--- a/docs/projectEnvironment.csharp.md
+++ b/docs/projectEnvironment.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_environment).
-
# `projectEnvironment` Submodule
## Constructs
diff --git a/docs/projectEnvironment.go.md b/docs/projectEnvironment.go.md
index ed0d58d29..98e494e80 100644
--- a/docs/projectEnvironment.go.md
+++ b/docs/projectEnvironment.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_environment).
-
# `projectEnvironment` Submodule
## Constructs
diff --git a/docs/projectEnvironment.java.md b/docs/projectEnvironment.java.md
index 147ad2753..e4257466c 100644
--- a/docs/projectEnvironment.java.md
+++ b/docs/projectEnvironment.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_environment).
-
# `projectEnvironment` Submodule
## Constructs
diff --git a/docs/projectEnvironment.python.md b/docs/projectEnvironment.python.md
index fc83b68b0..562dec358 100644
--- a/docs/projectEnvironment.python.md
+++ b/docs/projectEnvironment.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_environment).
-
# `projectEnvironment` Submodule
## Constructs
diff --git a/docs/projectEnvironment.typescript.md b/docs/projectEnvironment.typescript.md
index 924f66e89..860133ff0 100644
--- a/docs/projectEnvironment.typescript.md
+++ b/docs/projectEnvironment.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_environment).
-
# `projectEnvironment` Submodule
## Constructs
diff --git a/docs/projectFreezePeriod.csharp.md b/docs/projectFreezePeriod.csharp.md
index 74075cf19..4bc7ac6ec 100644
--- a/docs/projectFreezePeriod.csharp.md
+++ b/docs/projectFreezePeriod.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_freeze_period`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_freeze_period).
-
# `projectFreezePeriod` Submodule
## Constructs
diff --git a/docs/projectFreezePeriod.go.md b/docs/projectFreezePeriod.go.md
index 5d02c23ff..409908f39 100644
--- a/docs/projectFreezePeriod.go.md
+++ b/docs/projectFreezePeriod.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_freeze_period`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_freeze_period).
-
# `projectFreezePeriod` Submodule
## Constructs
diff --git a/docs/projectFreezePeriod.java.md b/docs/projectFreezePeriod.java.md
index d14a93ffc..067d00d00 100644
--- a/docs/projectFreezePeriod.java.md
+++ b/docs/projectFreezePeriod.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_freeze_period`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_freeze_period).
-
# `projectFreezePeriod` Submodule
## Constructs
diff --git a/docs/projectFreezePeriod.python.md b/docs/projectFreezePeriod.python.md
index fd6b9fd00..502738da4 100644
--- a/docs/projectFreezePeriod.python.md
+++ b/docs/projectFreezePeriod.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_freeze_period`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_freeze_period).
-
# `projectFreezePeriod` Submodule
## Constructs
diff --git a/docs/projectFreezePeriod.typescript.md b/docs/projectFreezePeriod.typescript.md
index b55386069..647db9ca4 100644
--- a/docs/projectFreezePeriod.typescript.md
+++ b/docs/projectFreezePeriod.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_freeze_period`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_freeze_period`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_freeze_period).
-
# `projectFreezePeriod` Submodule
## Constructs
diff --git a/docs/projectHook.csharp.md b/docs/projectHook.csharp.md
index 9550e8834..fff490972 100644
--- a/docs/projectHook.csharp.md
+++ b/docs/projectHook.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_hook).
-
# `projectHook` Submodule
## Constructs
diff --git a/docs/projectHook.go.md b/docs/projectHook.go.md
index 9c6f96a60..1816674a3 100644
--- a/docs/projectHook.go.md
+++ b/docs/projectHook.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_hook).
-
# `projectHook` Submodule
## Constructs
diff --git a/docs/projectHook.java.md b/docs/projectHook.java.md
index be7a411a3..a6c5de429 100644
--- a/docs/projectHook.java.md
+++ b/docs/projectHook.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_hook).
-
# `projectHook` Submodule
## Constructs
diff --git a/docs/projectHook.python.md b/docs/projectHook.python.md
index 44224ee0b..20872a052 100644
--- a/docs/projectHook.python.md
+++ b/docs/projectHook.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_hook).
-
# `projectHook` Submodule
## Constructs
diff --git a/docs/projectHook.typescript.md b/docs/projectHook.typescript.md
index d9a432782..eb6d16197 100644
--- a/docs/projectHook.typescript.md
+++ b/docs/projectHook.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_hook).
-
# `projectHook` Submodule
## Constructs
diff --git a/docs/projectIssue.csharp.md b/docs/projectIssue.csharp.md
index 4d63edb8b..0d525001e 100644
--- a/docs/projectIssue.csharp.md
+++ b/docs/projectIssue.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue).
-
# `projectIssue` Submodule
## Constructs
diff --git a/docs/projectIssue.go.md b/docs/projectIssue.go.md
index 5fafe735f..aa9967194 100644
--- a/docs/projectIssue.go.md
+++ b/docs/projectIssue.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue).
-
# `projectIssue` Submodule
## Constructs
diff --git a/docs/projectIssue.java.md b/docs/projectIssue.java.md
index 1e5487915..11d0e0d6e 100644
--- a/docs/projectIssue.java.md
+++ b/docs/projectIssue.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue).
-
# `projectIssue` Submodule
## Constructs
diff --git a/docs/projectIssue.python.md b/docs/projectIssue.python.md
index a2ea1038b..fb773cc76 100644
--- a/docs/projectIssue.python.md
+++ b/docs/projectIssue.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue).
-
# `projectIssue` Submodule
## Constructs
diff --git a/docs/projectIssue.typescript.md b/docs/projectIssue.typescript.md
index 5b5ec5c1a..c31287cd3 100644
--- a/docs/projectIssue.typescript.md
+++ b/docs/projectIssue.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue).
-
# `projectIssue` Submodule
## Constructs
diff --git a/docs/projectIssueBoard.csharp.md b/docs/projectIssueBoard.csharp.md
index 9b3ca1ab2..728498044 100644
--- a/docs/projectIssueBoard.csharp.md
+++ b/docs/projectIssueBoard.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue_board).
-
# `projectIssueBoard` Submodule
## Constructs
diff --git a/docs/projectIssueBoard.go.md b/docs/projectIssueBoard.go.md
index d3dafb3c3..be39eb4b0 100644
--- a/docs/projectIssueBoard.go.md
+++ b/docs/projectIssueBoard.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue_board).
-
# `projectIssueBoard` Submodule
## Constructs
diff --git a/docs/projectIssueBoard.java.md b/docs/projectIssueBoard.java.md
index 521359380..57a29210f 100644
--- a/docs/projectIssueBoard.java.md
+++ b/docs/projectIssueBoard.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue_board).
-
# `projectIssueBoard` Submodule
## Constructs
diff --git a/docs/projectIssueBoard.python.md b/docs/projectIssueBoard.python.md
index e875e9332..5a1d8a953 100644
--- a/docs/projectIssueBoard.python.md
+++ b/docs/projectIssueBoard.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue_board).
-
# `projectIssueBoard` Submodule
## Constructs
diff --git a/docs/projectIssueBoard.typescript.md b/docs/projectIssueBoard.typescript.md
index 0148810ef..ba1435cad 100644
--- a/docs/projectIssueBoard.typescript.md
+++ b/docs/projectIssueBoard.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_issue_board`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_issue_board`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_issue_board).
-
# `projectIssueBoard` Submodule
## Constructs
diff --git a/docs/projectJobTokenScope.csharp.md b/docs/projectJobTokenScope.csharp.md
index 563342638..99b51217f 100644
--- a/docs/projectJobTokenScope.csharp.md
+++ b/docs/projectJobTokenScope.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_job_token_scope`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_job_token_scope).
-
# `projectJobTokenScope` Submodule
## Constructs
diff --git a/docs/projectJobTokenScope.go.md b/docs/projectJobTokenScope.go.md
index 138d9cbf1..afc129e9c 100644
--- a/docs/projectJobTokenScope.go.md
+++ b/docs/projectJobTokenScope.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_job_token_scope`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_job_token_scope).
-
# `projectJobTokenScope` Submodule
## Constructs
diff --git a/docs/projectJobTokenScope.java.md b/docs/projectJobTokenScope.java.md
index cb999651a..e77903aae 100644
--- a/docs/projectJobTokenScope.java.md
+++ b/docs/projectJobTokenScope.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_job_token_scope`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_job_token_scope).
-
# `projectJobTokenScope` Submodule
## Constructs
diff --git a/docs/projectJobTokenScope.python.md b/docs/projectJobTokenScope.python.md
index b7d1e8a5e..fd7c26c8f 100644
--- a/docs/projectJobTokenScope.python.md
+++ b/docs/projectJobTokenScope.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_job_token_scope`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_job_token_scope).
-
# `projectJobTokenScope` Submodule
## Constructs
diff --git a/docs/projectJobTokenScope.typescript.md b/docs/projectJobTokenScope.typescript.md
index 23a572cce..5c3dd0331 100644
--- a/docs/projectJobTokenScope.typescript.md
+++ b/docs/projectJobTokenScope.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_job_token_scope`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_job_token_scope`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_job_token_scope).
-
# `projectJobTokenScope` Submodule
## Constructs
diff --git a/docs/projectLabel.csharp.md b/docs/projectLabel.csharp.md
index 02f0257bc..94162426b 100644
--- a/docs/projectLabel.csharp.md
+++ b/docs/projectLabel.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_label).
-
# `projectLabel` Submodule
## Constructs
diff --git a/docs/projectLabel.go.md b/docs/projectLabel.go.md
index 09ecab037..a489ffd35 100644
--- a/docs/projectLabel.go.md
+++ b/docs/projectLabel.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_label).
-
# `projectLabel` Submodule
## Constructs
diff --git a/docs/projectLabel.java.md b/docs/projectLabel.java.md
index c4e3c4fc0..1b7fe35fb 100644
--- a/docs/projectLabel.java.md
+++ b/docs/projectLabel.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_label).
-
# `projectLabel` Submodule
## Constructs
diff --git a/docs/projectLabel.python.md b/docs/projectLabel.python.md
index 6e820f746..a08fbba17 100644
--- a/docs/projectLabel.python.md
+++ b/docs/projectLabel.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_label).
-
# `projectLabel` Submodule
## Constructs
diff --git a/docs/projectLabel.typescript.md b/docs/projectLabel.typescript.md
index 7fd7dfb6c..5e8f6249f 100644
--- a/docs/projectLabel.typescript.md
+++ b/docs/projectLabel.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_label`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_label`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_label).
-
# `projectLabel` Submodule
## Constructs
diff --git a/docs/projectLevelMrApprovals.csharp.md b/docs/projectLevelMrApprovals.csharp.md
index 4cef26ce6..7f77f78e2 100644
--- a/docs/projectLevelMrApprovals.csharp.md
+++ b/docs/projectLevelMrApprovals.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_mr_approvals`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_mr_approvals).
-
# `projectLevelMrApprovals` Submodule
## Constructs
diff --git a/docs/projectLevelMrApprovals.go.md b/docs/projectLevelMrApprovals.go.md
index cfe5953d5..fc4677e0d 100644
--- a/docs/projectLevelMrApprovals.go.md
+++ b/docs/projectLevelMrApprovals.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_mr_approvals`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_mr_approvals).
-
# `projectLevelMrApprovals` Submodule
## Constructs
diff --git a/docs/projectLevelMrApprovals.java.md b/docs/projectLevelMrApprovals.java.md
index a0dc04a67..3d9126262 100644
--- a/docs/projectLevelMrApprovals.java.md
+++ b/docs/projectLevelMrApprovals.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_mr_approvals`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_mr_approvals).
-
# `projectLevelMrApprovals` Submodule
## Constructs
diff --git a/docs/projectLevelMrApprovals.python.md b/docs/projectLevelMrApprovals.python.md
index bb06b98c3..96266f59e 100644
--- a/docs/projectLevelMrApprovals.python.md
+++ b/docs/projectLevelMrApprovals.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_mr_approvals`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_mr_approvals).
-
# `projectLevelMrApprovals` Submodule
## Constructs
diff --git a/docs/projectLevelMrApprovals.typescript.md b/docs/projectLevelMrApprovals.typescript.md
index 2ab78d590..b85fdc675 100644
--- a/docs/projectLevelMrApprovals.typescript.md
+++ b/docs/projectLevelMrApprovals.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_mr_approvals`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_mr_approvals`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_mr_approvals).
-
# `projectLevelMrApprovals` Submodule
## Constructs
diff --git a/docs/projectLevelNotifications.csharp.md b/docs/projectLevelNotifications.csharp.md
index eab0de791..8e70d42b7 100644
--- a/docs/projectLevelNotifications.csharp.md
+++ b/docs/projectLevelNotifications.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_notifications`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_notifications).
-
# `projectLevelNotifications` Submodule
## Constructs
diff --git a/docs/projectLevelNotifications.go.md b/docs/projectLevelNotifications.go.md
index 8b3af3afb..6e51c355b 100644
--- a/docs/projectLevelNotifications.go.md
+++ b/docs/projectLevelNotifications.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_notifications`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_notifications).
-
# `projectLevelNotifications` Submodule
## Constructs
diff --git a/docs/projectLevelNotifications.java.md b/docs/projectLevelNotifications.java.md
index c50fd0b9e..b666fb2c7 100644
--- a/docs/projectLevelNotifications.java.md
+++ b/docs/projectLevelNotifications.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_notifications`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_notifications).
-
# `projectLevelNotifications` Submodule
## Constructs
diff --git a/docs/projectLevelNotifications.python.md b/docs/projectLevelNotifications.python.md
index 8a6057600..3010070e9 100644
--- a/docs/projectLevelNotifications.python.md
+++ b/docs/projectLevelNotifications.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_notifications`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_notifications).
-
# `projectLevelNotifications` Submodule
## Constructs
diff --git a/docs/projectLevelNotifications.typescript.md b/docs/projectLevelNotifications.typescript.md
index 8433a59fa..4b9f7fc4b 100644
--- a/docs/projectLevelNotifications.typescript.md
+++ b/docs/projectLevelNotifications.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_level_notifications`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_level_notifications`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_level_notifications).
-
# `projectLevelNotifications` Submodule
## Constructs
diff --git a/docs/projectMembership.csharp.md b/docs/projectMembership.csharp.md
index d51f8ef93..a862d485f 100644
--- a/docs/projectMembership.csharp.md
+++ b/docs/projectMembership.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_membership).
-
# `projectMembership` Submodule
## Constructs
diff --git a/docs/projectMembership.go.md b/docs/projectMembership.go.md
index fc12232b6..9838753b6 100644
--- a/docs/projectMembership.go.md
+++ b/docs/projectMembership.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_membership).
-
# `projectMembership` Submodule
## Constructs
diff --git a/docs/projectMembership.java.md b/docs/projectMembership.java.md
index 367a18efa..28da6156d 100644
--- a/docs/projectMembership.java.md
+++ b/docs/projectMembership.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_membership).
-
# `projectMembership` Submodule
## Constructs
diff --git a/docs/projectMembership.python.md b/docs/projectMembership.python.md
index 189b46453..764024213 100644
--- a/docs/projectMembership.python.md
+++ b/docs/projectMembership.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_membership).
-
# `projectMembership` Submodule
## Constructs
diff --git a/docs/projectMembership.typescript.md b/docs/projectMembership.typescript.md
index a753abe07..1c4effc10 100644
--- a/docs/projectMembership.typescript.md
+++ b/docs/projectMembership.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_membership`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_membership`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_membership).
-
# `projectMembership` Submodule
## Constructs
diff --git a/docs/projectMilestone.csharp.md b/docs/projectMilestone.csharp.md
index 583f5043f..1f889274b 100644
--- a/docs/projectMilestone.csharp.md
+++ b/docs/projectMilestone.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_milestone).
-
# `projectMilestone` Submodule
## Constructs
diff --git a/docs/projectMilestone.go.md b/docs/projectMilestone.go.md
index 065194fda..44b4d9d11 100644
--- a/docs/projectMilestone.go.md
+++ b/docs/projectMilestone.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_milestone).
-
# `projectMilestone` Submodule
## Constructs
diff --git a/docs/projectMilestone.java.md b/docs/projectMilestone.java.md
index 246c1c96d..cafa8f379 100644
--- a/docs/projectMilestone.java.md
+++ b/docs/projectMilestone.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_milestone).
-
# `projectMilestone` Submodule
## Constructs
diff --git a/docs/projectMilestone.python.md b/docs/projectMilestone.python.md
index 3f4e1ccad..c14fcce08 100644
--- a/docs/projectMilestone.python.md
+++ b/docs/projectMilestone.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_milestone).
-
# `projectMilestone` Submodule
## Constructs
diff --git a/docs/projectMilestone.typescript.md b/docs/projectMilestone.typescript.md
index 817931e41..52cd7217e 100644
--- a/docs/projectMilestone.typescript.md
+++ b/docs/projectMilestone.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_milestone`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_milestone`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_milestone).
-
# `projectMilestone` Submodule
## Constructs
diff --git a/docs/projectMirror.csharp.md b/docs/projectMirror.csharp.md
index 19472e624..80db567c6 100644
--- a/docs/projectMirror.csharp.md
+++ b/docs/projectMirror.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_mirror`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_mirror).
-
# `projectMirror` Submodule
## Constructs
diff --git a/docs/projectMirror.go.md b/docs/projectMirror.go.md
index 5e2c5870b..5d70289ce 100644
--- a/docs/projectMirror.go.md
+++ b/docs/projectMirror.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_mirror`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_mirror).
-
# `projectMirror` Submodule
## Constructs
diff --git a/docs/projectMirror.java.md b/docs/projectMirror.java.md
index 0525fd856..9ee994ccd 100644
--- a/docs/projectMirror.java.md
+++ b/docs/projectMirror.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_mirror`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_mirror).
-
# `projectMirror` Submodule
## Constructs
diff --git a/docs/projectMirror.python.md b/docs/projectMirror.python.md
index 1388bc139..5b5f0270f 100644
--- a/docs/projectMirror.python.md
+++ b/docs/projectMirror.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_mirror`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_mirror).
-
# `projectMirror` Submodule
## Constructs
diff --git a/docs/projectMirror.typescript.md b/docs/projectMirror.typescript.md
index 6f2967f9b..daabc7c11 100644
--- a/docs/projectMirror.typescript.md
+++ b/docs/projectMirror.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_mirror`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_mirror`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_mirror).
-
# `projectMirror` Submodule
## Constructs
diff --git a/docs/projectProtectedEnvironment.csharp.md b/docs/projectProtectedEnvironment.csharp.md
index d635b687f..e40e65304 100644
--- a/docs/projectProtectedEnvironment.csharp.md
+++ b/docs/projectProtectedEnvironment.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_protected_environment).
-
# `projectProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/projectProtectedEnvironment.go.md b/docs/projectProtectedEnvironment.go.md
index 65521a6ae..e668d23ef 100644
--- a/docs/projectProtectedEnvironment.go.md
+++ b/docs/projectProtectedEnvironment.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_protected_environment).
-
# `projectProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/projectProtectedEnvironment.java.md b/docs/projectProtectedEnvironment.java.md
index c73dad8d2..06c151e7f 100644
--- a/docs/projectProtectedEnvironment.java.md
+++ b/docs/projectProtectedEnvironment.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_protected_environment).
-
# `projectProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/projectProtectedEnvironment.python.md b/docs/projectProtectedEnvironment.python.md
index 0433eb606..0ca19e731 100644
--- a/docs/projectProtectedEnvironment.python.md
+++ b/docs/projectProtectedEnvironment.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_protected_environment).
-
# `projectProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/projectProtectedEnvironment.typescript.md b/docs/projectProtectedEnvironment.typescript.md
index 102a42eb8..3059d1d38 100644
--- a/docs/projectProtectedEnvironment.typescript.md
+++ b/docs/projectProtectedEnvironment.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_protected_environment`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_protected_environment`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_protected_environment).
-
# `projectProtectedEnvironment` Submodule
## Constructs
diff --git a/docs/projectRunnerEnablement.csharp.md b/docs/projectRunnerEnablement.csharp.md
index f479ce253..6d00a71fd 100644
--- a/docs/projectRunnerEnablement.csharp.md
+++ b/docs/projectRunnerEnablement.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_runner_enablement`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_runner_enablement).
-
# `projectRunnerEnablement` Submodule
## Constructs
diff --git a/docs/projectRunnerEnablement.go.md b/docs/projectRunnerEnablement.go.md
index 187b83c7c..5eb23a1b4 100644
--- a/docs/projectRunnerEnablement.go.md
+++ b/docs/projectRunnerEnablement.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_runner_enablement`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_runner_enablement).
-
# `projectRunnerEnablement` Submodule
## Constructs
diff --git a/docs/projectRunnerEnablement.java.md b/docs/projectRunnerEnablement.java.md
index 13ebe4fd4..3d3b58942 100644
--- a/docs/projectRunnerEnablement.java.md
+++ b/docs/projectRunnerEnablement.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_runner_enablement`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_runner_enablement).
-
# `projectRunnerEnablement` Submodule
## Constructs
diff --git a/docs/projectRunnerEnablement.python.md b/docs/projectRunnerEnablement.python.md
index 839db99e3..5d4bdfd46 100644
--- a/docs/projectRunnerEnablement.python.md
+++ b/docs/projectRunnerEnablement.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_runner_enablement`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_runner_enablement).
-
# `projectRunnerEnablement` Submodule
## Constructs
diff --git a/docs/projectRunnerEnablement.typescript.md b/docs/projectRunnerEnablement.typescript.md
index ada6d5bd0..84567246f 100644
--- a/docs/projectRunnerEnablement.typescript.md
+++ b/docs/projectRunnerEnablement.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_runner_enablement`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_runner_enablement`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_runner_enablement).
-
# `projectRunnerEnablement` Submodule
## Constructs
diff --git a/docs/projectShareGroup.csharp.md b/docs/projectShareGroup.csharp.md
index af067376d..057ab8f3c 100644
--- a/docs/projectShareGroup.csharp.md
+++ b/docs/projectShareGroup.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_share_group).
-
# `projectShareGroup` Submodule
## Constructs
diff --git a/docs/projectShareGroup.go.md b/docs/projectShareGroup.go.md
index af5bfc19a..16eefe53d 100644
--- a/docs/projectShareGroup.go.md
+++ b/docs/projectShareGroup.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_share_group).
-
# `projectShareGroup` Submodule
## Constructs
diff --git a/docs/projectShareGroup.java.md b/docs/projectShareGroup.java.md
index fed0fc229..4391b9bb8 100644
--- a/docs/projectShareGroup.java.md
+++ b/docs/projectShareGroup.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_share_group).
-
# `projectShareGroup` Submodule
## Constructs
diff --git a/docs/projectShareGroup.python.md b/docs/projectShareGroup.python.md
index 2e0f85e50..ca7da84dc 100644
--- a/docs/projectShareGroup.python.md
+++ b/docs/projectShareGroup.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_share_group).
-
# `projectShareGroup` Submodule
## Constructs
diff --git a/docs/projectShareGroup.typescript.md b/docs/projectShareGroup.typescript.md
index ab0720c58..90b25fa5a 100644
--- a/docs/projectShareGroup.typescript.md
+++ b/docs/projectShareGroup.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_share_group`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_share_group`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_share_group).
-
# `projectShareGroup` Submodule
## Constructs
diff --git a/docs/projectTag.csharp.md b/docs/projectTag.csharp.md
index 84611c1c0..ebabb9619 100644
--- a/docs/projectTag.csharp.md
+++ b/docs/projectTag.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_tag).
-
# `projectTag` Submodule
## Constructs
diff --git a/docs/projectTag.go.md b/docs/projectTag.go.md
index ef3352664..7337b0f9a 100644
--- a/docs/projectTag.go.md
+++ b/docs/projectTag.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_tag).
-
# `projectTag` Submodule
## Constructs
diff --git a/docs/projectTag.java.md b/docs/projectTag.java.md
index 9c8e21517..130383158 100644
--- a/docs/projectTag.java.md
+++ b/docs/projectTag.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_tag).
-
# `projectTag` Submodule
## Constructs
diff --git a/docs/projectTag.python.md b/docs/projectTag.python.md
index c0b22ca0e..a34f177b0 100644
--- a/docs/projectTag.python.md
+++ b/docs/projectTag.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_tag).
-
# `projectTag` Submodule
## Constructs
diff --git a/docs/projectTag.typescript.md b/docs/projectTag.typescript.md
index 6ecd862c7..9a9545d21 100644
--- a/docs/projectTag.typescript.md
+++ b/docs/projectTag.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_tag`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_tag`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_tag).
-
# `projectTag` Submodule
## Constructs
diff --git a/docs/projectVariable.csharp.md b/docs/projectVariable.csharp.md
index acaebcc2c..3cdb861eb 100644
--- a/docs/projectVariable.csharp.md
+++ b/docs/projectVariable.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_variable).
-
# `projectVariable` Submodule
## Constructs
diff --git a/docs/projectVariable.go.md b/docs/projectVariable.go.md
index bd96f6cfc..f6aaea6fe 100644
--- a/docs/projectVariable.go.md
+++ b/docs/projectVariable.go.md
@@ -1,7 +1,3 @@
-# `gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_variable).
-
# `projectVariable` Submodule
## Constructs
diff --git a/docs/projectVariable.java.md b/docs/projectVariable.java.md
index 732468aef..8e67041c6 100644
--- a/docs/projectVariable.java.md
+++ b/docs/projectVariable.java.md
@@ -1,7 +1,3 @@
-# `gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_variable).
-
# `projectVariable` Submodule
## Constructs
diff --git a/docs/projectVariable.python.md b/docs/projectVariable.python.md
index 6cfd8ff85..184b20e83 100644
--- a/docs/projectVariable.python.md
+++ b/docs/projectVariable.python.md
@@ -1,7 +1,3 @@
-# `gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_variable).
-
# `projectVariable` Submodule
## Constructs
diff --git a/docs/projectVariable.typescript.md b/docs/projectVariable.typescript.md
index 3cb5630be..717869343 100644
--- a/docs/projectVariable.typescript.md
+++ b/docs/projectVariable.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_project_variable`
-
-Refer to the Terraform Registory for docs: [`gitlab_project_variable`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/project_variable).
-
# `projectVariable` Submodule
## Constructs
diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md
index c6409ed08..412c6a3dd 100644
--- a/docs/provider.csharp.md
+++ b/docs/provider.csharp.md
@@ -1,7 +1,3 @@
-# `provider`
-
-Refer to the Terraform Registory for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs).
-
# `provider` Submodule
## Constructs
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 1923ab5e2..433d297eb 100644
--- a/docs/provider.go.md
+++ b/docs/provider.go.md
@@ -1,7 +1,3 @@
-# `provider`
-
-Refer to the Terraform Registory for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs).
-
# `provider` Submodule
## Constructs
diff --git a/docs/provider.java.md b/docs/provider.java.md
index b622f2aea..9df5d8ba3 100644
--- a/docs/provider.java.md
+++ b/docs/provider.java.md
@@ -1,7 +1,3 @@
-# `provider`
-
-Refer to the Terraform Registory for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs).
-
# `provider` Submodule
## Constructs
diff --git a/docs/provider.python.md b/docs/provider.python.md
index 598ff88ec..517861297 100644
--- a/docs/provider.python.md
+++ b/docs/provider.python.md
@@ -1,7 +1,3 @@
-# `provider`
-
-Refer to the Terraform Registory for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs).
-
# `provider` Submodule
## Constructs
diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md
index 1cacb98f8..a0f4fab65 100644
--- a/docs/provider.typescript.md
+++ b/docs/provider.typescript.md
@@ -1,7 +1,3 @@
-# `provider`
-
-Refer to the Terraform Registory for docs: [`gitlab`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs).
-
# `provider` Submodule
## Constructs
diff --git a/docs/releaseLink.csharp.md b/docs/releaseLink.csharp.md
index 90d9f1694..50cca0292 100644
--- a/docs/releaseLink.csharp.md
+++ b/docs/releaseLink.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/release_link).
-
# `releaseLink` Submodule
## Constructs
diff --git a/docs/releaseLink.go.md b/docs/releaseLink.go.md
index dc623bedc..c4d8879d7 100644
--- a/docs/releaseLink.go.md
+++ b/docs/releaseLink.go.md
@@ -1,7 +1,3 @@
-# `gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/release_link).
-
# `releaseLink` Submodule
## Constructs
diff --git a/docs/releaseLink.java.md b/docs/releaseLink.java.md
index 398027c44..00933cf45 100644
--- a/docs/releaseLink.java.md
+++ b/docs/releaseLink.java.md
@@ -1,7 +1,3 @@
-# `gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/release_link).
-
# `releaseLink` Submodule
## Constructs
diff --git a/docs/releaseLink.python.md b/docs/releaseLink.python.md
index 04ac8f025..4fb0f0965 100644
--- a/docs/releaseLink.python.md
+++ b/docs/releaseLink.python.md
@@ -1,7 +1,3 @@
-# `gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/release_link).
-
# `releaseLink` Submodule
## Constructs
diff --git a/docs/releaseLink.typescript.md b/docs/releaseLink.typescript.md
index 994c42e68..7986d13e7 100644
--- a/docs/releaseLink.typescript.md
+++ b/docs/releaseLink.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_release_link`
-
-Refer to the Terraform Registory for docs: [`gitlab_release_link`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/release_link).
-
# `releaseLink` Submodule
## Constructs
diff --git a/docs/repositoryFile.csharp.md b/docs/repositoryFile.csharp.md
index 17d234a15..d2b454392 100644
--- a/docs/repositoryFile.csharp.md
+++ b/docs/repositoryFile.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/repository_file).
-
# `repositoryFile` Submodule
## Constructs
diff --git a/docs/repositoryFile.go.md b/docs/repositoryFile.go.md
index 327f1bd6e..2e132c758 100644
--- a/docs/repositoryFile.go.md
+++ b/docs/repositoryFile.go.md
@@ -1,7 +1,3 @@
-# `gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/repository_file).
-
# `repositoryFile` Submodule
## Constructs
diff --git a/docs/repositoryFile.java.md b/docs/repositoryFile.java.md
index a3f63b9d2..4cab52375 100644
--- a/docs/repositoryFile.java.md
+++ b/docs/repositoryFile.java.md
@@ -1,7 +1,3 @@
-# `gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/repository_file).
-
# `repositoryFile` Submodule
## Constructs
diff --git a/docs/repositoryFile.python.md b/docs/repositoryFile.python.md
index de2dc1421..fa8a2b39b 100644
--- a/docs/repositoryFile.python.md
+++ b/docs/repositoryFile.python.md
@@ -1,7 +1,3 @@
-# `gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/repository_file).
-
# `repositoryFile` Submodule
## Constructs
diff --git a/docs/repositoryFile.typescript.md b/docs/repositoryFile.typescript.md
index d982bfc51..a9be0716e 100644
--- a/docs/repositoryFile.typescript.md
+++ b/docs/repositoryFile.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_repository_file`
-
-Refer to the Terraform Registory for docs: [`gitlab_repository_file`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/repository_file).
-
# `repositoryFile` Submodule
## Constructs
diff --git a/docs/runner.csharp.md b/docs/runner.csharp.md
index 568508527..3d84ffed9 100644
--- a/docs/runner.csharp.md
+++ b/docs/runner.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/runner).
-
# `runner` Submodule
## Constructs
diff --git a/docs/runner.go.md b/docs/runner.go.md
index e15ca5b80..9a0618d8a 100644
--- a/docs/runner.go.md
+++ b/docs/runner.go.md
@@ -1,7 +1,3 @@
-# `gitlab_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/runner).
-
# `runner` Submodule
## Constructs
diff --git a/docs/runner.java.md b/docs/runner.java.md
index f1732fc37..f8a43fcd9 100644
--- a/docs/runner.java.md
+++ b/docs/runner.java.md
@@ -1,7 +1,3 @@
-# `gitlab_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/runner).
-
# `runner` Submodule
## Constructs
diff --git a/docs/runner.python.md b/docs/runner.python.md
index 19108d36f..938806c0b 100644
--- a/docs/runner.python.md
+++ b/docs/runner.python.md
@@ -1,7 +1,3 @@
-# `gitlab_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/runner).
-
# `runner` Submodule
## Constructs
diff --git a/docs/runner.typescript.md b/docs/runner.typescript.md
index 7bebc3e58..bbcafae94 100644
--- a/docs/runner.typescript.md
+++ b/docs/runner.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/runner).
-
# `runner` Submodule
## Constructs
diff --git a/docs/serviceCustomIssueTracker.csharp.md b/docs/serviceCustomIssueTracker.csharp.md
index 352ed053d..d03c14509 100644
--- a/docs/serviceCustomIssueTracker.csharp.md
+++ b/docs/serviceCustomIssueTracker.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_custom_issue_tracker).
-
# `serviceCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/serviceCustomIssueTracker.go.md b/docs/serviceCustomIssueTracker.go.md
index 96bd9acc1..91953a559 100644
--- a/docs/serviceCustomIssueTracker.go.md
+++ b/docs/serviceCustomIssueTracker.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_custom_issue_tracker).
-
# `serviceCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/serviceCustomIssueTracker.java.md b/docs/serviceCustomIssueTracker.java.md
index 183b2ccc1..699e76020 100644
--- a/docs/serviceCustomIssueTracker.java.md
+++ b/docs/serviceCustomIssueTracker.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_custom_issue_tracker).
-
# `serviceCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/serviceCustomIssueTracker.python.md b/docs/serviceCustomIssueTracker.python.md
index bb0719019..d53ba9483 100644
--- a/docs/serviceCustomIssueTracker.python.md
+++ b/docs/serviceCustomIssueTracker.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_custom_issue_tracker).
-
# `serviceCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/serviceCustomIssueTracker.typescript.md b/docs/serviceCustomIssueTracker.typescript.md
index 5d59516d5..946434366 100644
--- a/docs/serviceCustomIssueTracker.typescript.md
+++ b/docs/serviceCustomIssueTracker.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_custom_issue_tracker`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_custom_issue_tracker`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_custom_issue_tracker).
-
# `serviceCustomIssueTracker` Submodule
## Constructs
diff --git a/docs/serviceEmailsOnPush.csharp.md b/docs/serviceEmailsOnPush.csharp.md
index 0d4ece136..1920e72ad 100644
--- a/docs/serviceEmailsOnPush.csharp.md
+++ b/docs/serviceEmailsOnPush.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_emails_on_push).
-
# `serviceEmailsOnPush` Submodule
## Constructs
diff --git a/docs/serviceEmailsOnPush.go.md b/docs/serviceEmailsOnPush.go.md
index a953fc6a4..84e2e54c2 100644
--- a/docs/serviceEmailsOnPush.go.md
+++ b/docs/serviceEmailsOnPush.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_emails_on_push).
-
# `serviceEmailsOnPush` Submodule
## Constructs
diff --git a/docs/serviceEmailsOnPush.java.md b/docs/serviceEmailsOnPush.java.md
index 271712616..536f1cf2c 100644
--- a/docs/serviceEmailsOnPush.java.md
+++ b/docs/serviceEmailsOnPush.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_emails_on_push).
-
# `serviceEmailsOnPush` Submodule
## Constructs
diff --git a/docs/serviceEmailsOnPush.python.md b/docs/serviceEmailsOnPush.python.md
index 0790f018d..581f5e0ee 100644
--- a/docs/serviceEmailsOnPush.python.md
+++ b/docs/serviceEmailsOnPush.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_emails_on_push).
-
# `serviceEmailsOnPush` Submodule
## Constructs
diff --git a/docs/serviceEmailsOnPush.typescript.md b/docs/serviceEmailsOnPush.typescript.md
index aa7c43eec..4b58f24d3 100644
--- a/docs/serviceEmailsOnPush.typescript.md
+++ b/docs/serviceEmailsOnPush.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_emails_on_push`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_emails_on_push`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_emails_on_push).
-
# `serviceEmailsOnPush` Submodule
## Constructs
diff --git a/docs/serviceExternalWiki.csharp.md b/docs/serviceExternalWiki.csharp.md
index 5c6a183e5..10adde3e8 100644
--- a/docs/serviceExternalWiki.csharp.md
+++ b/docs/serviceExternalWiki.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_external_wiki).
-
# `serviceExternalWiki` Submodule
## Constructs
diff --git a/docs/serviceExternalWiki.go.md b/docs/serviceExternalWiki.go.md
index ca4d9d43b..f38b335bc 100644
--- a/docs/serviceExternalWiki.go.md
+++ b/docs/serviceExternalWiki.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_external_wiki).
-
# `serviceExternalWiki` Submodule
## Constructs
diff --git a/docs/serviceExternalWiki.java.md b/docs/serviceExternalWiki.java.md
index ab133f015..88d2be852 100644
--- a/docs/serviceExternalWiki.java.md
+++ b/docs/serviceExternalWiki.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_external_wiki).
-
# `serviceExternalWiki` Submodule
## Constructs
diff --git a/docs/serviceExternalWiki.python.md b/docs/serviceExternalWiki.python.md
index cd06ae85f..5e101cdc1 100644
--- a/docs/serviceExternalWiki.python.md
+++ b/docs/serviceExternalWiki.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_external_wiki).
-
# `serviceExternalWiki` Submodule
## Constructs
diff --git a/docs/serviceExternalWiki.typescript.md b/docs/serviceExternalWiki.typescript.md
index 8e33ae5f1..e13bebfab 100644
--- a/docs/serviceExternalWiki.typescript.md
+++ b/docs/serviceExternalWiki.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_external_wiki`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_external_wiki`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_external_wiki).
-
# `serviceExternalWiki` Submodule
## Constructs
diff --git a/docs/serviceGithub.csharp.md b/docs/serviceGithub.csharp.md
index 4693606a5..726cc63e8 100644
--- a/docs/serviceGithub.csharp.md
+++ b/docs/serviceGithub.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_github).
-
# `serviceGithub` Submodule
## Constructs
diff --git a/docs/serviceGithub.go.md b/docs/serviceGithub.go.md
index dff758be5..2b2f64a79 100644
--- a/docs/serviceGithub.go.md
+++ b/docs/serviceGithub.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_github).
-
# `serviceGithub` Submodule
## Constructs
diff --git a/docs/serviceGithub.java.md b/docs/serviceGithub.java.md
index d8b3edb63..a2f034828 100644
--- a/docs/serviceGithub.java.md
+++ b/docs/serviceGithub.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_github).
-
# `serviceGithub` Submodule
## Constructs
diff --git a/docs/serviceGithub.python.md b/docs/serviceGithub.python.md
index f005766eb..70273ad6d 100644
--- a/docs/serviceGithub.python.md
+++ b/docs/serviceGithub.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_github).
-
# `serviceGithub` Submodule
## Constructs
diff --git a/docs/serviceGithub.typescript.md b/docs/serviceGithub.typescript.md
index 46dac0ca1..b8acf51f2 100644
--- a/docs/serviceGithub.typescript.md
+++ b/docs/serviceGithub.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_github`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_github`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_github).
-
# `serviceGithub` Submodule
## Constructs
diff --git a/docs/serviceJira.csharp.md b/docs/serviceJira.csharp.md
index 8ed3a150f..67be3aa9e 100644
--- a/docs/serviceJira.csharp.md
+++ b/docs/serviceJira.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_jira).
-
# `serviceJira` Submodule
## Constructs
diff --git a/docs/serviceJira.go.md b/docs/serviceJira.go.md
index ff80c3bdf..0d37d1ca7 100644
--- a/docs/serviceJira.go.md
+++ b/docs/serviceJira.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_jira).
-
# `serviceJira` Submodule
## Constructs
diff --git a/docs/serviceJira.java.md b/docs/serviceJira.java.md
index 77f2816bc..f90d3b533 100644
--- a/docs/serviceJira.java.md
+++ b/docs/serviceJira.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_jira).
-
# `serviceJira` Submodule
## Constructs
diff --git a/docs/serviceJira.python.md b/docs/serviceJira.python.md
index ea036b194..a731e7f02 100644
--- a/docs/serviceJira.python.md
+++ b/docs/serviceJira.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_jira).
-
# `serviceJira` Submodule
## Constructs
diff --git a/docs/serviceJira.typescript.md b/docs/serviceJira.typescript.md
index 8bc260e04..442ba6eb4 100644
--- a/docs/serviceJira.typescript.md
+++ b/docs/serviceJira.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_jira`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_jira`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_jira).
-
# `serviceJira` Submodule
## Constructs
diff --git a/docs/serviceMicrosoftTeams.csharp.md b/docs/serviceMicrosoftTeams.csharp.md
index 3c5d16d7e..6abd17d45 100644
--- a/docs/serviceMicrosoftTeams.csharp.md
+++ b/docs/serviceMicrosoftTeams.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_microsoft_teams).
-
# `serviceMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/serviceMicrosoftTeams.go.md b/docs/serviceMicrosoftTeams.go.md
index 4f6a1b550..f20ab2679 100644
--- a/docs/serviceMicrosoftTeams.go.md
+++ b/docs/serviceMicrosoftTeams.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_microsoft_teams).
-
# `serviceMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/serviceMicrosoftTeams.java.md b/docs/serviceMicrosoftTeams.java.md
index 57dfb073b..3f688fff7 100644
--- a/docs/serviceMicrosoftTeams.java.md
+++ b/docs/serviceMicrosoftTeams.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_microsoft_teams).
-
# `serviceMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/serviceMicrosoftTeams.python.md b/docs/serviceMicrosoftTeams.python.md
index cfa6c7296..b563ccfa2 100644
--- a/docs/serviceMicrosoftTeams.python.md
+++ b/docs/serviceMicrosoftTeams.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_microsoft_teams).
-
# `serviceMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/serviceMicrosoftTeams.typescript.md b/docs/serviceMicrosoftTeams.typescript.md
index 733e09a49..c825263e2 100644
--- a/docs/serviceMicrosoftTeams.typescript.md
+++ b/docs/serviceMicrosoftTeams.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_microsoft_teams`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_microsoft_teams`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_microsoft_teams).
-
# `serviceMicrosoftTeams` Submodule
## Constructs
diff --git a/docs/servicePipelinesEmail.csharp.md b/docs/servicePipelinesEmail.csharp.md
index 6e75a83e4..c863f7e77 100644
--- a/docs/servicePipelinesEmail.csharp.md
+++ b/docs/servicePipelinesEmail.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_pipelines_email).
-
# `servicePipelinesEmail` Submodule
## Constructs
diff --git a/docs/servicePipelinesEmail.go.md b/docs/servicePipelinesEmail.go.md
index 27a6398ac..4b7981d43 100644
--- a/docs/servicePipelinesEmail.go.md
+++ b/docs/servicePipelinesEmail.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_pipelines_email).
-
# `servicePipelinesEmail` Submodule
## Constructs
diff --git a/docs/servicePipelinesEmail.java.md b/docs/servicePipelinesEmail.java.md
index 59b2b8671..38bdd0593 100644
--- a/docs/servicePipelinesEmail.java.md
+++ b/docs/servicePipelinesEmail.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_pipelines_email).
-
# `servicePipelinesEmail` Submodule
## Constructs
diff --git a/docs/servicePipelinesEmail.python.md b/docs/servicePipelinesEmail.python.md
index e3c0171ae..800069a1c 100644
--- a/docs/servicePipelinesEmail.python.md
+++ b/docs/servicePipelinesEmail.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_pipelines_email).
-
# `servicePipelinesEmail` Submodule
## Constructs
diff --git a/docs/servicePipelinesEmail.typescript.md b/docs/servicePipelinesEmail.typescript.md
index 34ff5d578..999053ed1 100644
--- a/docs/servicePipelinesEmail.typescript.md
+++ b/docs/servicePipelinesEmail.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_pipelines_email`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_pipelines_email`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_pipelines_email).
-
# `servicePipelinesEmail` Submodule
## Constructs
diff --git a/docs/serviceSlack.csharp.md b/docs/serviceSlack.csharp.md
index db67a7cb7..444093882 100644
--- a/docs/serviceSlack.csharp.md
+++ b/docs/serviceSlack.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_service_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_slack).
-
# `serviceSlack` Submodule
## Constructs
diff --git a/docs/serviceSlack.go.md b/docs/serviceSlack.go.md
index 666c56267..407b37d75 100644
--- a/docs/serviceSlack.go.md
+++ b/docs/serviceSlack.go.md
@@ -1,7 +1,3 @@
-# `gitlab_service_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_slack).
-
# `serviceSlack` Submodule
## Constructs
diff --git a/docs/serviceSlack.java.md b/docs/serviceSlack.java.md
index 9f7e3bd26..22af11107 100644
--- a/docs/serviceSlack.java.md
+++ b/docs/serviceSlack.java.md
@@ -1,7 +1,3 @@
-# `gitlab_service_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_slack).
-
# `serviceSlack` Submodule
## Constructs
diff --git a/docs/serviceSlack.python.md b/docs/serviceSlack.python.md
index 522bd8875..d2e8b4795 100644
--- a/docs/serviceSlack.python.md
+++ b/docs/serviceSlack.python.md
@@ -1,7 +1,3 @@
-# `gitlab_service_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_slack).
-
# `serviceSlack` Submodule
## Constructs
diff --git a/docs/serviceSlack.typescript.md b/docs/serviceSlack.typescript.md
index 5666e16e9..876e7c614 100644
--- a/docs/serviceSlack.typescript.md
+++ b/docs/serviceSlack.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_service_slack`
-
-Refer to the Terraform Registory for docs: [`gitlab_service_slack`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/service_slack).
-
# `serviceSlack` Submodule
## Constructs
diff --git a/docs/systemHook.csharp.md b/docs/systemHook.csharp.md
index 0f9c5468d..66b080018 100644
--- a/docs/systemHook.csharp.md
+++ b/docs/systemHook.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_system_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/system_hook).
-
# `systemHook` Submodule
## Constructs
diff --git a/docs/systemHook.go.md b/docs/systemHook.go.md
index 23e497ebc..673746cc0 100644
--- a/docs/systemHook.go.md
+++ b/docs/systemHook.go.md
@@ -1,7 +1,3 @@
-# `gitlab_system_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/system_hook).
-
# `systemHook` Submodule
## Constructs
diff --git a/docs/systemHook.java.md b/docs/systemHook.java.md
index 4b01d12db..985603d9c 100644
--- a/docs/systemHook.java.md
+++ b/docs/systemHook.java.md
@@ -1,7 +1,3 @@
-# `gitlab_system_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/system_hook).
-
# `systemHook` Submodule
## Constructs
diff --git a/docs/systemHook.python.md b/docs/systemHook.python.md
index 2b40bdc8b..d73fd13cb 100644
--- a/docs/systemHook.python.md
+++ b/docs/systemHook.python.md
@@ -1,7 +1,3 @@
-# `gitlab_system_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/system_hook).
-
# `systemHook` Submodule
## Constructs
diff --git a/docs/systemHook.typescript.md b/docs/systemHook.typescript.md
index 480c2b997..0a1196232 100644
--- a/docs/systemHook.typescript.md
+++ b/docs/systemHook.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_system_hook`
-
-Refer to the Terraform Registory for docs: [`gitlab_system_hook`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/system_hook).
-
# `systemHook` Submodule
## Constructs
diff --git a/docs/tagProtection.csharp.md b/docs/tagProtection.csharp.md
index 38dfd2c18..cc78cf7b6 100644
--- a/docs/tagProtection.csharp.md
+++ b/docs/tagProtection.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_tag_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/tag_protection).
-
# `tagProtection` Submodule
## Constructs
diff --git a/docs/tagProtection.go.md b/docs/tagProtection.go.md
index 4d3dacf8b..23b6eea1f 100644
--- a/docs/tagProtection.go.md
+++ b/docs/tagProtection.go.md
@@ -1,7 +1,3 @@
-# `gitlab_tag_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/tag_protection).
-
# `tagProtection` Submodule
## Constructs
diff --git a/docs/tagProtection.java.md b/docs/tagProtection.java.md
index d97b9d1b5..2373e3f53 100644
--- a/docs/tagProtection.java.md
+++ b/docs/tagProtection.java.md
@@ -1,7 +1,3 @@
-# `gitlab_tag_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/tag_protection).
-
# `tagProtection` Submodule
## Constructs
diff --git a/docs/tagProtection.python.md b/docs/tagProtection.python.md
index 69d2ddb29..b954b396b 100644
--- a/docs/tagProtection.python.md
+++ b/docs/tagProtection.python.md
@@ -1,7 +1,3 @@
-# `gitlab_tag_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/tag_protection).
-
# `tagProtection` Submodule
## Constructs
diff --git a/docs/tagProtection.typescript.md b/docs/tagProtection.typescript.md
index a87c8ec64..a901c0231 100644
--- a/docs/tagProtection.typescript.md
+++ b/docs/tagProtection.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_tag_protection`
-
-Refer to the Terraform Registory for docs: [`gitlab_tag_protection`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/tag_protection).
-
# `tagProtection` Submodule
## Constructs
diff --git a/docs/topic.csharp.md b/docs/topic.csharp.md
index 617334bbf..b9a57e2e0 100644
--- a/docs/topic.csharp.md
+++ b/docs/topic.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_topic`
-
-Refer to the Terraform Registory for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/topic).
-
# `topic` Submodule
## Constructs
diff --git a/docs/topic.go.md b/docs/topic.go.md
index 1e6066307..0b59c3510 100644
--- a/docs/topic.go.md
+++ b/docs/topic.go.md
@@ -1,7 +1,3 @@
-# `gitlab_topic`
-
-Refer to the Terraform Registory for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/topic).
-
# `topic` Submodule
## Constructs
diff --git a/docs/topic.java.md b/docs/topic.java.md
index edcf6cbe1..d82cb35f0 100644
--- a/docs/topic.java.md
+++ b/docs/topic.java.md
@@ -1,7 +1,3 @@
-# `gitlab_topic`
-
-Refer to the Terraform Registory for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/topic).
-
# `topic` Submodule
## Constructs
diff --git a/docs/topic.python.md b/docs/topic.python.md
index 1ed1d7a0a..f13d0c291 100644
--- a/docs/topic.python.md
+++ b/docs/topic.python.md
@@ -1,7 +1,3 @@
-# `gitlab_topic`
-
-Refer to the Terraform Registory for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/topic).
-
# `topic` Submodule
## Constructs
diff --git a/docs/topic.typescript.md b/docs/topic.typescript.md
index 83ff621fc..85d43c4ab 100644
--- a/docs/topic.typescript.md
+++ b/docs/topic.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_topic`
-
-Refer to the Terraform Registory for docs: [`gitlab_topic`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/topic).
-
# `topic` Submodule
## Constructs
diff --git a/docs/user.csharp.md b/docs/user.csharp.md
index c43a23abc..f7aafe3c9 100644
--- a/docs/user.csharp.md
+++ b/docs/user.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_user`
-
-Refer to the Terraform Registory for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user).
-
# `user` Submodule
## Constructs
diff --git a/docs/user.go.md b/docs/user.go.md
index 83fb8e250..ee475f15d 100644
--- a/docs/user.go.md
+++ b/docs/user.go.md
@@ -1,7 +1,3 @@
-# `gitlab_user`
-
-Refer to the Terraform Registory for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user).
-
# `user` Submodule
## Constructs
diff --git a/docs/user.java.md b/docs/user.java.md
index 9fe6a4bcd..1f790e316 100644
--- a/docs/user.java.md
+++ b/docs/user.java.md
@@ -1,7 +1,3 @@
-# `gitlab_user`
-
-Refer to the Terraform Registory for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user).
-
# `user` Submodule
## Constructs
diff --git a/docs/user.python.md b/docs/user.python.md
index 26b9bd2cc..440b3dc40 100644
--- a/docs/user.python.md
+++ b/docs/user.python.md
@@ -1,7 +1,3 @@
-# `gitlab_user`
-
-Refer to the Terraform Registory for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user).
-
# `user` Submodule
## Constructs
diff --git a/docs/user.typescript.md b/docs/user.typescript.md
index 7c461077a..80057bb88 100644
--- a/docs/user.typescript.md
+++ b/docs/user.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_user`
-
-Refer to the Terraform Registory for docs: [`gitlab_user`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user).
-
# `user` Submodule
## Constructs
diff --git a/docs/userCustomAttribute.csharp.md b/docs/userCustomAttribute.csharp.md
index 011b1e1d0..54f28b11a 100644
--- a/docs/userCustomAttribute.csharp.md
+++ b/docs/userCustomAttribute.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_user_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_custom_attribute).
-
# `userCustomAttribute` Submodule
## Constructs
diff --git a/docs/userCustomAttribute.go.md b/docs/userCustomAttribute.go.md
index 49fbeaa46..7e47e1952 100644
--- a/docs/userCustomAttribute.go.md
+++ b/docs/userCustomAttribute.go.md
@@ -1,7 +1,3 @@
-# `gitlab_user_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_custom_attribute).
-
# `userCustomAttribute` Submodule
## Constructs
diff --git a/docs/userCustomAttribute.java.md b/docs/userCustomAttribute.java.md
index 93a7deb97..85acefcb3 100644
--- a/docs/userCustomAttribute.java.md
+++ b/docs/userCustomAttribute.java.md
@@ -1,7 +1,3 @@
-# `gitlab_user_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_custom_attribute).
-
# `userCustomAttribute` Submodule
## Constructs
diff --git a/docs/userCustomAttribute.python.md b/docs/userCustomAttribute.python.md
index 719982fdd..c6ec14671 100644
--- a/docs/userCustomAttribute.python.md
+++ b/docs/userCustomAttribute.python.md
@@ -1,7 +1,3 @@
-# `gitlab_user_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_custom_attribute).
-
# `userCustomAttribute` Submodule
## Constructs
diff --git a/docs/userCustomAttribute.typescript.md b/docs/userCustomAttribute.typescript.md
index 7eca4acff..7334016a2 100644
--- a/docs/userCustomAttribute.typescript.md
+++ b/docs/userCustomAttribute.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_user_custom_attribute`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_custom_attribute`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_custom_attribute).
-
# `userCustomAttribute` Submodule
## Constructs
diff --git a/docs/userGpgkey.csharp.md b/docs/userGpgkey.csharp.md
index 3fd572077..005f5339b 100644
--- a/docs/userGpgkey.csharp.md
+++ b/docs/userGpgkey.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_user_gpgkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_gpgkey).
-
# `userGpgkey` Submodule
## Constructs
diff --git a/docs/userGpgkey.go.md b/docs/userGpgkey.go.md
index 7e7149248..a00953787 100644
--- a/docs/userGpgkey.go.md
+++ b/docs/userGpgkey.go.md
@@ -1,7 +1,3 @@
-# `gitlab_user_gpgkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_gpgkey).
-
# `userGpgkey` Submodule
## Constructs
diff --git a/docs/userGpgkey.java.md b/docs/userGpgkey.java.md
index aba09225a..0542676cb 100644
--- a/docs/userGpgkey.java.md
+++ b/docs/userGpgkey.java.md
@@ -1,7 +1,3 @@
-# `gitlab_user_gpgkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_gpgkey).
-
# `userGpgkey` Submodule
## Constructs
diff --git a/docs/userGpgkey.python.md b/docs/userGpgkey.python.md
index 59757b4c1..7a0308783 100644
--- a/docs/userGpgkey.python.md
+++ b/docs/userGpgkey.python.md
@@ -1,7 +1,3 @@
-# `gitlab_user_gpgkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_gpgkey).
-
# `userGpgkey` Submodule
## Constructs
diff --git a/docs/userGpgkey.typescript.md b/docs/userGpgkey.typescript.md
index ebf55972d..a83b923d7 100644
--- a/docs/userGpgkey.typescript.md
+++ b/docs/userGpgkey.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_user_gpgkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_gpgkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_gpgkey).
-
# `userGpgkey` Submodule
## Constructs
diff --git a/docs/userRunner.csharp.md b/docs/userRunner.csharp.md
index 21813ad7f..b4c38444b 100644
--- a/docs/userRunner.csharp.md
+++ b/docs/userRunner.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_user_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_runner).
-
# `userRunner` Submodule
## Constructs
diff --git a/docs/userRunner.go.md b/docs/userRunner.go.md
index bdc79cbf8..d5e2248cc 100644
--- a/docs/userRunner.go.md
+++ b/docs/userRunner.go.md
@@ -1,7 +1,3 @@
-# `gitlab_user_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_runner).
-
# `userRunner` Submodule
## Constructs
diff --git a/docs/userRunner.java.md b/docs/userRunner.java.md
index 7845c6b6c..dca44e478 100644
--- a/docs/userRunner.java.md
+++ b/docs/userRunner.java.md
@@ -1,7 +1,3 @@
-# `gitlab_user_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_runner).
-
# `userRunner` Submodule
## Constructs
diff --git a/docs/userRunner.python.md b/docs/userRunner.python.md
index a5dfb70f6..34fda1f18 100644
--- a/docs/userRunner.python.md
+++ b/docs/userRunner.python.md
@@ -1,7 +1,3 @@
-# `gitlab_user_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_runner).
-
# `userRunner` Submodule
## Constructs
diff --git a/docs/userRunner.typescript.md b/docs/userRunner.typescript.md
index 42b6db1a4..0d63de976 100644
--- a/docs/userRunner.typescript.md
+++ b/docs/userRunner.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_user_runner`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_runner`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_runner).
-
# `userRunner` Submodule
## Constructs
diff --git a/docs/userSshkey.csharp.md b/docs/userSshkey.csharp.md
index 0a5b6c54e..e958ff1a8 100644
--- a/docs/userSshkey.csharp.md
+++ b/docs/userSshkey.csharp.md
@@ -1,7 +1,3 @@
-# `gitlab_user_sshkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_sshkey).
-
# `userSshkey` Submodule
## Constructs
diff --git a/docs/userSshkey.go.md b/docs/userSshkey.go.md
index cf181dc57..e406c6bd9 100644
--- a/docs/userSshkey.go.md
+++ b/docs/userSshkey.go.md
@@ -1,7 +1,3 @@
-# `gitlab_user_sshkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_sshkey).
-
# `userSshkey` Submodule
## Constructs
diff --git a/docs/userSshkey.java.md b/docs/userSshkey.java.md
index 76aa0f3d7..9cfb98390 100644
--- a/docs/userSshkey.java.md
+++ b/docs/userSshkey.java.md
@@ -1,7 +1,3 @@
-# `gitlab_user_sshkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_sshkey).
-
# `userSshkey` Submodule
## Constructs
diff --git a/docs/userSshkey.python.md b/docs/userSshkey.python.md
index b92b44648..2a63c3b16 100644
--- a/docs/userSshkey.python.md
+++ b/docs/userSshkey.python.md
@@ -1,7 +1,3 @@
-# `gitlab_user_sshkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_sshkey).
-
# `userSshkey` Submodule
## Constructs
diff --git a/docs/userSshkey.typescript.md b/docs/userSshkey.typescript.md
index 9fd7ba37c..122172788 100644
--- a/docs/userSshkey.typescript.md
+++ b/docs/userSshkey.typescript.md
@@ -1,7 +1,3 @@
-# `gitlab_user_sshkey`
-
-Refer to the Terraform Registory for docs: [`gitlab_user_sshkey`](https://registry.terraform.io/providers/gitlabhq/gitlab/16.6.0/docs/resources/user_sshkey).
-
# `userSshkey` Submodule
## Constructs
diff --git a/package.json b/package.json
index c6d9228a4..31e90091e 100644
--- a/package.json
+++ b/package.json
@@ -45,25 +45,24 @@
},
"devDependencies": {
"@actions/core": "^1.1.0",
- "@cdktf/provider-project": "^0.3.0",
+ "@cdktf/provider-project": "^0.4.0",
"@types/node": "^18",
"cdktf": "^0.19.0",
"cdktf-cli": "^0.19.0",
- "constructs": "^10.0.0",
+ "constructs": "^10.3.0",
"dot-prop": "^5.2.0",
- "jsii": "^5.0.1",
+ "jsii": "~5.2.0",
"jsii-diff": "^1.92.0",
- "jsii-docgen": "~9.0.0",
+ "jsii-docgen": "^10.2.3",
"jsii-pacmak": "^1.92.0",
"jsii-rosetta": "~5.1.2",
- "node-fetch": "cjs",
- "projen": "^0.77.2",
+ "projen": "^0.77.3",
"standard-version": "^9",
- "typescript": "^4.9.5"
+ "typescript": "~5.2.0"
},
"peerDependencies": {
"cdktf": "^0.19.0",
- "constructs": "^10.0.0"
+ "constructs": "^10.3.0"
},
"resolutions": {
"@types/yargs": "17.0.13"
diff --git a/scripts/check-for-upgrades.js b/scripts/check-for-upgrades.js
index f83703a4c..3d476d310 100644
--- a/scripts/check-for-upgrades.js
+++ b/scripts/check-for-upgrades.js
@@ -3,7 +3,6 @@
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
-const fetch = require("node-fetch");
const semver = require("semver");
const actions = require("@actions/core");
diff --git a/yarn.lock b/yarn.lock
index 120d62229..adc36a575 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -200,10 +200,10 @@
fs-extra "^8.1.0"
jsii-srcmak "^0.1.954"
-"@cdktf/provider-project@^0.3.0":
- version "0.3.4"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.3.4.tgz#bd9c4a5e952755f4f8d630a081f842880a3330ab"
- integrity sha512-FIsuzNc3kCjsqmVKcl3jUwcKeb+CeN+Z5Tdk+TF9jEZBRaAmhR4h/qpxNET3Oxbq1fR2Sx1i2g+eYBAN4XDK+Q==
+"@cdktf/provider-project@^0.4.0":
+ version "0.4.1"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.4.1.tgz#66c974d7e29a10c42e375f388ed7bc8729dbe00e"
+ integrity sha512-EuBNeFWwKpnu3WmuFi+LbSVCkZ6K7LnRiLxoFPm/vHvHb8+XWjxHuVswnUag0101bbBii2ig5kFrpEZWnd6Xng==
dependencies:
change-case "^4.1.2"
fs-extra "^10.1.0"
@@ -422,14 +422,6 @@
chalk "^4.1.2"
semver "^7.5.1"
-"@jsii/check-node@1.86.1":
- version "1.86.1"
- resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.86.1.tgz#ceffe3e06cf8208c2b5a16e60ff55faa72cd79a2"
- integrity sha512-lxcuw/TgUkh1dD01B39V47pwmF8yWUm8BiQKb0jpOY0xaE9nSlq9kRfTR7XaXu37w59jeYepI5af/GyUf9+TXw==
- dependencies:
- chalk "^4.1.2"
- semver "^7.5.4"
-
"@jsii/check-node@1.88.0":
version "1.88.0"
resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.88.0.tgz#fa20e012230c692ad36976cde29301be1ed28c67"
@@ -453,14 +445,7 @@
dependencies:
ajv "^8.12.0"
-"@jsii/spec@^1.84.0":
- version "1.86.1"
- resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.86.1.tgz#0f8911f5d5cfb2606628f143ac7d195b7870c890"
- integrity sha512-wD0Y0pVg/1jjbZImk2FIuj+YdpwLFEsKCpoC3XKLJyNyUZPSoJzrt3phLV8HRLmH0m52kw6rh044OIowedcc9A==
- dependencies:
- ajv "^8.12.0"
-
-"@jsii/spec@^1.85.0", "@jsii/spec@^1.86.1":
+"@jsii/spec@^1.85.0":
version "1.87.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.87.0.tgz#99b9dd12ed92120e79e645538620db0526a7ad7b"
integrity sha512-fhTT3IYmjyRKvUUWffBIuGDVVfyKC+QfE1cMyExSHl7l6wk6unrxS8qsU23kaJ5bNQAnlc2+CE1HteY2SLbepg==
@@ -1239,7 +1224,7 @@ constant-case@^3.0.4:
tslib "^2.0.3"
upper-case "^2.0.2"
-constructs@^10.0.0, constructs@^10.0.25:
+constructs@^10.0.0, constructs@^10.0.25, constructs@^10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.3.0.tgz#4c246fce9cf8e77711ad45944e9fbd41f1501965"
integrity sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==
@@ -1978,10 +1963,10 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
dependencies:
is-glob "^4.0.1"
-glob-promise@^6.0.3:
- version "6.0.3"
- resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-6.0.3.tgz#e6b3ab02d350b3f4b3e15b57e4485986e41ba2fe"
- integrity sha512-m+kxywR5j/2Z2V9zvHKfwwL5Gp7gIFEBX+deTB9w2lJB+wSuw9kcS43VfvTAMk8TXL5JCl/cCjsR+tgNVspGyA==
+glob-promise@^6.0.5:
+ version "6.0.5"
+ resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-6.0.5.tgz#3d56331b324fd7d097b43ba9e9959e9c7e200e2c"
+ integrity sha512-uUzvxo60yo/vMLXZHCNAlfdM5U5A07jCnUO8xTK44Z0Vc58poGDXhDx8ju1DmPdprOORh+4Lpog64hl+AJ5piA==
dependencies:
"@types/glob" "^8.0.0"
@@ -2514,18 +2499,18 @@ jsii-diff@^1.92.0:
log4js "^6.9.1"
yargs "^16.2.0"
-jsii-docgen@~9.0.0:
- version "9.0.18"
- resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-9.0.18.tgz#f14bdd655f293a46a35d89e2a77de397676c2388"
- integrity sha512-NBHstDJP+Uj5+OmvfRt5p11NqpojBYIkxaikRw4LG+I+s1NwRCTeufLEpksnlzFatNoDPV0obNUS1BxBEmcMVg==
+jsii-docgen@^10.2.3:
+ version "10.2.3"
+ resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-10.2.3.tgz#bb5f81fabd519f958e7e76af5de331d55f85445c"
+ integrity sha512-nQAarmHBV01lexGKlAaGNPd9Aae3f2cOwMFuAATLN8jb4x8Pkim4h0FMruSwze7HikM4NAw8vm6ra/XPH0FnSg==
dependencies:
- "@jsii/spec" "^1.84.0"
+ "@jsii/spec" "^1.92.0"
case "^1.6.3"
fs-extra "^10.1.0"
glob "^8.1.0"
- glob-promise "^6.0.3"
- jsii-reflect "^1.84.0"
- semver "^7.5.3"
+ glob-promise "^6.0.5"
+ jsii-reflect "^1.92.0"
+ semver "^7.5.4"
yargs "^16.2.0"
jsii-pacmak@^1.87.0, jsii-pacmak@^1.92.0:
@@ -2547,18 +2532,6 @@ jsii-pacmak@^1.87.0, jsii-pacmak@^1.92.0:
xmlbuilder "^15.1.1"
yargs "^16.2.0"
-jsii-reflect@^1.84.0:
- version "1.86.1"
- resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.86.1.tgz#5c8dcc79d705885a47e9c57f0d97d71382bda2b1"
- integrity sha512-Z9Avq431sdwuku+fpC3pM9DngpmbCA2U8QI4Bctg/M4b5PMDuKuMxBWcdAcU/LhtL14lxNZ66Src0hYmNVk4eQ==
- dependencies:
- "@jsii/check-node" "1.86.1"
- "@jsii/spec" "^1.86.1"
- chalk "^4"
- fs-extra "^10.1.0"
- oo-ascii-tree "^1.86.1"
- yargs "^16.2.0"
-
jsii-reflect@^1.92.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.92.0.tgz#d6d29b01b40560f7a6b2400646410688543856b5"
@@ -2657,7 +2630,7 @@ jsii@1.92.0:
typescript "~3.9.10"
yargs "^16.2.0"
-jsii@^5.0.1, jsii@^5.1.10, jsii@~5.2.32, jsii@~5.2.5:
+jsii@^5.1.10, jsii@~5.2.32, jsii@~5.2.5:
version "5.2.33"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.33.tgz#89d84fd3ebc274af365dec2ad42c733d0d4a3d57"
integrity sha512-r4cv/eXs+qbm/tqkV/prgjUFM80T8Cl0CTffJV8UMC0VX2ohXMCTSh+IA6ql9ev3lPVjKf6RxBQ+fn/d6D4Tew==
@@ -2695,6 +2668,25 @@ jsii@~5.1.5:
typescript "~5.1.6"
yargs "^17.7.2"
+jsii@~5.2.0:
+ version "5.2.35"
+ resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.2.35.tgz#d56a9cb8f01f709250df28b61b365c5978652538"
+ integrity sha512-idWKsPquJDpJR8rCxOVtTwUKtvHM4BA6e8SvylTF6ZVDHBxnKbD4wB7cQLeB2JPKKsW31TIG63+fND6HUw2V3w==
+ dependencies:
+ "@jsii/check-node" "1.92.0"
+ "@jsii/spec" "^1.92.0"
+ case "^1.6.3"
+ chalk "^4"
+ downlevel-dts "^0.11.0"
+ fast-deep-equal "^3.1.3"
+ log4js "^6.9.1"
+ semver "^7.5.4"
+ semver-intersect "^1.4.0"
+ sort-json "^2.0.1"
+ spdx-license-list "^6.8.0"
+ typescript "~5.2"
+ yargs "^17.7.2"
+
json-parse-better-errors@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
@@ -3052,13 +3044,6 @@ node-fetch@^2.6.12, node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"
-node-fetch@cjs:
- version "2.6.7"
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
- integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
- dependencies:
- whatwg-url "^5.0.0"
-
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -3148,11 +3133,6 @@ onetime@^5.1.0, onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"
-oo-ascii-tree@^1.86.1:
- version "1.87.0"
- resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.87.0.tgz#77223b6d0c3382a30500b8738d7a602af1eed5ff"
- integrity sha512-AvQw3bQAiZrx1h4+LnK6s/AxhHv3cs/j4f4T+r+JOO++Qx3i0ZIf8h9/aG/O4byGQPWRKKwpjvV+74cxbJv+0g==
-
oo-ascii-tree@^1.92.0:
version "1.92.0"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.92.0.tgz#9d9fcc1b8c6e8b5a79b8e64f8a8143ff59945d77"
@@ -3389,10 +3369,10 @@ process-nextick-args@~2.0.0:
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
-projen@^0.77.2:
- version "0.77.2"
- resolved "https://registry.yarnpkg.com/projen/-/projen-0.77.2.tgz#7ee35a07c40d56231b64e0db5f8d0b87ee4b4a39"
- integrity sha512-e6jN0wKGXvukTZ1Tv+FZpNLSB+jjAVrFXHxzFH9Kgoc7OQFVrPdI9Rm6Lnlv+kyRnFGQw5vYs1byE8iW5ZjKKg==
+projen@^0.77.3:
+ version "0.77.3"
+ resolved "https://registry.yarnpkg.com/projen/-/projen-0.77.3.tgz#355356b288c8ef7ddb4984b8fad27c48a26b6ca6"
+ integrity sha512-v+4PQj3HS2TfQFgwGU/dh2oVsKW/7fFc3y6H6sjiKFHngNZCKRcBqBp7s8k/YdK6PVUaLnQ+adQ3+c99IItpig==
dependencies:
"@iarna/toml" "^2.2.5"
case "^1.6.3"
@@ -4141,11 +4121,6 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
-typescript@^4.9.5:
- version "4.9.5"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
- integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
-
typescript@next:
version "5.4.0-dev.20231126"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.0-dev.20231126.tgz#23d49e837ae43c9db3be3739832aa393633939a3"
@@ -4161,7 +4136,7 @@ typescript@~5.1.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
-typescript@~5.2, typescript@~5.2.2:
+typescript@~5.2, typescript@~5.2.0, typescript@~5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==